paintingrefa.blogg.se

Z wave home control
Z wave home control















'3000:3000' # port for Z-Wave JS websocket server Image: "ghcr.io/home-assistant/home-assistant:stable" It still doesn’t make sense why I can reach the UI ports from anywhere on the network, but not inbetween containers. I have done a good amount of dockerizationin the past, but a bit rusty. But CAN reach zwavejs2mqtt at zwavejs2mqtt:3000 (zwavejs2mqtt is the name of the zwavejs2mqtt container) HA zwave-js integration can NOT reach zwavejs2mqtt on localhost:3000 or 0.0.0.0:3000 or :3000.I can reach HA and zwavejs2mqtt UI from my browser from anywhere on the network I’m exposing port 8123, 80 from the containers.I’m running both HA and zwavejs2mqtt from the same Docker Compose file (see below).‘3000:3000’ # port for Z-Wave JS websocket serverįinally sorted this one out (altough not 100% sure why)

#Z wave home control serial#

# Instead, use the /dev/serial/by-id/X serial device for your Z-Wave stick. # Do not use /dev/ttyUSBX serial devices, as those mappings can change over time. # Available at List of tz database time zones - Wikipedia

z wave home control

# Uncomment if you want logs time and dates to match your timezone instead of UTC ZWAVEJS_EXTERNAL_CONFIG=/usr/src/app/store/.config-db I’m using the standard docker-compose file from zwavejsmqtt and my z-wave stick is recognized fine. I can reach zwavejsmqtt fine from the browser on 8091, but not connecting on 3000 from HA. I expose both 8091 (works fine) and 3000. I also confirmed that the ZST10 is a supported stick, per HA’s documentation (forum won’t let me add more than 2 links…) I think (?) that /dev/ttyACM0 is correct for my system - I unplugged/plugged my Zwave stick and “ttyACM0” disappeared/reappeared from the /dev/ folder on my Synology. Has anybody encountered this and been able to resolve it? Thank you for any pointers! I’ve done some searches for this error message but none of the suggestions were able to get me past this error message.

z wave home control

I’m not sure what to put here - I’ve tried the default (ws://localhost:3000) as well as (ws://192.168.1.10:3000) which is the address of my Synology, and in both cases I get an error message “Failed to Connect”. When I try to add the Z-Wave JS Integration, it ask for a URL. I have been able to get the Docker container started using the following command: sudo docker run -restart always -d -name homeassistant -privileged -v /volume1/SERVER1/HomeAssistant-Docker/config:/config -device=/dev/ttyACM0 -e TZ=America/Vancouver -net=host homeassistant/home-assistant:stable I am trying to set up Z-Wave JS as described at ( Alternative - Home Assistant) and ( Z-Wave JS - Home Assistant). I have successfully got HA up and running, but am running into trouble getting Zwave set up.

z wave home control

I have it installed as a Docker Container on a Synology DiskStation, and am trying to connect a Zooz ZST10 zwave stick.















Z wave home control