Search found 7 matches
- Sunday 17 March 2024 14:50
- Forum: Z-Wave
- Topic: zwavejs-ui - FAIL - how many of you did try & succeed?
- Replies: 30
- Views: 2715
Re: zwavejs-ui - FAIL - how many of you did try & succeed?
Well, if this docker thing is da shit, why can't it install 2 (or 3) applications? My heating hasn't been working since the january new year surprise update with no openzwave. No longer needing heating now, so can get through summer and then move to a new system (IoBroker, Home Assistant), whoever ...
- Sunday 17 March 2024 14:40
- Forum: Z-Wave
- Topic: Unable to Access ZWAVE JS UI through port 8091
- Replies: 6
- Views: 1191
Re: Unable to Access ZWAVE JS UI through port 8091
Can you at least help me with my questions: 1) Should it work with the docker-compose.yaml int the WIKI https://www.domoticz.com/wiki/Zwave-JS-UI Thank you for your help, now I used the following docker-compose.yaml. This means that the one that's in the WIKI is just wrong then? 2) Where can i see ...
- Tuesday 05 March 2024 21:33
- Forum: Z-Wave
- Topic: zwavejs-ui - FAIL - how many of you did try & succeed?
- Replies: 30
- Views: 2715
- Tuesday 05 March 2024 7:55
- Forum: Z-Wave
- Topic: Unable to Access ZWAVE JS UI through port 8091
- Replies: 6
- Views: 1191
Re: Unable to Access ZWAVE JS UI (through port 8091)
Anybody? Anything?
- Monday 04 March 2024 11:57
- Forum: Z-Wave
- Topic: zwavejs-ui - FAIL - how many of you did try & succeed?
- Replies: 30
- Views: 2715
Re: zwavejs-ui - FAIL - how many of you did try & succeed?
I tried and keep failing, just can not access the ZWAVE-JS UI web interface to configure anything. Costing me hours. it does not give an error on startup, there's no logfile...
- Sunday 03 March 2024 10:02
- Forum: Z-Wave
- Topic: Unable to Access ZWAVE JS UI through port 8091
- Replies: 6
- Views: 1191
Re: Unable to Access ZWAVE JS UI through port 8091
Thank you for your help, now I used the following docker-compose.yaml. This means that the one that's in the WIKI is just wrong then? 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 ...
- Saturday 02 March 2024 12:10
- Forum: Z-Wave
- Topic: Unable to Access ZWAVE JS UI through port 8091
- Replies: 6
- Views: 1191
Unable to Access ZWAVE JS UI through port 8091
Followed the wiki https://www.domoticz.com/wiki/Zwave-JS-UI docker-compose.yaml version: "3.7" services: zwave-js-ui: container_name: zwave-js-ui image: zwavejs/zwave-js-ui:latest restart: unless-stopped tty: true stop_signal: SIGINT environment: - SESSION_SECRET=mySecretSession - TZ=Europe/Brussels ...