Search found 300 matches

by solarboy
Saturday 21 December 2024 0:20
Forum: MQTT Auto Discovery
Topic: update zwave-js-ui
Replies: 10
Views: 447

Re: update zwave-js-ui

I remember the days of "Update Now" buttons in the UI.
by solarboy
Sunday 15 December 2024 0:22
Forum: Python
Topic: Python or dzVents
Replies: 5
Views: 184

Re: Python or dzVents

Dzvents has been rock solid for me but python always brings versioning issues and this new venv stuff is tedious.
by solarboy
Wednesday 11 December 2024 21:44
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Ubuntu X86 server LTS PluginSystem: Failed dynamic library load
Replies: 2
Views: 95

Re: Ubuntu X86 server LTS PluginSystem: Failed dynamic library load

OK, found the solution

Code: Select all

sudo apt-get install python3.12-dev
Even though python 3.12 was installed. Go figure.
by solarboy
Wednesday 11 December 2024 21:31
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Ubuntu X86 server LTS PluginSystem: Failed dynamic library load
Replies: 2
Views: 95

Ubuntu X86 server LTS PluginSystem: Failed dynamic library load

Latest stable Domoticz 24/7 on latest stable Ubuntu server... "PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform." It won't let me install earlier python versions either. Is there any way around this or do I have to install an ...
by solarboy
Thursday 05 December 2024 19:43
Forum: Z-Wave
Topic: Migration of Zwavejs-ui and ZME UZB from RPI3 to RPI4
Replies: 15
Views: 418

Re: Migration of Zwavejs-ui from RPI3 to RPI4

Brilliant news, now time for the fun bit.
by solarboy
Thursday 05 December 2024 2:14
Forum: Examples & Solutions
Topic: how to run script from switchcommand
Replies: 3
Views: 141

Re: how to run script from switchcommand

You could try to add ".afterSec(1)" after the second command.
by solarboy
Monday 02 December 2024 17:42
Forum: Z-Wave
Topic: Migration of Zwavejs-ui and ZME UZB from RPI3 to RPI4
Replies: 15
Views: 418

Re: Migration of Zwavejs-ui from RPI3 to RPI4

You absolutely should use and extension cable or even better a powered USB hub. I've read that the USB chipset on the pi interferes with the RF of the Z-stick. Good luck with the migration.
by solarboy
Sunday 01 December 2024 16:18
Forum: Other questions and discussions
Topic: The great Docker problem*
Replies: 34
Views: 3132

Re: The great Docker problem*

Agreed, I just posted that for brevity, my actual entries are

Code: Select all

volumes: - /home/pi/domoticzDocker/config:/opt/domoticz/userdata
by solarboy
Sunday 01 December 2024 13:38
Forum: Other questions and discussions
Topic: The great Docker problem*
Replies: 34
Views: 3132

Re: The great Docker problem*

Oh, and the domoticz docker doesn't use the plugins folder mapped in ./userdata/plugins but creates a new one in ./plugins and uses that, although this didn't occur on earlier times I brought up the container. Back to bare metal for me.
by solarboy
Saturday 30 November 2024 19:58
Forum: Z-Wave
Topic: Migration of Zwavejs-ui and ZME UZB from RPI3 to RPI4
Replies: 15
Views: 418

Re: Migration of Zwavejs-ui from RPI3 to RPI4

Otherwise, I saw the Aeotec Z-Stick 7 but it is much, much more expensive. Is it necessary to take this model when I only have about ten simple nodes (door contacts and controlled sockets)? I am looking for a compact model like those mentioned above, but if there are other models with a good ...
by solarboy
Saturday 30 November 2024 19:01
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: [FIXED] Domoticz on Docker (non-root user): Serial devices not showing in "hardware" form
Replies: 5
Views: 3153

Re: [FIXED] Domoticz on Docker (non-root user): Serial devices not showing in "hardware" form

You could also mount to the same mount point like: - '/dev/serial/by-id/usb-Cartelectronic_Interface_USB_1_TIC_DA1U76CP-if00-port0:/dev/serial/by-id/usb-Cartelectronic_Interface_USB_1_TIC_DA1U76CP-if00-port0 I just tried that with devices: - "/dev/serial/by-id/usb-0658_0200-if00:/dev/serial/by-id ...
by solarboy
Saturday 30 November 2024 17:45
Forum: Other questions and discussions
Topic: The great Docker problem*
Replies: 34
Views: 3132

Re: The great Docker problem*

Yeah, I'm 6 hours now trying to migrate to docker. The main issue is USB mapping. I modified the provided docker-compose.yml https://github.com/domoticz/domoticz-docker to map by 2 USB serial devices. services: domoticz: image: domoticz/domoticz:stable container_name: domoticz restart: unless ...
by solarboy
Saturday 30 November 2024 12:13
Forum: General Discussion
Topic: Proxmox
Replies: 9
Views: 331

Re: Proxmox

I was under the impression that LXC containers are quite similar to Docker containers, at least in their use of the underlying kernel. Docker originally used LXC apparantly.
by solarboy
Friday 29 November 2024 18:55
Forum: General Discussion
Topic: Proxmox
Replies: 9
Views: 331

Re: Proxmox

Just use Domoticz (and your other services) with Docker Compose. Create separate folders for each of your projects, and use folders inside these folders as volumes ./my_folder:/opt/docker-project/folder Use a rsync job to backup the dockers folders, I install all my dockers in /opt, so I only need ...
by solarboy
Friday 29 November 2024 18:48
Forum: General Discussion
Topic: Proxmox
Replies: 9
Views: 331

Re: Proxmox

I'm running Domoticz without Docker on Debian in a Proxmox CT. Runs perfectly. No hassle at all to restore a backup if needed. Because CT uses a LXC container there's practically no overhead at all. Am I right in thinking that you are running the docker containers in Proxmox without using a VM ? I ...
by solarboy
Friday 29 November 2024 18:45
Forum: General Discussion
Topic: Proxmox
Replies: 9
Views: 331

Re: Proxmox

I'm using rpi-clone ? Here is a script to let it run smoothly. #!/bin/bash # rpi-clone.sh # https://github.com/billw2/rpi-clone # command to find attached drives # sudo lsblk -o UUID,NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL,MODEL # df -h # command sh -x rpi-clone.sh sudo service cron stop sudo service ...
by solarboy
Friday 29 November 2024 0:01
Forum: General Discussion
Topic: Proxmox
Replies: 9
Views: 331

Proxmox

I am moving from rpi3b to an Intel NUC 6i3SYK i3 6100U as the pi is starting to stress out with all the services I am running. I have read extensively about proxmox and I like the idea of running domoticz and all my home automation services in a VM for the complete setup backup and snapshot ...
by solarboy
Monday 25 November 2024 18:53
Forum: Z-Wave
Topic: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)
Replies: 21
Views: 4915

Re: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)

So I would check that you have the correct port, name and username for mosquitto in zwavejsUI and that you have made those ports available to both docker containers. I use "host.docker.internal" as the host url in zwavejsUI and the prefix "zwave" (not the discovery topic) so all my devices appear ...
by solarboy
Sunday 24 November 2024 11:58
Forum: Z-Wave
Topic: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)
Replies: 21
Views: 4915

Re: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)

When you connect to mosquitto with Mqtt explorer, can you see your devices there ?
by solarboy
Saturday 23 November 2024 20:14
Forum: Z-Wave
Topic: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)
Replies: 21
Views: 4915

Re: Get ZWave devices visible in Domoticz (Zwave JS UI / MQTT)

If you already have your devices in zwaveJSUI then your USB device must be correctly set. When you connect with MQTT explorer, can you see you devices populated there ? If not make sure the mosquitto docker container has port 1883 (and 9001) mapped with the line ports: - 1883:1883 - 9001:9001 If so ...