I have the following setup:
Danfoss LC-13 (only reporting Target_Temperature)
Smoke Detector (reporting Current_Temperature)
To get a complete climate device running, I have a daemon (https://github.com/bieniu/ha-ad-thermostats-update) running which sets state to heat and current_temperature to a temperature to a sensor of the room.
Everything was working, for 30min.
How could I find out, what is missing and the reason that it is not findable in the app as climate device?
(if I search for the device, nothing is found)
from HomeAssistant:
state: heat
State attributes:
{
"hvac_modes": ["heat"],
"current_temperature": 22.2,
"min_temp": 7,
"max_temp": 35,
"temperature": 10,
"node_id": 18,
"value_index": 1,
"value_instance": 1,
"value_id": "72057594345209874",
"friendly_name": "Schlafzimmer",
"supported_features": 1
}