Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PVOutput plugin does not work with low frequency updates #34

Open
silvester747 opened this issue Sep 11, 2019 · 2 comments · May be fixed by #35
Open

PVOutput plugin does not work with low frequency updates #34

silvester747 opened this issue Sep 11, 2019 · 2 comments · May be fixed by #35

Comments

@silvester747
Copy link

I am using InverterServer.py as an endpoint for my Omnik inverter. The inverter pushes data once every 5 minutes. The PVOutput plugin has a condition that it only sends the data to when the current minute is divisible by 5. So if my inverter pushes the data any other minute, it will not be reported.

I propose to make this configurable. For inverters that report more frequently, or when using polling, the update can be postponed until the 5th minute, for other inverters the update can be sent immediately.

@silvester747 silvester747 linked a pull request Sep 12, 2019 that will close this issue
@conradhagemans
Copy link

I removed the 5 min check in the script. The omnik WiFi module sends the data any way every 5 min.

@conradhagemans
Copy link

I like your changes. Will change my script accordingly. Not sure if this repo is still maintained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants