-
Notifications
You must be signed in to change notification settings - Fork 4
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
Target temp 'NaN' #42
Comments
If you run Homebridge in debugging mode it should log the actual value it's receiving (plus a whole bunch of other stuff). I'm interested to know what exactly gets sent back by the Nefit when it received a |
In debugging mode this is what I get:
so that seems fine. hope this helps |
Now you'll have to wait until you get a And yes, the |
|
One second it works fine and the next it receives bogus values 🤔 I never used this plugin myself, but it's also unexpected that it makes that many calls in close succession. It may require some sort of throttling, I doubt it's useful to retrieve updates that often. |
Can you give me some hints on how to do that? but also; it does read values most of the time, so it’s not a critical error, right? |
As long as Homebridge is just complaining about it but everything is looking good on iOS it's not a critical issue, no. In terms of throttling, that's something I'll have to implement into the code, but since I don't use Homebridge and don't have a Nefit Easy anymore it's going to be difficult 😬 |
Hoi Robert,
I'm repeatedly (every so often) getting the message:
[9/17/2022, 8:49:52 PM] [homebridge-nefit-easy] This plugin generated a warning from the characteristic 'Target Temperature': characteristic value expected valid finite number and received "NaN" (number). See https://homebridge.io/w/JtMGR for more info.
Target temp is set to 16 right now, as it's still fair weather in the Netherlands, but it won't be long.
The text was updated successfully, but these errors were encountered: