Hi again,
So installed a new bullseye OS, installed mosquitto, docker and docker-compose.
Installed zwjs2mqtt and all is running.
in the gui the zwave stick is found and displayed.
No other devices appear.
Trying to add a node by hand also doesn't work.
This is what I have in docker-compose.yml
Code: Select all
pi@PI4Nieuw:~ $ sudo nano docker-compose.yml
GNU nano 5.4 docker-compose.yml
# 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=America/New_York
networks:
- zwave
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.
- '/dev/serial/by-id/usb-0658_0200-if00:/dev/zwave'
volumes:
- zwave-config:/usr/src/app/store
ports:
- '8091:8091' # port for web interface
- '3000:3000' # port for Z-Wave JS websocket server
networks:
zwave:
volumes:
zwave-config:
name: zwave-config
In domoticz I have set zwave to inactive
In setup general I have auth, Https and plugins disabled, log is enabled as debug and log to file is enabled
In setup zwave I have sserial port /dev/zwave priority dir as /usr/src/app/store/config
S0 legacy 0102030405060708090A0B0C0D0E0F10 as taken from my stick. the other keys are made with the refresh keys
all other options are left as original.
In setup mqtt I have set the host url to 192.168.2.21 port 1883 rest is original
In setup gateway I have changed nothing
In setup home assistant I only set mqtt discovery on.
Anybody any idea what is going wrong here?
edit. Manual inclusion works now. I took a complete new PIR
Jan