Replies: 1 comment
-
For me, the data didn't update as often as I liked, so ended up moving to Modbus interaction instead. Thank you for your previous assistance with this Home Assistant add-on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As I understand, openAPI allows us 1440 calls per day. Currently at 22 calls per hour, we use 528 calls per day over all sensors and well within the amount allowed.
If I wanted to increase calls, for example increasing the frequency of real-time variables from 5 minutes to 2 minutes, this would increase the overall amount of calls from 528 to 960 (30 calls per hour, rather than 12 calls per hour, an increase from 288 to 720).
Could there be an "Advanced Setting" option to allow users to change parameters (but also keep within the amount allowed)?
If not, where in the code does it state the API calls information so it could be changed by the user? I've had a brief look on my phone and I can't see it.
Lastly, thank you for the efforts put into this integration. It is very useful and has saved me a lot of time and hassle.
Beta Was this translation helpful? Give feedback.
All reactions