You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is probably a combination of zigbee2mqtt and zigbee-herdsman-converters. I will add snippets of the received values of the exposes.
Behaviour:
Fundamentally the state of the switch is not reflected correctly in the software, if it is switched manually via the switch or a combination of changing the switch manually and then via software. For this setup are two values that reflect the state of the switch. The first one is "switch" and the second "switch_relay" e.g.:
As far as i can the, the "state_relay" gets polled every 5 seconds and always reflects the correct state of switch, only "state" gets not updated correctly.
Use case 1:
Activate light via software
room light goes on
state goes to "ON"
after 5 second polling time: state_relay goes to "ON", too
Disable light via the switch
room light goes out
after 5 second polling time: state_relay goes to "OFF"
state stays at "ON"
Use case 2:
Activate light via the switch
room light goes on
after 5 second polling time: state_relay goes to "ON"
state stays at "OFF"
Activate light via software
room light is still on
state goes to "ON"
state_relay is still "ON"
Disable light via the software
room light goes out
state goes to "OFF"
after 5 second polling time: state_relay goes to "OFF"
This issue is probably a combination of zigbee2mqtt and zigbee-herdsman-converters. I will add snippets of the received values of the exposes.
Behaviour:
Fundamentally the state of the switch is not reflected correctly in the software, if it is switched manually via the switch or a combination of changing the switch manually and then via software. For this setup are two values that reflect the state of the switch. The first one is "switch" and the second "switch_relay" e.g.:
As far as i can the, the "state_relay" gets polled every 5 seconds and always reflects the correct state of switch, only "state" gets not updated correctly.
Use case 1:
Use case 2:
If I can help further let me know
Debug info
Zigbee2MQTT version: 1.18.2
Adapter hardware: Conbee II
Adapter firmware version: 0x26680700
The text was updated successfully, but these errors were encountered: