I have a similar problem to the original poster above - Althoug I seem to use the correct syntax. (socket://192.168.50.33:23)
OTGW is working fine and windows tool has no problems connecting to it. It looks HA specific.
Is there anything else I can check ? Or a good starting place to investigate ?
Much appreciated !
(btw;
in the screenshot
- 192.168.50.183 = windows PC succesfully using Openthem Monitor (wifi)
- 192.168.50.10 = Home assistant (cable)
- 192.168.50.33 = OTGW (cable) )
Update: I found my logs - but it isn’t helping me
Logger: aiohttp.server
Source: components/opentherm_gw/config_flow.py:55
First occurred: 12:37:38 AM (1 occurrences)
Last logged: 12:37:38 AM
Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py”, line 422, in _handle_request
resp = await self._request_handler(request)
File “/usr/local/lib/python3.8/site-packages/aiohttp/web_app.py”, line 499, in _handle
resp = await handler(request)
File “/usr/local/lib/python3.8/site-packages/aiohttp/web_middlewares.py”, line 118, in impl
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/security_filter.py”, line 56, in security_filter_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/request_context.py”, line 18, in request_context_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/ban.py”, line 72, in ban_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/auth.py”, line 127, in auth_middleware
return await handler(request)
File “/usr/src/homeassistant/homeassistant/components/http/view.py”, line 129, in handle
result = await result
File “/usr/src/homeassistant/homeassistant/components/config/config_entries.py”, line 169, in post
return await super().post(request, flow_id)
File “/usr/src/homeassistant/homeassistant/components/http/data_validator.py”, line 60, in wrapper
result = await method(view, request, *args, **kwargs)
File “/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py”, line 106, in post
result = await self._flow_mgr.async_configure(flow_id, data)
File “/usr/src/homeassistant/homeassistant/data_entry_flow.py”, line 155, in async_configure
result = await self._async_handle_step(flow, cur_step[“step_id”], user_input)
File “/usr/src/homeassistant/homeassistant/data_entry_flow.py”, line 213, in _async_handle_step
result: Dict = await getattr(flow, method)(user_input)
File “/usr/src/homeassistant/homeassistant/components/opentherm_gw/config_flow.py”, line 60, in async_step_init
res = await asyncio.wait_for(test_connection(), timeout=10)
File “/usr/local/lib/python3.8/asyncio/tasks.py”, line 494, in wait_for
return fut.result()
File “/usr/src/homeassistant/homeassistant/components/opentherm_gw/config_flow.py”, line 55, in test_connection
status = await otgw.connect(self.hass.loop, device)
File “/usr/local/lib/python3.8/site-packages/pyotgw/pyotgw.py”, line 139, in connect
await self.get_status()
File “/usr/local/lib/python3.8/site-packages/pyotgw/pyotgw.py”, line 383, in get_status
v.DATA_SLAVE_MAX_CAPACITY: int(capmodlimits[0]),
ValueError: invalid literal for int() with base 10: ‘0.00’