Hi,
I got hass installed on my RPi and it seems to be starting up ok. I noticed that I get the following entry in the log:16-02-05 17:10:22 homeassistant.components.media_player: Error while setting up platform sonos
Traceback (most recent call last):
File "/usr/local/lib/python3.4/dist-packages/homeassistant/helpers/entity_component.py", line 146, in _setup_platform
self.hass, platform_config, self.add_entities, discovery_info)
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/media_player/sonos.py", line 44, in setup_platform
add_devices([SonosDevice(hass, soco.SoCo(discovery_info))])
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/media_player/sonos.py", line 79, in __init__
self.update()
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/media_player/sonos.py", line 113, in update
' (R)', '').replace(' (L)', '')
TypeError: 'NoneType' object is not subscriptable
and then every 10 seconds, I get the following:16-02-05 17:11:00 homeassistant.components.media_player: Updating media_player entities
16-02-05 17:11:00 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.131
16-02-05 17:11:00 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.131
16-02-05 17:11:00 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.131
16-02-05 17:11:01 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.131
16-02-05 17:11:01 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.131
16-02-05 17:11:01 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.131
16-02-05 17:11:01 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.210
16-02-05 17:11:01 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.210
16-02-05 17:11:01 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.210
16-02-05 17:11:01 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.210
16-02-05 17:11:01 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.210
16-02-05 17:11:01 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.210
16-02-05 17:11:01 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.213
16-02-05 17:11:01 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.213
16-02-05 17:11:01 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.213
16-02-05 17:11:01 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.213
16-02-05 17:11:01 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.213
16-02-05 17:11:02 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.213
16-02-05 17:11:02 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.214
16-02-05 17:11:02 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.214
16-02-05 17:11:02 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.214
16-02-05 17:11:02 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.214
16-02-05 17:11:02 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.214
16-02-05 17:11:02 urllib3.connectionpool: Starting new HTTP connection (1): 192.168.0.214
Those IP addresses are the IP addresses which correspond to the Sonos devices on my network.
For the time being, I don’t really want to use hass for controlling my Sonos stuff, so my question is how do I disable that?
So far, my configuration file is just the default one that hass creates.