Full featured Z-Wave Control Panel UI and MQTT gateway. Built using Nodejs, and Vue/Vuetify
987
stars
201
forks
source link
[question] zwave-js-ui fatal error on docker creation #FailureMessage Object: 0x7ef6549c #2724
Closed
uberdorf closed 2 years ago
Updated from ZWavejs2Mqtt to zwave-js-ui by adjusting docker-compose.yml Running Raspbian GNU/Linux 10 (buster)
After update I get the following error message. Any suggestions on what might cause this? Reverting to ZWavejs2Mqtt gives the same error message
~/docker/zwave-js-ui $ sudo docker-compose up Creating zwave-js-ui ... done Attaching to zwave-js-ui zwave-js-ui | zwave-js-ui | zwave-js-ui | # zwave-js-ui | # Fatal error in , line 0 zwave-js-ui | # unreachable code zwave-js-ui | # zwave-js-ui | # zwave-js-ui | # zwave-js-ui | #FailureMessage Object: 0x7ef6549c
docker-compose.yml
version: '3.7' services: zwave-js-ui: container_name: zwave-js-ui image: zwavejs/zwave-js-ui:latest restart: always tty: true stop_signal: SIGINT environment:
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
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.