-
-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add filters for reducing amount of data output (#95)
* Add filters for reducing amount of data output This change adds commented-out samples of how to use filters to reduce the amount of data that are written to the HA recorder database by default. Depending on the `pulse_rate` variable, the type of house/apartment and the heating system in use, this may or may not be a problem in practice. For example, with the default in the file, `1000`, a power consumption of 3600 W means that the sensors produce 2 HA state changes per second (which means 7200 state changes per hour). With the commented-out filters enabled, only 396 state changes will be produced per hour. * Add documentation to README.md * Reference README.md from home_assistant_glow.yaml * Change kWh sensor granularity to 0.01 * Use `on_raw_value` instead of `on_value` * Filter out NaN from Power Consumption sensor * Fix typos in URLs, update `pulse_rate` -> `pulse rate` * Remote blank line --------- Co-authored-by: Klaas Schoute <[email protected]>
- Loading branch information
1 parent
49c8cad
commit b2a3f9a
Showing
2 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters