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

Unable to parse humidity data #13

Open
bunix42 opened this issue Sep 22, 2022 · 2 comments
Open

Unable to parse humidity data #13

bunix42 opened this issue Sep 22, 2022 · 2 comments

Comments

@bunix42
Copy link

bunix42 commented Sep 22, 2022

I added a Fritz 440 to my setup, since then I get the following message in the logs:

Unable to parse humidity data of "Switch" : strconv.ParseFloat: parsing "": invalid syntax

Looks like there is no humidity value in the data:

<device identifier="13979 0048750" id="24" functionbitmask="1048864" fwversion="05.25" manufacturer="AVM" productname="FRITZ!DECT 440"> <present>1</present> <name>Switch</name> <battery>100</battery> <batterylow>0</batterylow> <temperature> <celsius>205</celsius> <offset>0</offset> </temperature> <button identifier="13979 0048750-1" id="5000"> <name>Wohnzimmer - Switch: Oben rechts</name> <lastpressedtimestamp></lastpressedtimestamp> </button> <button identifier="13979 0048750-3" id="5001"> <name>Wohnzimmer - Switch: Unten rechts</name> <lastpressedtimestamp>1662042122</lastpressedtimestamp> </button> <button identifier="13979 0048750-5" id="5002"> <name>Wohnzimmer - Switch: Unten links</name> <lastpressedtimestamp>1662042064</lastpressedtimestamp> </button> <button identifier="13979 0048750-7" id="5003"> <name>Wohnzimmer - Switch: Oben links</name> <lastpressedtimestamp>1662039656</lastpressedtimestamp> </button> </device>

It's a pretty old Fritz 7362. Using latest docker image of the exporter and all firmware is up-to-date.

@jayme-github
Copy link
Owner

That's odd. Maybe this is related to the Fritzbox Model indeed. Would you mind sharing the firmware version you are running?
Are you able to see the humidity sensor data in the Fritzbox UI?

@bunix42
Copy link
Author

bunix42 commented Oct 10, 2022

I would guess that too. The 7362 is pretty old and running Fritz!OS 07.13 without any updates available.

I also checked the UI: There's just a temperature tab but no sign of humidity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants