Search found 313 matches
- Friday 30 May 2025 2:57
- Forum: Bugs and Problems
- Topic: Strange Blockly layout
- Replies: 2
- Views: 89
Re: Strange Blockly layout
This has been a blockly glitch since a few generations. Opening and closing the event and refreshing the page should fix it.
- Saturday 24 May 2025 16:05
- Forum: dzVents
- Topic: .checkFirst() not working on Fibaro Roller Shutter
- Replies: 9
- Views: 1136
Re: .checkFirst() not working on Fibaro Roller Shutter
On further examination, "Set Level" also doesn't work in Blockly either, only "Open" and "Close".
- Saturday 24 May 2025 15:48
- Forum: dzVents
- Topic: .checkFirst() not working on Fibaro Roller Shutter
- Replies: 9
- Views: 1136
Re: .checkFirst() not working on Fibaro Roller Shutter
I also use this device and I recently had to change a module for exactly the same device using the replace function. The new device doesn't respond to commands in dzVents and throws an error, wether using "open()" , "close()" or "setLevel(50)". 2025-05-24 14:46:31.417 Error: dzVents: There is no ...
- Sunday 18 May 2025 22:16
- Forum: News & Updates
- Topic: Domoticz upcoming beta/release and OpenSSL 3.0
- Replies: 44
- Views: 6368
Re: Domoticz upcoming beta/release and OpenSSL 3.0
What about installing openssl 3 on bullseye/buster ?
- Monday 05 May 2025 11:36
- Forum: Zigbee
- Topic: migration to new OS
- Replies: 9
- Views: 339
Re: migration to new OS
Be aware that with Bookworm there is a missing library (libssl?) so Domoticz needs that installed separately beforehand. I happily use zigbee2mqtt in a docker which was easy to move over so I can't help with your other question.
- Tuesday 29 April 2025 21:00
- Forum: Other questions and discussions
- Topic: Blockly or dzVents
- Replies: 5
- Views: 919
Re: Blockly or dzVents
I remember when I started moving from Blockly to dzvents it seemed like my cpu use went up. However dzvents is much much more powerful and I found I came up against Blockly's limits pretty quickly.
- Wednesday 16 April 2025 11:27
- Forum: Bugs and Problems
- Topic: GPIO with docker
- Replies: 8
- Views: 495
Re: GPIO with docker
Nothing in the logs but while I was asleep the solution came to me ; the newer devices needed to be added in "Set Devices" as they didn't exist when I created the remote user.
Thanks for your help Walter.
Thanks for your help Walter.
- Tuesday 15 April 2025 23:02
- Forum: Bugs and Problems
- Topic: GPIO with docker
- Replies: 8
- Views: 495
Re: GPIO with docker
Yeah, did that and it was working before and created a test virtual device which still works. 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-port0:/dev/ttyACM0 ...
- Tuesday 15 April 2025 19:51
- Forum: Bugs and Problems
- Topic: GPIO with docker
- Replies: 8
- Views: 495
Re: GPIO with docker
Is there any reason new devices created on the slave aren't visible on the main Domoticz instance ? I have a previously set up test virtual switch that is working so the basic connection is fine but new devices aren't appearing. I have "allow new devices" enabled and I have tried starting and ...
- Tuesday 15 April 2025 18:44
- Forum: Bugs and Problems
- Topic: GPIO with docker
- Replies: 8
- Views: 495
Re: GPIO with docker
Thanks walter, I managed to get something working with a python gpio2mqttAD script, still a work in progress but functional. import paho.mqtt.client as mqtt import RPi.GPIO as GPIO import time import json # GPIO setup GPIO.setmode(GPIO.BCM) GPIO.setwarnings(False) # Define relay GPIO pins (BCM ...
- Tuesday 15 April 2025 16:21
- Forum: Bugs and Problems
- Topic: GPIO with docker
- Replies: 8
- Views: 495
GPIO with docker
I have been trying to follow the GPIO guide on the wiki, however I tried installing "generic sysfs GPIO" but no devices were created. I tried using the command echo 11 > /sys/class/gpio/export but got this error -bash: echo: write error: Invalid argument At this point I tried the second method ...
- Thursday 10 April 2025 20:14
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Remote Server Settings
- Replies: 6
- Views: 398
Re: Remote Server Settings
Bingo, all up and running, thanks a lot jvdz.
- Thursday 10 April 2025 20:12
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Remote Server Settings
- Replies: 6
- Views: 398
Re: Remote Server Settings
Ah , no, I used the standard docker-compose.yml from hub.docker.com/r/domoticz/domoticz.
Good catch !
Good catch !
- Thursday 10 April 2025 20:08
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Remote Server Settings
- Replies: 6
- Views: 398
Re: Remote Server Settings
I am still getting Can not connect to: 192.168.2.34:6144 (Connection refused) in the "Main" domoticz log. I set the trusted network to "192.168.2.*" and enabled "Allow Basic Auth" and still no luck. Otherwise I followed the wiki. The new server is a brand new docker version of domoticz on a ...
- Thursday 10 April 2025 19:46
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Remote Server Settings
- Replies: 6
- Views: 398
Re: Remote Server Settings
Brilliant, thank you jvdz !
- Thursday 10 April 2025 19:10
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Remote Server Settings
- Replies: 6
- Views: 398
Remote Server Settings
In the wiki page for the domoticz remote server there is this line : Configuration Remote1 and Remote2 1. Specify the shared port (6144 by default) where the Main will connect to. But it is not specified where this is to be entered. In the log of the main I get this repeated ; Can not connect to ...
- Monday 07 April 2025 19:57
- Forum: General Discussion
- Topic: Widget for Blinds + Stop
- Replies: 8
- Views: 504
Re: Widget for Blinds + Stop

- Sunday 06 April 2025 20:13
- Forum: dzVents
- Topic: nil value for solarnoon
- Replies: 12
- Views: 844
- Sunday 06 April 2025 16:56
- Forum: dzVents
- Topic: nil value for solarnoon
- Replies: 12
- Views: 844
Re: nil value for solarnoon
I am trying to get a time value for sunset or time until sunset but I can't find anything documented. "domoticz.time.sunset" and "domoticz.time.sunsetInMinutes" do not work. Is there anywhere this is written down ? (I did check the dzVents wiki but found nothing) sunsetInMinutes gave this error ...
- Wednesday 26 March 2025 1:16
- Forum: Dashticz
- Topic: Dashticz v3.14.1-beta
- Replies: 21
- Views: 2033
Re: Dashticz v3.14.1-beta
Excellent, thank you, shall try it now.