Hi,
im running HA on hass.io on Pi3. My LMS Server is on another machine and in standby when not required.
But this causes 5 rrrors per minute:
2018-01-04 00:04:56 ERROR (MainThread) [homeassistant.components.media_player.squeezebox] Failed communicating with LMS: <class ‘concurrent.futures._base.TimeoutError’>
2018-01-04 00:05:07 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.sb_wohnzimmer is taking over 10 seconds
2018-01-04 00:05:07 ERROR (MainThread) [homeassistant.components.media_player.squeezebox] Failed communicating with LMS: <class ‘concurrent.futures._base.TimeoutError’>
2018-01-04 00:05:11 ERROR (MainThread) [homeassistant.components.media_player.squeezebox] Failed communicating with LMS: <class ‘aiohttp.client_exceptions.ClientConnectorError’>
2018-01-04 00:05:22 ERROR (MainThread) [homeassistant.components.media_player.squeezebox] Failed communicating with LMS: <class ‘aiohttp.client_exceptions.ClientConnectorError’>
2018-01-04 00:05:33 ERROR (MainThread) [homeassistant.components.media_player.squeezebox] Failed communicating with LMS: <class ‘aiohttp.client_exceptions.ClientConnectorError’>
2018-01-04 00:05:43 ERROR (MainThread) [homeassistant.components.media_player.squeezebox] Failed communicating with LMS: <class ‘aiohttp.client_exceptions.ClientConnectorError’>
and so on…
How to prevent this behaviour?
Thanks in advance!