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
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.
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.
I have "Aqara” gateway, it doesn’t support “Lumi” gateway protocol, it just natively support homekit,
as I am not able to add / discover by paperUI also develop mode, I didn’t use it at all.
please let me know if you want to do any test.
Can anyone who have xiaomi gateway or any xiaomi product share your fw version and binding version,
especially mention any malfunction after fw upgrade, I am trying to summarize fully functional fw with OH binding and mark warn if there is any compatible issue with specific fw version.