You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Everyone,
Using this integration from the last 15 days and my experience is very good and enjoying it. I have no problem running this integration in local, cloud or auto mode, as for power consumption values I need to run it in 'auto' mode. Much thanks for @AlexxIT for this wonderful integration.
However I have a enhancement request. The device I am using right now is based on pow r2 based smart breaker, it is showing volts, amps, watts and consumption (if mode is auto) fine but the values update rate on HA is too high, as you can understand the varying volts, amps and watts occurs nearly every second and HA is showing the changes accordingly but due to this quick change entities are filling up the DB at a quick rate, I need to retain values for at least one month in MariaDB and then I have a plan to move the aggregated values to Influx DB, but due to frequent change in values the MariaDB is keep expanding.
I have read the documentation and forums many times but there doesn't seems to be a property that can limit it to one update per minute. However I read in docs that device itself keep sending the data automatically (mDNS announcement) whenever a change happens.
So @AlexxIT is there any way to ignore these rapid changes in HA when using this integration ? Or can you introduce a new property where we can set the number of samples acceptance in one minute ?
Below is my config, please note force_update and scan_interval has no impact on above scenario so right now I have turned them off.
Total number of entities value persisted (including power, voltage, ampere and switch itself) from May 01 to till date is : 373427 (24895 entries per day) (approx 450 Mb DB size increased)
Thanks.
The text was updated successfully, but these errors were encountered:
Hello Everyone,
Using this integration from the last 15 days and my experience is very good and enjoying it. I have no problem running this integration in local, cloud or auto mode, as for power consumption values I need to run it in 'auto' mode. Much thanks for @AlexxIT for this wonderful integration.
However I have a enhancement request. The device I am using right now is based on pow r2 based smart breaker, it is showing volts, amps, watts and consumption (if mode is auto) fine but the values update rate on HA is too high, as you can understand the varying volts, amps and watts occurs nearly every second and HA is showing the changes accordingly but due to this quick change entities are filling up the DB at a quick rate, I need to retain values for at least one month in MariaDB and then I have a plan to move the aggregated values to Influx DB, but due to frequent change in values the MariaDB is keep expanding.
I have read the documentation and forums many times but there doesn't seems to be a property that can limit it to one update per minute. However I read in docs that device itself keep sending the data automatically (mDNS announcement) whenever a change happens.
So @AlexxIT is there any way to ignore these rapid changes in HA when using this integration ? Or can you introduce a new property where we can set the number of samples acceptance in one minute ?
Below is my config, please note force_update and scan_interval has no impact on above scenario so right now I have turned them off.
Total number of entities value persisted (including power, voltage, ampere and switch itself) from May 01 to till date is : 373427 (24895 entries per day) (approx 450 Mb DB size increased)
Thanks.
The text was updated successfully, but these errors were encountered: