Hi,
After upgrading to 2021.2.3 I decided to migrate to zwave JS.
I’ve tried the default zwave server and the zwave2mqtt server. The device is connected. They start listening to port 3000 it seems.
However I cannot get either of them to work when installing the Integration zwave JS.
With zwave2mqtt I remove the checkbox and manually added the 358734958-zwave2mqtt name or the ip-address of the docker 172.30.x.y. but neither worked.
The native zwave also did not work.
If I look at docker.it does not export the port 3000. But I guess it should via supervisor/internal?
When I try to add the zwave js integration I get an unexpected error.
The log says:
Source: components/zwave_js/config_flow.py:56
Integration: Z-Wave JS (documentation, issues)
First occurred: 2:53:55 PM (3 occurrences)
Last logged: 3:23:50 PM
Unexpected exception
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/zwave_js/config_flow.py", line 106, in async_step_manual
version_info = await validate_input(self.hass, user_input)
File "/usr/src/homeassistant/homeassistant/components/zwave_js/config_flow.py", line 45, in validate_input
return await async_get_version_info(hass, ws_address)
File "/usr/src/homeassistant/homeassistant/components/zwave_js/config_flow.py", line 56, in async_get_version_info
version_info: VersionInfo = await get_server_version(
File "/usr/local/lib/python3.8/site-packages/zwave_js_server/version.py", line 11, in get_server_version
return VersionInfo.from_message(await client.receive_json())
File "/usr/local/lib/python3.8/site-packages/aiohttp/client_ws.py", line 291, in receive_json
data = await self.receive_str(timeout=timeout)
File "/usr/local/lib/python3.8/site-packages/aiohttp/client_ws.py", line 276, in receive_str
raise TypeError(f"Received message {msg.type}:{msg.data!r} is not str")
TypeError: Received message 257:None is not str
I’m running on raspberryPI 3+with raspbian 10 buster and docker 19.03.12. Home assistant 2021.2.3. Supervisor 2021.2.9.