Devices
Device ID | Name | Group | Label |
0x6CAD | aqara-rocker-switch-1-ZB | 0 | Aqara_Rocker_Switch_Zigbee |
0x9685 | osram_smartplus_bulb_1_ZB | 100 | 1 |
0x452B | osram_smartplus_bulb_2_ZB | 100 | 2 |
0x3679 | osram_smartplus_bulb_3_ZB | 100 | 3 |
0xC5E5 | osram_smartplus_bulb_4_ZB | 100 | 4 |
Rule1
on ZbReceived#?#Name do var1 %value% endon
on ZbReceived#?#Power do Publish stat/zbridge_pro/%var1%/power "%value%" endon
on ZbReceived#?#Dimmer do Publish stat/zbridge_pro/%var1%/dimmer "%value%" endon
Rule3
on ZbReceived#?#Name do var1 %value% endon
on ZbReceived#?#Click do publish stat/zbridge_pro/%var1%/click %value% endon
zbsend {"group":"100","send":{"power":true}}
zbsend {"device":"0x9685","send":{"power":true}}