Search found 2377 matches
- Wednesday 18 February 2026 12:13
- Forum: General Discussion
- Topic: problem using json in container
- Replies: 6
- Views: 77
Re: problem using json in container
Is localhost and/or. 127.0.0.1 part of the trusted networks in domoticz setup?
- Tuesday 17 February 2026 22:03
- Forum: Other questions and discussions
- Topic: Marstek OpenAPI
- Replies: 36
- Views: 784
Re: Marstek OpenAPI
Shouldn't this be tcp instead of udp?28416/udp open|filtered unknown
MAC Address: 24:19:72:87:5E:CC (Quectel Wireless Solutions)
- Tuesday 10 February 2026 9:43
- Forum: Bugs and Problems
- Topic: beta update error over webgui
- Replies: 51
- Views: 1093
Re: beta update error over webgui
Seems there is some race condition where files are still being changed while the backup creation is running. Maybe test with a "sleep 5" just before starting the backup to give the system 5 seconds to finish all writes?
- Monday 09 February 2026 16:35
- Forum: Python
- Topic: preventing "thread seems to have ended unexpectedly"
- Replies: 2
- Views: 40
Re: preventing "thread seems to have ended unexpectedly"
The only way to avoid this is to have the heartbeat end timely and run the data retrieval part asynchronously.
There are a couple of plugins that use this method, and details can be found here: https://github.com/domoticz/domoticz/blob/development/plugins/examples/Mutli-Threaded.py
The other option ...
There are a couple of plugins that use this method, and details can be found here: https://github.com/domoticz/domoticz/blob/development/plugins/examples/Mutli-Threaded.py
The other option ...
- Monday 09 February 2026 16:21
- Forum: Bugs and Problems
- Topic: beta update error over webgui
- Replies: 51
- Views: 1093
Re: beta update error over webgui
So guess it dies with this statement in your update log, as I mentioned earlier?: "Backup creation failed!"
- Tuesday 03 February 2026 22:47
- Forum: Bugs and Problems
- Topic: Email is not send with a snapshot atttached
- Replies: 2
- Views: 46
Re: Email is not send with a snapshot atttached
Does this smtp server you use, support multi form html emails?
- Monday 02 February 2026 11:54
- Forum: Forum feedback
- Topic: Matter having it's own forum section?
- Replies: 3
- Views: 92
Re: Matter having it's own forum section?
Why not?
It's "only a matter of time" before Matter support should/will be added....right?
(excuses for the pun)
It's "only a matter of time" before Matter support should/will be added....right?
(excuses for the pun)
- Friday 30 January 2026 9:37
- Forum: Bugs and Problems
- Topic: beta update error over webgui
- Replies: 51
- Views: 1093
Re: beta update error over webgui
It looks like a/some file still changed while the tar backup was running and the update batch file checks the successful creation of the tar backupfile, so the update process is stopped.
This test was added recently:
if ! sudo tar --exclude="$BACKUP_DIR" --exclude='*.tgz' --exclude='*.gz ...
This test was added recently:
if ! sudo tar --exclude="$BACKUP_DIR" --exclude='*.tgz' --exclude='*.gz ...
- Thursday 29 January 2026 18:59
- Forum: Other questions and discussions
- Topic: How do I create a Timer(schedule) on a Thermostat using the API
- Replies: 7
- Views: 65
Re: How do I create a Timer(schedule) on a Thermostat using the API
I always look at the source when I need a true complete list. 
- Thursday 29 January 2026 18:34
- Forum: Other questions and discussions
- Topic: How do I create a Timer(schedule) on a Thermostat using the API
- Replies: 7
- Views: 65
Re: How do I create a Timer(schedule) on a Thermostat using the API
Normally do an task via the standard webinterface triggers all the info you need! Go into dev mode (f12) on your browser, perform the task and check under the network tab the url performed for that task.
More info available in the forum: viewtopic.php?t=44249
More info available in the forum: viewtopic.php?t=44249
- Sunday 18 January 2026 12:03
- Forum: Other questions and discussions
- Topic: How can I delete my account ?
- Replies: 1
- Views: 59
Re: How can I delete my account ?
Account is removed
- Saturday 17 January 2026 18:34
- Forum: Other questions and discussions
- Topic: Meaning of yellow bar
- Replies: 2
- Views: 71
Re: Meaning of yellow bar
Could it be that the battery level is getting low for that particular device?
- Thursday 08 January 2026 9:26
- Forum: dzVents
- Topic: High cpu load
- Replies: 10
- Views: 196
Re: High cpu load
One other thing you could check is the mqtt messages to/from domoticz to see which event messages are send/received by domoticz. Maybe there is some looping going on.
- Tuesday 06 January 2026 21:33
- Forum: General Discussion
- Topic: updating timers for setpoints
- Replies: 4
- Views: 83
Re: updating timers for setpoints
The post shows the exact json api call supported, so please check again and give those a try. 
- Tuesday 06 January 2026 9:37
- Forum: LUA
- Topic: GarbageCalendar (new version) lua scripts
- Replies: 489
- Views: 92395
Re: GarbageCalendar (new version) lua scripts
I normally check the online garbagecalender to check which provider is use and then test it with the guessed module. Provide/PM me with/the zipcode&housenumber in case you need help.
- Friday 02 January 2026 16:23
- Forum: Bugs and Problems
- Topic: [Solved] SWITCH and SELECTORS ignored in DEVICECHANGED since last beta update
- Replies: 6
- Views: 133
Re: SWITCH and SELECTORS ignored in DEVICECHANGED since last beta update
Pretty sure it has been the case for quite some time that a file based lua script will follow this logic:
script_device_name.lua where a check is made when the name matches the name of a device, the script will only fire when that specific device changes, else it will fire for each device event.
script_device_name.lua where a check is made when the name matches the name of a device, the script will only fire when that specific device changes, else it will fire for each device event.
- Friday 02 January 2026 11:55
- Forum: Other questions and discussions
- Topic: Using P1-device form Dutch Homewizard
- Replies: 32
- Views: 8629
Re: Using P1-device form Dutch Homewizard
but the plugin does have a parameter you can change in the code:
#Plugin variables
pluginInterval = 10 #in seconds
dataInterval = 60 #in seconds
dataIntervalCount = 0
use_p1_device = False
and when you use the "P1-WiFi-Gateway" hardware, you can change the frequency in the hardware setup ...
#Plugin variables
pluginInterval = 10 #in seconds
dataInterval = 60 #in seconds
dataIntervalCount = 0
use_p1_device = False
and when you use the "P1-WiFi-Gateway" hardware, you can change the frequency in the hardware setup ...
- Friday 02 January 2026 9:56
- Forum: Other questions and discussions
- Topic: Using P1-device form Dutch Homewizard
- Replies: 32
- Views: 8629
Re: Using P1-device form Dutch Homewizard
Didn't simply changing that setting to 5 seconds instead of 10 work for you?candrian wrote: Thursday 01 January 2026 17:52 The poll period should be shorter (here: 5s) than the P1 update rate defined in domoticz (mine: 10s)
- Thursday 01 January 2026 19:59
- Forum: General Discussion
- Topic: updating timers for setpoints
- Replies: 4
- Views: 83
- Monday 29 December 2025 14:23
- Forum: Bugs and Problems
- Topic: Timers API questions & remarks
- Replies: 5
- Views: 79
Re: Timers API questions & remarks
To answer the question why they are not in getschedules , i looked in the sourcecode and it is because TimerPlan==9999 aren't selected:
this is in the sql WHERE statement for getschedules:
"SELECT t.ID, t.Active, d.[Name], t.DeviceRowID AS ID, 0 AS IsScene, 0 AS IsThermostat, t.[Date], t.Time, t ...
this is in the sql WHERE statement for getschedules:
"SELECT t.ID, t.Active, d.[Name], t.DeviceRowID AS ID, 0 AS IsScene, 0 AS IsThermostat, t.[Date], t.Time, t ...