Hi,
I tried to add an Osram Smart+ Switch but it don't seem to work.
The pairing works, I then add it to the UI. But the switch does nothing when toogle, moreover nothing appears in the log file.
Here the debug log when pairing the device :
[custom_components.zigate.zigate2hass] ZIGATE SIGNAL :
[custom_components.zigate.zigate2hass] - Signal : zgt_signal_update_9c34
[custom_components.zigate.zigate2hass] - Property : MAC
[custom_components.zigate.zigate2hass] - Data : 84182600000d9ede
[zigate] RESPONSE 004d : Device Announce
[zigate] * From address : b'9c34'
[zigate] * MAC address : b'84182600000d9ede'
[zigate] * MAC capability : b'\x8e]'
[zigate] # encoded : b'0102104d0210021ccd9c3484182602100210021d9ede8e5d03'
[zigate] # decoded : 0100 4D 00 0C CD 9C 34 84 18 26 00 00 0D 9E DE 8E 5D03
[zigate] (@timestamp : 21:56:24)
[zigate] --------------------------------------
[zigate] RESPONSE 8701: Route Discovery Confirmation
[zigate] - Sequence : b'00'
[zigate] - Status : b'00'
[zigate] - Network status : b'5d'
[zigate] - Message data : b'00005d'
[zigate] # encoded : b'0187021102100213d8021002105d03'
[zigate] # decoded : 0187 01 00 03
Here is my configuration.yaml :
switch:
- platform: zigate
name: 'Osram'
address: 9c3403
default_state: 'state'
Hi,
I tried to add an Osram Smart+ Switch but it don't seem to work.
The pairing works, I then add it to the UI. But the switch does nothing when toogle, moreover nothing appears in the log file.
Here the debug log when pairing the device :
Here is my configuration.yaml :