My Synology shuts down every night and I get tons of errors every 10 seconds during this shutdown time.
In my config I have “accept_errors: true”. So why do I get these errors and how can I avoid them?
2020-05-15 04:26:06 ERROR (MainThread) [homeassistant.components.snmp.sensor] SNMP error: No SNMP response received before timeout
(string)(Optional)
Determines whether the sensor should start and keep working even if the SNMP host is unreachable or not responding. This allows the sensor to be initialized properly even if, for example, your printer is not on when you start Home Assistant.
It seems this option only changes the way home assistant reacts to errors, not how it handles reporting of errors.
Hmm but it makes no sense that it returns all these errors in the log when the host is unreachable.
It should just make the sensors show “unknown” like mentioned in the docs.