Danfoss Living Connect Z thermostat - no temp sensor readings?

Hi,

I just installed a couple of Danfoss Living Connect Z thermostats (014G0013).
While they seem to work fine, I don’t get a reading for the current temperature.
Looking at the data, I get the following readings:

{ 
"battery_level": 94, 
"current_temperature": null, 
"friendly_name": "Living room", 
"max_temp": 35, 
"min_temp": 7, 
"node_id": 2, 
"temperature": 20, 
"unit_of_measurement": "°C" 
}

current_temperature is “null” which would explain the problem.
Is that how it is with those devices or do I have to enable this manually somehow?

Sebastian

This device unfortunately does not have a temp sensor that passes it’s value.

Ok, I was afraid that this might be the case. Thanks anyway!

Sebastian

I think currently there’s no way.
A while ago I looked into hiding the “Currently: °C” line from the UI, but it is hardcoded into the static part of the UI.

Sebastian

You can use this script if you have a temperature sensor in the room.

1 Like

That looks like a cool workaround, thanks!
The script runs in appdaemon, right?

Sebastian

I run script as service python_script from Home Assistant. I don’t know if it works with AppDeamon.

Ah, I see. I didn’t come across the python_script service yet.
I’ll give it a try, thanks!

Sebastian