hiscorebob
(Hiscorebob)
1
Hi all,
I’ve added a Volumio Media Player to my HA Setup. When Volumio is turned off, the HA logs are flooded with following message:
Failed communicating with Volumio: <class 'aiohttp.client_exceptions.ClientConnectorError
components/media_player/volumio.py (ERROR)
I have tried to configure logger component to ignore these messages :
logger:
logs:
homeassistant.components.media_player: fatal
homeassistant.components.media_player.volumio: fatal
media_player.volumio: fatal
None of the entries do the trick, what am I missing?
Thanks for any advice!
Any luck with this? I am in the same boat.
hiscorebob
(Hiscorebob)
3
I still haven’t figured it out
nek1970
(Gerar Lowe)
4
Hi, I am a happy Volumio user on Home assistant too. You have no idea how I can recall a specific playlist in the home assistant?
kenci
5
Just comment this out in
/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/volumio.py
Line 116 - Line 118
#_LOGGER.error(
# "Failed communicating with Volumio '%s': %s",
# self._name, type(error))
return False
and restart homeassistant