Update for media_player.yamaha_receiver_zone_2 fails
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 224, in async_update_ha_state
yield from self.async_device_update()
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 353, in async_device_update
yield from self.hass.async_add_job(self.update)
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/media_player/yamaha.py", line 187, in update
self._sound_mode = self.receiver.surround_program
File "/usr/local/lib/python3.6/site-packages/rxv/rxv.py", line 296, in surround_program
response = self._request('GET', request_text)
File "/usr/local/lib/python3.6/site-packages/rxv/rxv.py", line 139, in _request
response = ET.XML(res.content) # releases connection to the pool
File "/usr/local/lib/python3.6/xml/etree/ElementTree.py", line 1315, in XML
return parser.close()
File "<string>", line None
xml.etree.ElementTree.ParseError: no element found: line 1, column 0
AND
Invalid XML returned for request <YAMAHA_AV cmd="GET"><Zone_2><Surround><Program_Sel><Current>GetParam</Current></Program_Sel></Surround></Zone_2></YAMAHA_AV>: b''
Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/rxv/rxv.py", line 139, in _request response = ET.XML(res.content) # releases connection to the pool File "/usr/local/lib/python3.6/xml/etree/ElementTree.py", line 1315, in XML return parser.close() File "<string>", line None xml.etree.ElementTree.ParseError: no element found: line 1, column 0
ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/ping request
ERROR (MainThread) [homeassistant.components.hassio] Not connected with Hass.io
ERROR (MainThread) [homeassistant.setup] Setup failed for hassio: Component failed to initialize.
I have a number of python errors but they seem to be associated with Chromecast and netgear which go bung from time to time
This probably won’t help in your case but I updated my configuration file to ignore Zone 2 of my Yamaha amp and the problem seems to have gone away. I would perhaps have a look at any problems with media players in your setup. Perhaps comment out any malfunctioning ones and see if that helps. I’m going to report the Yamaha bug.
I have the same problem after clean installation on my Odroid HC2 (I use https://github.com/home-assistant/hassio-build/blob/master/install/README.md method).
Everything went well no error during installation (but I do not have network-manager if that is matter).
I can access HA on port 8123 but I do not have hassio tab and errors like:
2018-11-30 02:25:43 WARNING (MainThread) [homeassistant.setup] Setup of hassio is taking over 10 seconds.
2018-11-30 02:25:43 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/ping request
2018-11-30 02:25:43 ERROR (MainThread) [homeassistant.components.hassio] Not connected with Hass.io
2018-11-30 02:25:43 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 10.0 seconds.
2018-11-30 02:25:43 ERROR (MainThread) [homeassistant.setup] Setup failed for hassio: Component failed to initialize
I am using Portainer to manage my docker containers, I can see that both containers are working hassio on bridge and hassio networks, homeassistant as host.
Any idea why hassio is not connecting, please?