I have it setup on a Pi and followed all the config’s… the web shows all working fine, but still not found by Alexa… wondering if Amazon has blocked the HA emu from working?
Error logs below -
16-09-19 21:30:08 homeassistant.components.light.hue: Error connecting to the Hue bridge at 192.168.0.10
Traceback (most recent call last):
File “/home/pi/.homeassistant/deps/phue.py”, line 543, in connect
with open(self.config_file_path) as f:
FileNotFoundError: [Errno 2] No such file or directory: ‘/home/pi/.homeassistant/phue.conf’
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/lib/python3.4/dist-packages/homeassistant/components/light/hue.py”, line 95, in setup_bridge
config_file_path=hass.config.path(filename))
File “/home/pi/.homeassistant/deps/phue.py”, line 435, in init
self.connect()
File “/home/pi/.homeassistant/deps/phue.py”, line 559, in connect
self.register_app()
File “/home/pi/.homeassistant/deps/phue.py”, line 513, in register_app
response = self.request(‘POST’, ‘/api’, data)
File “/home/pi/.homeassistant/deps/phue.py”, line 459, in request
connection.request(mode, address, data)
File “/usr/lib/python3.4/http/client.py”, line 1090, in request
self._send_request(method, url, body, headers)
File “/usr/lib/python3.4/http/client.py”, line 1128, in _send_request
self.endheaders(body)
File “/usr/lib/python3.4/http/client.py”, line 1086, in endheaders
self._send_output(message_body)
File “/usr/lib/python3.4/http/client.py”, line 924, in _send_output
self.send(msg)
File “/usr/lib/python3.4/http/client.py”, line 859, in send
self.connect()
File “/usr/lib/python3.4/http/client.py”, line 836, in connect
self.timeout, self.source_address)
File “/usr/lib/python3.4/socket.py”, line 509, in create_connection
raise err
File “/usr/lib/python3.4/socket.py”, line 500, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused