I did some test but I do not think it’s my problem. (But I’m not a specialist)
I removed the zwave entry in the configuration.yaml and tried to configure it via the “Integrations” options. When I choose “Configure” for zwave and add the the path “/dev/ttyACM0”, taken from the System Hardware overview, I get the error “Unknown error occurred”. In the log I see:
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py”, line 418, in start
resp = await task
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py”, line 458, in _handle
resp = await handler(request)
File “/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py”, line 119, in impl
return await handler(request)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py”, line 33, in real_ip_middleware
return await handler(request)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py”, line 68, in ban_middleware
return await handler(request)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py”, line 216, in auth_middleware
return await handler(request)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py”, line 115, in handle
result = await result
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/config/config_entries.py”, line 154, in post
return await super().post(request, flow_id)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/http/data_validator.py”, line 46, in wrapper
result = await method(view, request, *args, **kwargs)
File “/usr/local/lib/python3.7/site-packages/homeassistant/helpers/data_entry_flow.py”, line 86, in post
result = await self._flow_mgr.async_configure(flow_id, data)
File “/usr/local/lib/python3.7/site-packages/homeassistant/data_entry_flow.py”, line 80, in async_configure
flow, step_id, user_input)
File “/usr/local/lib/python3.7/site-packages/homeassistant/data_entry_flow.py”, line 98, in _async_handle_step
result = await getattr(flow, method)(user_input) # type: Dict
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/zwave/config_flow.py”, line 41, in async_step_user
from openzwave.option import ZWaveOption
File “/usr/local/lib/python3.7/site-packages/openzwave/option.py”, line 29, in
import libopenzwave
ImportError: Error loading shared library libgcc_s.so.1: Exec format error (needed by /usr/local/lib/python3.7/site-packages/libopenzwave.cpython-37m-aarch64-linux-gnu.so)
Zwave worked until I upgrade it to version 0.91.4 (yesterday)
Hardware: RPi 3b
Version info
Version: 160
Latest version: 160
Host system
Hostname: hassio
System: HassOS 2.11
Deployment: production