SNMP errors

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

In your statement you misspelled “accept_erros: true”. Is that just a typo?

Yes just a typo here, not in the config… sorry

accept_errors

(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.

Then you should open an issue.

Yes maybe, but before that I want to be sure that I am not doing anything wrong or that maybe someone in here have a solution to this.