-
Notifications
You must be signed in to change notification settings - Fork 24
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
Configurable Update Interval #19
Comments
Part of what i'm doing with those components is to monitor traffic of devices / interfaces in Grafana, I will add the comment as you suggested and will add option to change the update interval from UI with default of 1 second. thanks for the feedback |
Interesting. I haven't looked yet at pulling proper long terms stats from my Unifi or EdgeOS, but I lightly planned to dump them straight into the TSDB (likely Prometheus). While I'll certainly pull data from HA as well, I'll only use it for the IOT bits. My HA is running on a Pi. I was trying to keep the IO limited there to preserve the SD card life as I'm aware that's likely where I'll see issues in the future. I'm much less concerned with the data volume/storage used, more so with the amount written. I haven't got round to excluding any data in the recorder, and per The IO change is certainly apparent:
Thanks for your quick responses! |
**Implemented enhancements:** - Added changelog - Added ability to configure update entities interval in seconds (Integrations -> Integration Name -> Options) [\#19](#19) [\#15](https://github.com/elad-bar/ha-edgeos/issues) - Added instructions how to install in HACS [\#16](#16) - Added password encryption upon saving the integration settings - Improved drop-down logic to choose device trackers, monitored devices and interfaces [\#9](#9) - Moved code to new file structure - More logs added for easier debugging **Fixed bugs:** - Login failure initiated reconnect mechanism instead of die gracefully
**Implemented enhancements:** - Added changelog - Added ability to configure update entities interval in seconds (Integrations -> Integration Name -> Options) [\#19](#19) [\#15](https://github.com/elad-bar/ha-edgeos/issues) - Added instructions how to install in HACS [\#16](#16) - Added password encryption upon saving the integration settings - Improved drop-down logic to choose device trackers, monitored devices and interfaces [\#9](#9) - Moved code to new file structure - More logs added for easier debugging **Fixed bugs:** - Login failure initiated reconnect mechanism instead of die gracefully
can you please check if now it works for you better? |
@LukeHandle thanks for the feedback, fixed it |
**Implemented enhancements:** - Added changelog - Added ability to configure update entities interval in seconds (Integrations -> Integration Name -> Options) [\#19](#19) [\#15](https://github.com/elad-bar/ha-edgeos/issues) - Added instructions how to install in HACS [\#16](#16) - Added password encryption upon saving the integration settings - Improved drop-down logic to choose device trackers, monitored devices and interfaces [\#9](#9) - Moved code to new file structure - More logs added for easier debugging **Fixed bugs:** - Login failure initiated reconnect mechanism instead of die gracefully
**Implemented enhancements:** - Added changelog - Added ability to configure update entities interval in seconds (Integrations -> Integration Name -> Options) [\#19](#19) [\#15](https://github.com/elad-bar/ha-edgeos/issues) - Added instructions how to install in HACS [\#16](#16) - Added password encryption upon saving the integration settings - Improved drop-down logic to choose device trackers, monitored devices and interfaces [\#9](#9) - Moved code to new file structure - More logs added for easier debugging **Fixed bugs:** - Login failure initiated reconnect mechanism instead of die gracefully
After reading #15 , I saw you mention the sensors update every second (!)
For those using the recorder, this will generate a lot of data there.
I suggest allowing a configurable update frequency on this? Maybe:
(or just a "seconds" configurable option?)
For reference, in 2.5 hours (with 2 interfaces and 6 devices) that was 10174 recorded states (85%). It logs the same sort of stuff into the
events
table as well.I understand part of the data is the transfer rates, but I doubt many need such granularity? (they should probably export it into Prometheus or something if they wanted proper tracking of it).
edit: It might also be worth documenting this will put a lot of data into the recorder. Maybe mention that users can also exclude the entities from the recorder
The text was updated successfully, but these errors were encountered: