You must activate the developer mode and in Hub Info, you must exit all the sensors with your ID.
I look to get you a capture
Thanks man! I Found the ID!
sorry for the delay, I was making the catches, but I see that they are no longer necessary
i change the code to this structure and it worked,
rule āMijia & Aqara Wireless Switchā
when
Channel āmihome:sensor_switch:158d0001f3ad02:buttonā triggered SHORT_PRESSED
then
if (Gateway_LightSwitch.state == OFF) Gateway_LightSwitch.sendCommand(ON)
else Gateway_LightSwitch.sendCommand(OFF)
end
rule āMijia & Aqara Wireless Switch2ā
when
Channel āmihome:sensor_switch:158d0001f3ad02:buttonā triggered DOUBLE_PRESSED
then
if (MomsBedroom_light.state == OFF) MomsBedroom_light.sendCommand(ON)
else MomsBedroom_light.sendCommand(OFF)
end
rule āMijia & Aqara Wireless Switch3ā
when
Channel āmihome:sensor_switch:158d0001f3ad02:buttonā triggered LONG_PRESSED
then
if (Amanbedroom_Power.state == OFF) Amanbedroom_Power.sendCommand(ON)
else Amanbedroom_Power.sendCommand(OFF)
end
rule āMijia & Aqara Wireless Switch4ā
when
Channel āmihome:sensor_switch:158d0001f3ad02:buttonā triggered LONG_RELEASED
then
sendCommand(Gateway_SoundVolume,10)
sendCommand(Gateway_Sound,29)
Thread::sleep(5000) /* play for 10 seconds */
sendCommand(Gateway_Color, 7)
sendCommand(Gateway_SoundVolume, 10)
sendCommand(Amanbedroom_Power, OFF)
end
Really dumb question, canāt seem to find it anywhere online, is there any Alarm system support for the gateway? or is this not going to happen ?
Regards
thereās no ārealā Alarm System for Mihome. Yet there are either Window sensors and Motion sensor. Thereās no glass breakage detector or other āindustrial gradeā Alarm sensors.
The sensors are not sealed or protected against sabotage or vandalism. For simple purposes theyāre sufficient, but if you really need one you should go with a professional alarm system with an Integration option in a smarthome.
cheers for the reply, also thank you, I didnāt consider the device as just a speaker and light. I just need to create rules based on the door sensors and PIRās that tell it to make noise and send notifications.
Thatās no problem at all. You could do that by just the MiHome-App alone.
But of course if you integrate the gateway, you can use OH2-rules and do the same plus you can trigger OH2-connected things also.
The new update of the Mi app & gateway (1.4.1_164.0158) supports the Ikea Trafri light bulbs. They are also working via ZigBee.
I bought one of them (TRĆ
DFRI E27 980 lumen) and itās working fine in the Mi App.
Offcourse I would like to manage it via openHAB. I checked the docs about handling unsupported devices, but the device is not show up in my inboxā¦
@dimalo, can you help me?
edit: after a restart of openHAB, the " Unsupported Xiaomi MiHome Device" appeared in my inbox.
I created a items, but for now, I donāt receive any message in the logs. Iāll try another restart.
has anyone tried how to control the ikea bulb from openhab?
Hello, I opened a new request on github to implement this gateway. I added some logs. Please let me know if more information needed.
Thank you
Jan
General question can anyone tell me if the aqara sensors can be managed and controlled via the Mijia gateway?
Yes. No problem
Someone already managed to integrate the Xiaomi Aqara Wireless Relay?
Hi, short question:
Is the new aquara Hub EU-Version (with plug for eu - no need of adapter) working with this binding?
I currently only own a v2 xiaomi hub with adapter from chinese plug to eu plug and this is wokering.
But a friend of mine will buy a new gateway soon and so i would like to know if he can buy the new eu-version too?
Are they already on the market? Via China, or in Europe? The only way you know is buying and trying Maybe some guys of HA already tried it?
I wasnāt lucky with getting the required developer mode with the EU version of the Xiaomi Aqara gateway, the version being sold in Germany, advertised as Homekit compatible. I sent it back and got myself a v2 from China, which works perfectly.
The new Xiaomi Gateway (v3) is released:
This gateway supports zigbee, bluetooth and wi-fi devices. It also receives power via USB, so no Chinese sockets.
Looks promising if it is backward compatible with their sensors as well as other Zigbee equipmentā¦ And ofcouse, we need the binding as well
Iāve made a pre-order on that. Supposedly shipping end of January.