-
Notifications
You must be signed in to change notification settings - Fork 20
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
Update interval in seconds #158
Comments
Yes we can do that, I have to find out how to migrate the "previous" config from minutes to seconds though. |
FYI I'm working on a change that keeps the TCP connection open, where the inverter will send an update every minute (observed on a 3000TL) but have not yet found a way to change that rate. Perhaps we should keep that as a separate configurable mode, to support both |
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. |
isnt the code missing to store the time between updates in config? in strings i dont see the config key for timedelta. |
Hi! My inverter supports TCP mode and I'd like to query it more frequently. Could you make it possible to set minimum update interval in seconds instead of minutes? I believe this cam be done by replacing minutes with seconds here: https://github.com/robbinjanssen/home-assistant-omnik-inverter/blob/main/custom_components/omnik_inverter/coordinator.py#L52
The text was updated successfully, but these errors were encountered: