-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Deconz 2.05.25 #11
Comments
Looks like a deconz problem, reverting to 2.0.5.23 solves the issue |
Is there an issue on their GitHub about this? |
The latest deCONZ works for me with everything that I have, might be something weird with your installation? |
Do you also have Xiaomi wireless switches? dresden-elektronik/deconz-rest-plugin#356 |
No. But events are went properly from a hue dimmer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just updated deconz to latest version but it looks like event bundling is not working anymore.
Not one deconz_event is coming to my logfile. When i press a button i only see:
2018-05-07 11:42:31 DEBUG (MainThread) [pydeconz.websocket] Websocket data: b'\x81z{"config":{"battery":100,"on":true,"reachable":true,"temperature":3000},"e":"changed","id":"16","r":"sensors","t":"event"}'
2018-05-07 11:42:31 DEBUG (MainThread) [pydeconz.deconzdevice] schakelaar_kantoor_beneden: update battery with 100
2018-05-07 11:42:31 DEBUG (MainThread) [pydeconz.deconzdevice] schakelaar_kantoor_beneden: update on with True
2018-05-07 11:42:31 DEBUG (MainThread) [pydeconz.deconzdevice] schakelaar_kantoor_beneden: update reachable with True
2018-05-07 11:42:31 DEBUG (MainThread) [pydeconz.deconzdevice] schakelaar_kantoor_beneden: update temperature with 3000
But the 1002 code is not send, so i can not use anything atm...
The text was updated successfully, but these errors were encountered: