DrozmotiX / ioBroker.discovergy

Receive all data of Discovery API into ioBroker to have your energy consumption and delivery monitored
MIT License
15 stars 7 forks source link

Timelag between switch from 'Power consumption' to 'Power delivery' #236

Closed kleinjn closed 1 year ago

kleinjn commented 1 year ago

I do not know if the problem is related to the Discovergy API itself or to the adapter:

I have a PV-Installation. When the PV produces more power than needed, the surplus goes to the grid and is accounted on the Discovergy meter as 'power delivery'. I takes between 30-50 seconds before the new value is delivered when power switches from 'power consumption' to 'power delivery' or vice-versa, even the update interval is set to 3 seconds. I have submitted this also to Discovergy as I do not know if the cause of this behavior is the API itself or the adapter. Could you please have a check?

DutchmanNL commented 1 year ago

Hi @kleinjn.. hmmm that would be an api issue as the data is not provided earlier. Adapter request all data on API based on provided interval but indeed if the value are not easier available in API results the adapter shows previous data.

I think there is nothing I can do at adapter side but would be interested if you get any feedback from discovery about it

DutchmanNL commented 1 year ago

solved in v0.5.11