-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
WSDCGQ11LM values are getting lost with cache_state: true #485
Comments
I have same issue
|
Having the same problem. Probably I am wrong (never used JS before) but it looks like commit 03d913d was missing one additional change. Currently it is necessary to change line 563 of controller.js to 'this.state.set(deviceID, messagePayload)'. As it is now cache state is set to the contents of the last zigbee message thus loosing the current cache contents. |
@Ton1965 nice catch, this indeed fixes this issue, thanks! |
Thanks @Ton1965 |
so, for the hassio add-on I should write to its developer? |
No just use the edge version of the add on |
Zigbee2mqtt 0.1.7
Log: https://hastebin.com/uvipiliray.js
This sensor supports
humidy
,temperature
andpressure
but only 2 values are reported at the same time. It seems that thecache_state
mechanism doesn't work correctly.This causes errors in home assistant graphs. (https://imgur.com/a/uu8JE11)
The text was updated successfully, but these errors were encountered: