Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State not updating (Busch Jäger 6711+6735) #7077

Closed
Joe3n opened this issue Apr 14, 2021 · 1 comment · Fixed by Koenkk/zigbee-herdsman-converters#5299
Closed

State not updating (Busch Jäger 6711+6735) #7077

Joe3n opened this issue Apr 14, 2021 · 1 comment · Fixed by Koenkk/zigbee-herdsman-converters#5299
Labels
problem Something isn't working stale Stale issues

Comments

@Joe3n
Copy link

Joe3n commented Apr 14, 2021

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.:

{
    "brightness_relay": 254,
    "linkquality": 201,
    "state": "OFF",
    "state_relay": "OFF"
}

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:

  1. Activate light via software
  • room light goes on
  • state goes to "ON"
  • after 5 second polling time: state_relay goes to "ON", too
  1. 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:

  1. Activate light via the switch
  • room light goes on
  • after 5 second polling time: state_relay goes to "ON"
  • state stays at "OFF"
  1. Activate light via software
  • room light is still on
  • state goes to "ON"
  • state_relay is still "ON"
  1. Disable light via the software
  • room light goes out
  • state goes to "OFF"
  • after 5 second polling time: state_relay goes to "OFF"

If I can help further let me know

Debug info

Zigbee2MQTT version: 1.18.2
Adapter hardware: Conbee II
Adapter firmware version: 0x26680700

@Joe3n Joe3n added the problem Something isn't working label Apr 14, 2021
@github-actions
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working stale Stale issues
Projects
None yet
1 participant