I have setup domoticz in blocker with 6 containers running
mosquitto
zwave-js-ui
nodered
domoticz
myPortainer
homebridge
device are working well, but not the weatherstation.
in the ordinary configuration without docker, the TE923 is well recognized
I can acces the hardware as defined in the domoticz-compose-yml
pi@raspberrypi:/opt/domoticz $ ls -l /dev/serial/by-id/*
lrwxrwxrwx 1 root root 13 11 jul 11:27 /dev/serial/by-id/usb-0658_0200-if00 -> ../../ttyACM0
lrwxrwxrwx 1 root root 13 11 jul 11:27 /dev/serial/by-id/usb-RFXCOM_RFXtrx433_A13XRJI-if00-port0 -> ../../ttyUSB0
But the weather station TE923 is not available
the log file in domoticz gives
TE923: Weather station not found.
2023-07-11 11:29:18.218 Error: MQTT: Failed to start, return code: 14/No route to host (Check IP/Port)
how can I set up the TE923 in the docker configuration: docker-compose.yml
GNU nano 5.4 docker-compose.yml *
version: '3.3'
services:
domoticz:
image: domoticz/domoticz:stable
container_name: domoticz
restart: unless-stopped
# Pass devices to container
devices:
- "/dev/serial/by-id/usb-0658_0200-if00:/dev/ttyACM0"
- "dev/serial/by-id/usb-RFXCOM_RFXtrx433_A13XRJI-if00-port0:/dev/ttyUSB0"
#1130:6801 Tenx Technology, Inc.
# - "dev/serial/by-id/usb-Tenx_Technology, Inc_1130_6801-if00-port0:/dev/ttyUSB0"
ports:
- "8080:8080"
volumes:
- ./config:/opt/domoticz/userdata
- ./config/scripts:/opt/domoticz/userdata/scripts
- ./config/plugins:/opt/domoticz/userdata/plugins
environment:
- TZ=Europe/Amsterdam
#- LOG_PATH=/opt/domoticz/userdata/domoticz.log
pi@raspberrypi:/opt/domoticz $ lsusb
Bus 001 Device 006: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
Bus 001 Device 005: ID 0658:0200 Sigma Designs, Inc. Aeotec Z-Stick Gen5 (ZW090) - UZB
Bus 001 Device 004: ID 1130:6801 Tenx Technology, Inc.
Bus 001 Device 003: ID 0424:ec00 Microchip Technology, Inc. (formerly SMSC) SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Microchip Technology, Inc. (formerly SMSC) SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
pi@raspberrypi:/opt/domoticz $ ls -l /dev/serial/by-id/*
lrwxrwxrwx 1 root root 13 11 jul 11:27 /dev/serial/by-id/usb-0658_0200-if00 -> ../../ttyACM0
lrwxrwxrwx 1 root root 13 11 jul 11:27 /dev/serial/by-id/usb-RFXCOM_RFXtrx433_A13XRJI-if00-port0 -> ../../ttyUSB0
Connect weather station TE923 to docker domoticz
Moderator: leecollings
Who is online
Users browsing this forum: No registered users and 1 guest