I'm running Home Assistant with 7 TRVs controlled by Better Thermostat. Unfortunately, shortly after midnight (around 00:06), the target temperature on some of them is set to 5°C (see attached screenshot).
I don't have any automation that should/could cause this. Moreover, when I deleted the Better Thermostat device for one of the problematic ones and used direct thermostat control, the issue disappeared (for that single thermostat).
Can anyone help me identify what is causing the temperature change?
P.S. Last night I gathered the events around that time and I found following event:
event_type: call_service
data:
domain: climate
service: set_temperature
service_data:
entity_id: climate.asia_termostat
temperature: 5
origin: LOCAL
time_fired: "2025-02-25T23:06:26.080683+00:00"
context:
id: 01JMWV79BNSKFEVWA9YN01V218
parent_id: null
user_id: null
How can I identify what sends this event?