That worked, thanks
Another question. The temperature reading for rooms seems to get āstuckā sometimes, not changing at all for an hour or two, even though I know that heating is turning on and off occasionally. I can see in the dashboard that the temperature stays the same for that time.
I use Apex Charts to visualise temperatures for the last 24 hours. This first screenshot was taken at 7:20pm and shows three rooms (blue, orange, and green lines) havenāt changed temperature at all since 6pm.
This screenshot was taken at 7:43pm same day, 23 minutes later. The blue and orange lines for the same time period now show the actual temperature changing, whereas the green is still flat. Itās 8:10pm now and itās still flat. Iāll update the post in an hour or two if it changes.
Has anyone else seen anything similar?
Hereās the logs for the period.
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 0 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC Living: auto>>
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 0 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper Living: on>>
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 0 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper Master: on>>
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC Master: auto>>
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC GreenLine: auto>>
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper GreenLine: on>>
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 3 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper Guest: off>>
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 3 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC Guest: off>>
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 3 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 18:00:00 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 19:18:16 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
2022-06-24 19:18:20 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
2022-06-24 19:21:08 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
2022-06-24 19:23:14 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
... (multiple lines with same message removed)
2022-06-24 19:26:56 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
2022-06-24 19:27:17 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
... (multiple lines with same message removed)
2022-06-24 19:32:19 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
2022-06-24 19:32:29 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
2022-06-24 19:32:30 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
2022-06-24 19:32:30 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
2022-06-24 19:32:30 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 0 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC Living: auto>>
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 0 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper Living: on>>
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 0 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper Master: on>>
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC Master: auto>>
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC GreenLine: auto>>
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper GreenLine: on>>
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 3 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper Guest: off>>
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 3 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC Guest: off>>
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 3 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC GreenLine: auto>>
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper GreenLine: on>>
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 19:32:34 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
2022-06-24 19:32:35 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
2022-06-24 19:32:35 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 19:32:35 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC GreenLine: auto>>
2022-06-24 19:32:35 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper GreenLine: on>>
2022-06-24 19:32:35 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 19:32:35 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 19:32:35 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
2022-06-24 19:32:36 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
2022-06-24 19:32:36 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 19:32:36 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC GreenLine: auto>>
2022-06-24 19:32:36 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper GreenLine: on>>
2022-06-24 19:32:36 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 19:32:36 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 19:32:36 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
2022-06-24 19:32:36 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
2022-06-24 19:32:36 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 19:32:36 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC GreenLine: auto>>
2022-06-24 19:32:36 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper GreenLine: on>>
2022-06-24 19:32:36 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 2 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 19:32:36 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 19:32:36 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
2022-06-24 19:32:37 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
2022-06-24 19:32:37 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 19:32:37 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper Master: on>>
2022-06-24 19:32:37 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC Master: auto>>
2022-06-24 19:32:37 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 19:32:37 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 19:32:37 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
2022-06-24 19:32:37 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
2022-06-24 19:32:37 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 19:32:37 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper Master: on>>
2022-06-24 19:32:37 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC Master: auto>>
2022-06-24 19:32:37 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 19:32:37 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 19:32:38 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
2022-06-24 19:32:38 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
2022-06-24 19:32:38 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 19:32:38 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper Master: on>>
2022-06-24 19:32:38 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC Master: auto>>
2022-06-24 19:32:38 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 19:32:38 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 19:32:38 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
2022-06-24 19:32:38 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
2022-06-24 19:32:38 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 19:32:38 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper Master: on>>
2022-06-24 19:32:38 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC Master: auto>>
2022-06-24 19:32:38 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 19:32:38 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 19:32:38 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
2022-06-24 19:32:39 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
2022-06-24 19:32:39 DEBUG (MainThread) [custom_components.polyaire.protocol] ----- start callbacks -----
2022-06-24 19:32:39 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity Damper Master: on>>
2022-06-24 19:32:39 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity ITC Master: auto>>
2022-06-24 19:32:39 DEBUG (MainThread) [custom_components.polyaire.protocol] Updated AirTouchGroupStatus 1 status, calling: <bound method Entity.async_write_ha_state of <Entity AC Daikin: heat>>
2022-06-24 19:32:39 DEBUG (MainThread) [custom_components.polyaire.protocol] ------ end callbacks ------
2022-06-24 19:32:39 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
... (multiple lines with same message removed)
2022-06-24 19:38:20 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
2022-06-24 19:38:41 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with expected header!
2022-06-24 19:38:49 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!
... (multiple lines with same message removed)
2022-06-24 19:43:49 DEBUG (MainThread) [custom_components.polyaire.airtouch4] Message received with unknown header!