sebk-666
(Sebastian)
October 12, 2016, 4:51pm
1
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
Tyfoon
(@Tyfoon)
October 12, 2016, 5:59pm
2
This device unfortunately does not have a temp sensor that passes it’s value.
sebk-666
(Sebastian)
October 12, 2016, 8:15pm
3
Ok, I was afraid that this might be the case. Thanks anyway!
Sebastian
sebk-666
(Sebastian)
January 17, 2017, 8:07am
5
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
Bieniu
(Maciek)
November 17, 2017, 9:01am
6
You can use this script if you have a temperature sensor in the room.
1 Like
sebk-666
(Sebastian)
November 17, 2017, 9:11am
7
That looks like a cool workaround, thanks!
The script runs in appdaemon, right?
Sebastian
Bieniu
(Maciek)
November 17, 2017, 9:18am
8
I run script as service python_script from Home Assistant. I don’t know if it works with AppDeamon.
sebk-666
(Sebastian)
November 17, 2017, 12:07pm
9
Ah, I see. I didn’t come across the python_script
service yet.
I’ll give it a try, thanks!
Sebastian