denpamusic / homeassistant-plum-ecomax

Plum ecoMAX boiler controller integration for Home Assistant.
MIT License
30 stars 7 forks source link

Total fule burned is not working after network disconnect #66

Closed svenlange2 closed 8 months ago

svenlange2 commented 8 months ago

Is there an existing issue for this?

I'm having the following issue:

Some time ago i compained about this problem that sometimes the accumulation of burnt fuel stops after network issues with RS485 dongle. The problem was that i did not have any log entries to see what was causing this. Now i see this in HASS log viewer:

2024-01-17 14:32:41.245 WARNING (MainThread) [pyplumio.devices.ecomax] Skipping outdated fuel consumption data, was 247675 seconds old

It started after network disconnect that lasted for 15 minutes. I needed to refill the burner and didnt want it to automatically fire up dusing that time - so i disconnected the dongle. After that even HASS restart didnt fix the probem - log is full of these. The unrealistic seconds value does not reflect the time the maschine was offline for sure.

I have following devices connected:

I'm connecting to my devices using:

Ethernet/WiFi to RS-485 converter

I'm seeing following log messages:

2024-01-17 14:32:41.245 WARNING (MainThread) [pyplumio.devices.ecomax] Skipping outdated fuel consumption data, was 247675 seconds old

My diagnostics data:

No response

Code of Conduct

svenlange2 commented 8 months ago

Maybe the seconds value is realistic after all - the accumulation stopped a few days ago but still the plugin must get over this 15 minut gap in a more intelligent way - right now I'v lost again many days of data and i just cannot trust the total burnt fuel value at all.

svenlange2 commented 8 months ago

merging with #45 - same issue