-
Notifications
You must be signed in to change notification settings - Fork 6
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
[BUG] No up-to-date light and temperature values in Homebridge anymore #123
Comments
The change related to reachability (73298a5) introduced in |
I've released
|
I've installed 1.8.3 nightly and will report back 👍 |
In the meantime I've worked on a The functionality remains largely the same but the code is less cluttered and better structured so should generally run better. There might be bugs though but you can always downgrade to I've had it running over longer periods of time now on my production dingz. So far I could not observe any problems with temperature/brightness values not updating. (The easiest way to test if it still works after a few hours is to use your phone's flashlight to illuminate or your hand to darken the illumination: the LUX value should change significantly 😄) |
It's apparently still not fixed though. 🤦 😞 But I now have a clue where it happened (unreleased mutex locks on the request queue) in the code. homebridge-dingz/src/dingzAccessory.ts Lines 1585 to 1597 in dee30b2
|
So far v2.0.0-nightly is working for me, but it has been running less than 24 hours. |
Describe the bug
Temperature and light don't get updated in Homebridge and Home app anymore, although
http://<PIR-IP>/api/v1/sensors
shows up-to-date temperature and light values.To Reproduce
Steps to reproduce the behavior:
http://<PIR-IP>/api/v1/sensors
in browserExpected behavior
The light and temperature values in Homebridge should have the same values as the ones provided by the API.
Plugin environment:
Additional context
The issue appears only after some time. Upon re-starting Homebridge it works again, but will stop working after a couple of hours.
The text was updated successfully, but these errors were encountered: