After home-assistant/core/pull/85694 that was included in the 2023.02 update the Kaco integration broke partially, no longer showing Current Power and Energy Today sensors.
With this code locally it works for me again
(No it's not a sunny day here)
Fixes KoljaWindeler/kaco/issues/10
It also increases the timeout, which solves KoljaWindeler/kaco/issues/9 (it does for me). The in build webserver is just horribly slow so 10s is not enough to fetch all data (realtime.csv which you fetch often is fast)
This also includes some other cleanups that I was already using locally and which branch I extended here.
This is running on my node for a short time now and it looks fine. But I have to go now so don't have time to double check everything. Will try to do that later today.
After home-assistant/core/pull/85694 that was included in the 2023.02 update the Kaco integration broke partially, no longer showing
Current Power
andEnergy Today
sensors.With this code locally it works for me again (No it's not a sunny day here)
Fixes KoljaWindeler/kaco/issues/10
It also increases the timeout, which solves KoljaWindeler/kaco/issues/9 (it does for me). The in build webserver is just horribly slow so 10s is not enough to fetch all data (realtime.csv which you fetch often is fast)
This also includes some other cleanups that I was already using locally and which branch I extended here.
This is running on my node for a short time now and it looks fine. But I have to go now so don't have time to double check everything. Will try to do that later today.