kodebach / hacs-idm-heatpump

HACS integration for IDM heat pumps
MIT License
20 stars 1 forks source link

HA core update 2024.02.* -> Failed to fetch registers for group {xxx} #88

Closed simowNgithub closed 4 months ago

simowNgithub commented 4 months ago

Version of the custom_component

https://github.com/kodebach/hacs-idm-heatpump/releases/tag/v0.7.1

Configuration


no additional config in the yaml.

Describe the bug

Debug log


2024-02-19 09:29:33.544 ERROR (MainThread) [custom_components.idm_heatpump] Failed to fetch registers for group 1870 (count=5): Modbus Error: [Connection] Not connected[AsyncModbusTcpClient 10.10.10.94:502]
2024-02-19 09:29:33.544 ERROR (MainThread) [custom_components.idm_heatpump] Failed to fetch registers for group 4122 (count=2): Modbus Error: [Connection] Not connected[AsyncModbusTcpClient 10.10.10.94:502]
2024-02-19 09:30:03.360 ERROR (SyncWorker_31) [pymodbus.logging] Connection to (10.10.10.94, 502) failed: timed out
2024-02-19 09:30:06.364 ERROR (SyncWorker_51) [pymodbus.logging] Connection to (10.10.10.94, 502) failed: timed out
simowNgithub commented 4 months ago

solved, navigator 2.0 displayed old values and have to get a restart.

kodebach commented 4 months ago

Yeah, for anything that says "timed out", "not connected" or "Connection error" in general, I would recommend restarting everything including the devices on both ends (physical machine running Home Assistant & the heat pump) and any network stuff in between. This often fixes the issue (especially if WiFi is involved)