Hi,
I’m using the denonavr
component with my AV receiver.
The AVR is completely turned off when not in use, i.e. not in “Network Standby” mode, so it’s unreachable via network in that state.
The denonavr component now complains every 11s:
ERROR (Thread-9) [DenonAVR] ConnectionError retrieving data from host 192.168.xx.xx
I haven’t found a way to silence this component. I tried setting a lower log level:
logger:
default: warn
logs:
homeassistant.component.media_player.denonavr: critical
but this seems to be ignored, even when extending this to homeassistant.component.media_player
.
Right now, I have the default log level reduced to “fatal”, which works but is unsatisfactory since I now hardly see any errors at all.
Unfortunately I didn’t find the part of the code where this message is generated.
Sebastian