Very new to HA and this environment. I am an Insteon castaway. Have installed HA (nice) and trying to add/integrate (not sure the vernacular used here) the Emulated Hue integration to connect Insteon lights to Harmony elite home control buttons. I have the following config file:
`default_config:
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
#light: !include lights.yaml
start_time:
emulated_hue:
listen_port: 80
advertise_ip: 10.0.0.10
advertise_port: 8080
expose_by_default: true
exposed_domains:
- light`
Port 80 is open. I have tried various commands but keep getting the same error when I start HA:
Logger: homeassistant.setup
Source: C:\Users\tahou\Home Assistant\HassWP_2022.2.3\python-3.9.10.amd64\lib\site-packages\homeassistant\setup.py:237
First occurred: 8:19:34 PM (1 occurrences)
Last logged: 8:19:34 PM
Error during setup of component emulated_hue
Traceback (most recent call last):
File “C:\Users\tahou\Home Assistant\HassWP_2022.2.3\python-3.9.10.amd64\lib\site-packages\homeassistant\setup.py”, line 227, in async_setup_component
result = await task
File "C:\Users\tahou\Home Assistant\HassWP_2022.2.3\python-3.9.10.amd64\lib\site-packages\homeassistant\components\emulated_hue_init.py", line 137, in async_setup
listen = create_upnp_datagram_endpoint(
File “C:\Users\tahou\Home Assistant\HassWP_2022.2.3\python-3.9.10.amd64\lib\site-packages\homeassistant\components\emulated_hue\upnp.py”, line 73, in create_upnp_datagram_endpoint
ssdp_socket.setsockopt(
OSError: [WinError 10022] An invalid argument was supplied
I copied the syntax from HA suggested pages but to no avail. Any help appreciated.
Regards,
Allen