Skip to content

Switched to config from PR 200, now updates are nonstop #202

Answered by kahrendt
jcam asked this question in Q&A
Discussion options

You must be logged in to vote

When you say it is spamming HA, do you mean log messages? My understanding (which could be wrong) is that log messages are only sent if actively connected through the ESPHome command line, though I believe if you use MQTT then it always sends the logs to a specific MQTT topic. Regardless, these can be removed. You can decrease the amount of log messages by lowering the logger level to WARN (or lower). This, in general, improves performance quite a bit.

Try adding this to your config

logger:
  baud_rate: 0   # don't send log messages over UART interface
  level: WARN

If that works well for you and others, then I think we should add it to the base configuration in the repository. The comp…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@jcam
Comment options

@kahrendt
Comment options

@jcam
Comment options

@flaviut
Comment options

Answer selected by jcam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants