Fritzbox 5690 unable to extract cpu_temp
Hello, first of all thank you for the great work. I've been using Fritzinflux for a while. Now I have swapped my Fritzbox 7490 DSL for a Fritzbox 5690 with fiber optic. Unfortunately, I can no longer get the values for CPU temperature, CPU Utilization, RAM Utilization. "Unable to extract 'cpu_temp' from...
Maybe you can help me get my dashboard to show all values again?
Thank you!
Hi @DarkwalkerOL,
and thank you. Happy that this project helps.
I'm not sure if it's the same case as with the cable box. See https://github.com/bb-Ricardo/fritzinfluxdb/issues/129#issuecomment-2396804969
Also try to run it in debug mode and see which values are actually extracted.
In the latest version the cpu values are ignored if nothing was found in the output. Before it logged an error.
Please have a look at the release notes of the latest 1.2.4 version.
Let me know what you find.
Cheers Ricardo
Thanks for the quick reply. Yes, it's the same problem, I have now rebuilt my system with the latest version. The error message is gone, unfortunately AVM no longer provides the CPU and RAM data. The CPU utilization is no longer displayed on my Fritz!Fon. Maybe that will come back with the next updates.
Hi @bb-Ricardo , I just wanted to confirm that I'm affected by the same issue (even in the latest BETA/Labor version)
I'm using a FRITZ!Box 6591 Cable with FRITZ!OS 8.10, fritzinfluxdb v1.2.4 throws the following error:
ERROR: Unable to extract 'cpu_temp' ... got '<class 'NoneType'>' Apparently, the box returns a valid ecoStat response, but data["cputemp"]["series"] is simply an empty list. It seems that cable models like the 6591 do not report CPU temperature through this interface — although they do return other metrics like cpuutil and ramusage
👉 Just want to say: I really appreciate your work on this project – it's super helpful and well built. Thanks a lot for maintaining it and making FritzBox monitoring so easy and elegant!