AVM FritzBox Temperature

Hi!
thx for the great integration! Is it possible to add Temperature to the Integration?

right now I use this as a sensor:

curl -s "http://fritz.box/query.lua?CPUTEMP=cpu:status/StatTemperature&sid=XXXXXXX" | grep -Po '(?<=":").*?(?=,)'

Hi, I’m interested too to retrieve CPU temp of fritzbox.
While waiting for a new feature in the integration, can you pls detail how you get it with the curl command? In particular, how do you get the SID and which is the code for the sensor. Thanks!

unfortunately the tr-064 api of the FritzBox does not provide such system details (see Schnittstellen für Entwickler | AVM Deutschland)