I have a Lovelace card on which I display the uptime, firmware versions and other information of my routers and switches. Recently, there is a sensor to query the uptime of the FRITZ!Box, but I cannot find a way to determine the FRITZ!OS version. However, on the device overview page of the AVM FRITZ!Box Tools integration, the version is displayed so that it can apparently be queried.
I would be very pleased to have a sensor or an attribute with the FRITZ!OS version.
Hello
nice card, I would like to try to integrate the parameters of the fritzbox in lovelace too.
I tried to take the up and downstream sensors and convert the connection speed into Mbit / s but I donāt think I understand exactly how to use them.
could you if possible show me how you configured the sensors to get those results?
Thank you
The routers Iām using are professional ones with SNMP support. Unfortunately FRITZ!Boxes donāt support SNMP, so you canāt read those values from them the same way I do.
Thanks for the reply.
In fact, I donāt know where to retrieve other values, letās say that these would be enough just to get an idea of data traffic.
As you can see from the attached screen what unfortunately I do not understand is how to bring the values in Mbir because in Kbit / s it is really bad.
Yes I knew the division to obtain (Kbit / s: 1024),
the problem is that surely I am not able to build the sensor to convert Kbit to Mbit.
I tried but it does not give me the result, probably I do not put the correct attributes.
According to the underlying library (fritzconnection), the version number of FritzOS should already be available. This means, implementing it into the HA-component should be possible.
@breti Hint: You should always vote for your own suggestion.
Hi,
is there something that i dont understand, if i check for attribute value only the installed version is working fine while the latest version not:
{{ state_attr(ābinary_sensor.fritz_box_7590_firmware_updateā, āinstalled_versionā ) }} ā result = 154.07.28
{{ state_attr(ābinary_sensor.fritz_box_7590_firmware_updateā, ālatest_available_versionā ) }} ā result none
Just had a timely update appear on my Fritz!Box, and the sensor is working although the naming looks wrong to me (the inclusion of the ā:ā and the single quotes).
Iām currently now seeing this (obviously the English firmware is a little behind the German):