Emulated hue bridge

Hi Guys,

I’m new to Home Assitant, and I’m trying to connect my Echo dot to HA, but i have no luck…
In my configuration.yaml:
customize:
emulated_hue:
host_ip: 192.168.1.198
listen_port: 8300
light.kek:
icon: mdi:lightbulb-on
emulated_hue: true
emulated_hue_name: “blue led”

I tried to check http://192.168.1.198:8300/description.xml but:
“This site can’t be reached
192.168.1.198 refused to connect.
Search Google for 192 168 198 8300 description
ERR_CONNECTION_REFUSED”

The echo dot and the RPi are in the same subnet.
HA Version: 0.38.4
Errors in the logs:
“17-02-24 00:41:27 WARNING (MainThread) [aiohttp.websocket] websocket connection is closing.”

What could be the problem? what did i do wrong? Pls help!

BR, Adam

Be sure to use preformatted text when posting YAML.

Emulated_hue should not be a child of customize, if that’s how you have it set up. It should be at the “top” level - all the way at the left margin.

Customize is a child of homeassistant.

Check your home_assistant.log for errors.