fsaris / home-assistant-zonneplan-one

Unofficial Zonneplan integration for Home Assistant
https://github.com/fsaris/home-assistant-zonneplan-one
MIT License
105 stars 17 forks source link

Change update interval "Zonneplan last measured value" #23

Closed W13N3N closed 1 year ago

W13N3N commented 1 year ago

Hi Frans,

First of; thanks for this awesome Zonneplan integration voor HA!! It works really well and provides me with the right information for my (daily) energy dashboard!

I recently installed the Power Flow Card addon which provides me with my current power consumption, taking account the total amount W/KW produced bij my solar panels at that time. Therefore i use the sensor "Zonneplan last measured value". Because my grid usage/production sensors are updating every second, and the "Zonneplan last measured value" only updates every 5 minutes, my results aren't that accurate. Is there a way to change the update frequency of the "Zonneplan last measured value" sensor?

Kind regards, Frank

fsaris commented 1 year ago

The integration polls every 120 seconds the API for updates (https://github.com/fsaris/home-assistant-zonneplan-one/blob/935033492e894bec2a860f78b7714e26d5eb1b9a/custom_components/zonneplan_one/coordinator.py#L31)

So increasing the interval will not help because Zonneplan just doesn't provide more accurate data.

W13N3N commented 1 year ago

thanks for your quick reply!

But when i open the sensor, the refresh time increases to 5min and then starts over again. So 2 min already woud be better then 5? But what could be the reason my sensor isn't updating every 2min (120sec)?

W13N3N commented 1 year ago

image

You also can see it in the logbook it only polls every 5min.

fsaris commented 1 year ago

No, you only get a new value every 5min.

And it only updates if there is a new value

W13N3N commented 1 year ago

Ok, thanks again!