Zwave2mqtt: No Option to setup serial port in zwave menu

Created on 12 Nov 2020  路  2Comments  路  Source: OpenZWave/Zwave2Mqtt

I have installed everything in the docker according to the instructions

version: '3.7'
services:
zwave2mqtt:
container_name: zwave2mqtt
image: robertslando/zwave2mqtt:dev
restart: always
tty: true
stop_signal: SIGINT
networks:
- zwave
devices:
- "/dev/ttyACM0:/dev/ttyACM0"
volumes:
- ./store:/usr/src/app/store
- ./openzwave:/usr/local/etc/openzwave
ports:
- "8091:8091"
networks:
zwave:

After startup I have no menu in the GUI to define serail port for zwave

grafik

What did I do wrong during the installation?

question

All 2 comments

@Diddlik Did you try to expand the zwave menu? there should be an arrow on the right to expand that

ooo, no, i am so stupid...now i have it, thank you

Was this page helpful?
0 / 5 - 0 ratings