You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not using Home Assistant. Or: a developer has told me to come here.
I have checked the troubleshooting section and my problem is not described there.
I have read the changelog and my problem is not mentioned there.
Deploy method
Docker
Z-Wave JS UI version
9.27.5
ZwaveJS version
14.3.4
Describe the bug
The Driver can not be loaded on all Docker Versions 9.26.0 until newest.
The Last working one (I rollback to) is 9.25.0 with 13.10.1
I will attack all ScreenShots. Please provide me with additional Informations if there are special taskt to switch from 9.25.0 to a higher version.
zwave-js-ui: container_name: zwave-js-ui-haberloh image: zwavejs/zwave-js-ui:9.25.0 restart: unless-stopped tty: true stop_signal: SIGINT environment: - SESSION_SECRET=mysupersecretkey - ZWAVEJS_EXTERNAL_CONFIG=/usr/src/app/store/.config-db # Uncomment if you want logs time and dates to match your timezone instead of UTC # Available at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones - TZ=Europe/Berlin networks: vlan50: ipv4_address: 192.168.5.213 #devices: # Do not use /dev/ttyUSBX serial devices, as those mappings can change over time. # Instead, use the /dev/serial/by-id/X serial device for your Z-Wave stick. #- 'tcp://192.168.1.102:4000' volumes: - zwave-config:/usr/src/app/store
To Reproduce
Just switch Version in docker compose
Expected behavior
As usual just working with no config changes.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Deploy method
Docker
Z-Wave JS UI version
9.27.5
ZwaveJS version
14.3.4
Describe the bug
The Driver can not be loaded on all Docker Versions 9.26.0 until newest.
The Last working one (I rollback to) is 9.25.0 with 13.10.1
I will attack all ScreenShots. Please provide me with additional Informations if there are special taskt to switch from 9.25.0 to a higher version.
zwave-js-ui: container_name: zwave-js-ui-haberloh image: zwavejs/zwave-js-ui:9.25.0 restart: unless-stopped tty: true stop_signal: SIGINT environment: - SESSION_SECRET=mysupersecretkey - ZWAVEJS_EXTERNAL_CONFIG=/usr/src/app/store/.config-db # Uncomment if you want logs time and dates to match your timezone instead of UTC # Available at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones - TZ=Europe/Berlin networks: vlan50: ipv4_address: 192.168.5.213 #devices: # Do not use /dev/ttyUSBX serial devices, as those mappings can change over time. # Instead, use the /dev/serial/by-id/X serial device for your Z-Wave stick. #- 'tcp://192.168.1.102:4000' volumes: - zwave-config:/usr/src/app/store
To Reproduce
Just switch Version in docker compose
Expected behavior
As usual just working with no config changes.
Additional context
No response
The text was updated successfully, but these errors were encountered: