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

This plugin generated a warning from the characteristic 'Current Relative Humidity': characteristic value expected valid finite number and received "NaN" (number). #366

Closed
5 tasks done
veryredpp opened this issue Jun 13, 2024 · 4 comments
Labels
bug Something isn't working due to a problem in the CODE

Comments

@veryredpp
Copy link

veryredpp commented Jun 13, 2024

Checklist

  • I checked other issues already, but found no answer/solution
  • I checked the documentation and wiki, but found no answer/solution
  • I am running the latest version and the issue still occurs
  • I have enabled DEBUG and collected DEBUG log (be prepared that incomplete bug reports, especially those missing a full LOG, might be ignored)
  • I am sure that this issue is about homebridge-daikin-local (and not about Apple HomeKit, Homebridge, my local network or something unrelated to this plugin)

Describe the bug

I don't know what it is but https://github.com/homebridge/homebridge/wiki/Characteristic-Warnings says to report it

Screenshots
image

If applicable, add screenshots to help explain your problem.
To add a screenshot, just drag 'n drop a screenshot file into this editor window.

Additional context

Add any other context about the problem here.

@veryredpp veryredpp added the bug Something isn't working due to a problem in the CODE label Jun 13, 2024
@Tombra1889
Copy link

same here
image

@jadonbaker
Copy link

I'm also receiving this error in the logs. Tried hitting the endpoint manually to retrieve sensor info
curl --insecure -H "X-Daikin-uuid: my-generated-uuid" -v "https://192.168.1.184/aircon/get_sensor_info"

And I see the following:
ret=OK,htemp=22.0,hhum=-,otemp=21.0,err=0,cmpfreq=16%

Looks like no value is being returned for the relative humidity sensor. Was this ever working?
Using firmware 1.16.0

@cbrandlehner
Copy link
Owner

Most Daikin devices do not have a humidity sensor.

A fix can be to add an option to disable the sensor in the plugin for these devices.

@cbrandlehner
Copy link
Owner

The pull request was added to 1.1.11.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working due to a problem in the CODE
Projects
None yet
Development

No branches or pull requests

4 participants