Skip to content

Commit

Permalink
Reduce sensor logging verbosity
Browse files Browse the repository at this point in the history
We want to keep the logs enabled for diagnostic purposes though, let's just disable the part that's actually way too verbose.
  • Loading branch information
flaviut authored Sep 11, 2023
1 parent 4d11f1f commit ded4086
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ For issues, please go to [the discussion board](https://github.com/emporia-vue-l
<details>
<summary>Instructions changelog</summary>

- 2023-09-11: reduce logging verbosity
- 2023-09-03: revamp configuration for improved accuracy, thanks to [adam](https://www.technowizardry.net/2023/02/local-energy-monitoring-using-the-emporia-vue-2/) and [@kahrendt](https://github.com/kahrendt)
- 2023-06-11: fix buzzer with GND, move LED to HA config section, add template classes
- 2023-03-08: configuration example for net metering
Expand Down Expand Up @@ -92,6 +93,10 @@ ota:
# Enable logging
logger:
logs:
# by default, every reading will be printed to the UART, which is very slow
# This will disable printing the readings but keep other helpful messages
sensor: INFO
wifi:
# Wifi credentials are stored securely by new device wizard.
Expand Down

0 comments on commit ded4086

Please sign in to comment.