Search found 32 matches

by hvoorend
Friday 05 April 2024 22:10
Forum: Other questions and discussions
Topic: Session timeout ?
Replies: 3
Views: 574

Re: Session timeout ?

Clearing cookies seems to do the trick. Thanks waltervl!
by hvoorend
Friday 05 April 2024 19:35
Forum: Other questions and discussions
Topic: Session timeout ?
Replies: 3
Views: 574

Re: Session timeout ?

Thx waltervl. Will give it a try. Keep you posted.
by hvoorend
Friday 05 April 2024 18:03
Forum: Other questions and discussions
Topic: Session timeout ?
Replies: 3
Views: 574

Session timeout ?

When logged in to Domoticz, I always get kicked out after a few minutes. I do experience this for a long time. Sometimes causes me to redo (scripting) work if I forget to press save every other minute or so. Of course we can live with it, but it is pretty annoying. I’ve read in a post of Waaren that ...
by hvoorend
Saturday 30 March 2024 23:37
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: zwave-js-ui installation
Replies: 15
Views: 2617

Re: zwave-js-ui installation

Basically I checked the (current) Restart Policy for my running zwave-js-ui container docker inspect zwave-js-ui | grep -i restart -A 5 It was “unless-stopped”. I changed it to “always”: docker update zwave-js-ui --restart always Then rebooted my RPI to test. All came up now. Docker-compose.yml defin ...
by hvoorend
Friday 29 March 2024 19:50
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: zwave-js-ui installation
Replies: 15
Views: 2617

Re: zwave-js-ui installation

Solution can be found here in case someone needs it: https://github.com/zwave-js/zwave-js-ui/issues/3646
by hvoorend
Sunday 24 March 2024 23:53
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: zwave-js-ui installation
Replies: 15
Views: 2617

Re: zwave-js-ui installation

I’m also not a docker expert but I basically followed all the instructions here https://www.domoticz.com/wiki/Zwave-JS-UI and of course started the zwavejsui-ui container manually with docker compose -d. The whole MQTT-, zwavejsui-ui-, Domoticz-package runs perfectly fine, but the thing is: when I n ...
by hvoorend
Sunday 24 March 2024 22:29
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: zwave-js-ui installation
Replies: 15
Views: 2617

Re: zwave-js-ui installation

Thanks for responding waltervl. Here the contents for zwavejs-ui: pi@raspberrypi:/opt/zwavejs-ui $ cat docker-compose.yml 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 ...
by hvoorend
Sunday 24 March 2024 18:49
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: zwave-js-ui installation
Replies: 15
Views: 2617

Re: zwave-js-ui installation

Question a bit in line with the previous one: I do have everything technically working with MQTT and ZWaveJS-UI containers. Happy with it solar. However after following the instructions, I do have a docker-compose.yaml file in both /opt/mosquitto and /opt/zwavejs-ui. When restarting my RPI (power up ...
by hvoorend
Tuesday 19 March 2024 17:44
Forum: Z-Wave
Topic: zwave-js-ui container keeps restarting (loops)
Replies: 22
Views: 2861

Re: zwave-js-ui container keeps restarting (loops)

Yes thanks, will sure do!
by hvoorend
Monday 04 March 2024 20:53
Forum: Z-Wave
Topic: zwave-js-ui container keeps restarting (loops)
Replies: 22
Views: 2861

Re: zwave-js-ui container keeps restarting (loops)

See https://github.com/zwave-js/zwave-js-ui/issues/3631 for the solution. Thanks to waltervl, mgugu and the github zwavejs-ui specialists.
by hvoorend
Saturday 02 March 2024 22:24
Forum: Z-Wave
Topic: zwave-js-ui container keeps restarting (loops)
Replies: 22
Views: 2861

Re: zwave-js-ui container keeps restarting (loops)

Thanks waltervl and mgugu. Already did a clean install as my attempt upgrade Raspbian to Bookworm ruined my Pi-OS. Results after clean install
Were exactly alike. Will aks the Zwave-JS-UI specialists in their GitHub repository.
by hvoorend
Thursday 29 February 2024 21:10
Forum: Z-Wave
Topic: zwave-js-ui container keeps restarting (loops)
Replies: 22
Views: 2861

Re: zwave-js-ui container keeps restarting (loops)

I ran some test with your suggestions: first I changed to '/dev/serial/by-id/usb-0658_0200-if00:/dev/ttyACM0' in docker-compose.yaml and restarted the zwavejs-ui container. Connected to the UI and changed Zwave Serial port settings to zwave serial port.png and SAVED :D . This resulted in Driver ...
by hvoorend
Thursday 29 February 2024 17:27
Forum: Z-Wave
Topic: zwave-js-ui container keeps restarting (loops)
Replies: 22
Views: 2861

Re: zwave-js-ui container keeps restarting (loops)

Might my zStick Gen5 running firmware 1.0 need a firmware update ? (think 1.2 is the latest if I’m correct). Thanks for your responses sofar. Will consult the GitHub guys as well in the meantime.
by hvoorend
Wednesday 28 February 2024 23:49
Forum: Z-Wave
Topic: [SOLVED] Zwave stick works in OZW but not in zwavejs-ui
Replies: 13
Views: 2691

Re: Zwave stick works in OZW but not in zwavejs-ui

I’m also having troubles to get the Aeon zwave gen5 going (or at least cannot get my ZWaveJS-UI to a stable run. It starts, I do see devices coming into the GUI, but after about a minute the full zwavejs-ui container restarts. And over and over again. I am on Buster. See https://www.domoticz.com/f ...
by hvoorend
Wednesday 28 February 2024 23:32
Forum: Z-Wave
Topic: zwave-js-ui container keeps restarting (loops)
Replies: 22
Views: 2861

Re: zwave-js-ui container keeps restarting (loops)

I’m pretty much stuck. Anyone any suggestions for a direction to look into? Hope someone can help me out. Otherwise I need to revert back to OZW… :roll: . Thanks in advance for your thoughts.
by hvoorend
Tuesday 27 February 2024 21:07
Forum: Z-Wave
Topic: zwave-js-ui container keeps restarting (loops)
Replies: 22
Views: 2861

Re: zwave-js-ui container keeps restarting (loops)

By the way: a "docker compose up" shows: root@raspberrypi:/opt/zwavejs-ui# docker compose up [+] Running 1/1 ✔ Container zwave-js-ui Recreated 0.4s Attaching to zwave-js-ui zwave-js-ui | 2024-02-27 21:04:24.357 INFO APP: Version: 9.9.0.09b107a zwave-js-ui | 2024-02-27 21:04:24.390 INFO APP: ...
by hvoorend
Tuesday 27 February 2024 21:01
Forum: Z-Wave
Topic: zwave-js-ui container keeps restarting (loops)
Replies: 22
Views: 2861

Re: zwave-js-ui container keeps restarting (loops)

Unfortunately still a looping container. Here a list of my Pi USB devices: pi@raspberrypi:~ $ ls /dev/serial/by-id -l total 0 lrwxrwxrwx 1 root root 13 Feb 23 22:36 usb-0658_0200-if00 -> ../../ttyACM0 lrwxrwxrwx 1 root root 13 Feb 23 22:36 usb-RFXCOM_RFXtrx433_A12WY8N-if00-port0 -> ../../ttyUSB0 So ...
by hvoorend
Monday 26 February 2024 18:39
Forum: Z-Wave
Topic: zwave-js-ui container keeps restarting (loops)
Replies: 22
Views: 2861

Re: zwave-js-ui container keeps restarting (loops)

Thanks Varazir and others. Am not able to answer the questions yet as I decided to upgrade to Bookworm in the meantime, but the upgrade ran into an error (libc6) and wacked my full raspbian (seems to be a known error. At least not to me. So I had to recover from an SD-card image. Luckily only one ...
by hvoorend
Sunday 25 February 2024 21:27
Forum: Z-Wave
Topic: zwave-js-ui container keeps restarting (loops)
Replies: 22
Views: 2861

Re: zwave-js-ui container keeps restarting (loops)

Thanks. Got this: zwave-js-ui | # zwave-js-ui | # Fatal error in , line 0 zwave-js-ui | # unreachable code zwave-js-ui | # zwave-js-ui | # zwave-js-ui | # zwave-js-ui | #FailureMessage Object: 0x74007764 zwave-js-ui exited with code 0 Running Buster currently. Do you think I need to upgrade to ...