DarwinsBuddy / WienerNetzeSmartmeter

A home-assistant integration supporting WienerNetze Smartmeters as sensors
121 stars 12 forks source link

Subsequent update to statistics after initial import is not working #222

Closed patakfal closed 3 months ago

patakfal commented 3 months ago

I have the following issue on version 1.4.6. After a successful import at the beginging of a new integration works perfectly with the change of self._state = None in statistics_sensor.py. No negative value. But I get no update after that even after 2 days... API calls are happening every hour but it does not update statistics. Does anyone have the same issue? Log attached wienenergie.log

ziggypin commented 3 months ago

same issue here. I use v1.4.6 plus manual mod https://github.com/DarwinsBuddy/WienerNetzeSmartmeter/issues/219#issuecomment-1973065976

real-alphamaennchen commented 3 months ago

Have the same issue. Also V1.4.6 and external Postgresql server for recorder (in case this can make a difference)

real-alphamaennchen commented 3 months ago

The manual fix from #219 seems to fix my problem

DarwinsBuddy commented 3 months ago

release incorporating the fix is on its way :rocket:

patakfal commented 3 months ago

I do not think it solved the issue. I started mine with the comment that self._state = None was changed, which you implemented in 1.4.7. As said even after the change I had no subsequent update, which is still the case with 1.4.7. So I would not consider this closed.