https://github.com/domoticz/domoticz/pull/6481
Search found 60 matches
- Saturday 03 January 2026 19:12
- Forum: dzVents
- Topic: Bug in dzvents for Selector ?
- Replies: 1
- Views: 107
- Monday 22 December 2025 19:50
- Forum: dzVents
- Topic: dzVents 2.0 getting started video
- Replies: 34
- Views: 39666
Re: dzVents 2.0 getting started video
Very quick to learn, scripts responses very fast, what else ?
Asynchronous http and shell, cancelQueuedCommands and other methods of the library : whaoo !
Thank you a lot !
I just add these 2 lignes and made a PR for selector
Without this, domotice.devices("MySelector").active is always false and ...
Asynchronous http and shell, cancelQueuedCommands and other methods of the library : whaoo !
Thank you a lot !
I just add these 2 lignes and made a PR for selector
Without this, domotice.devices("MySelector").active is always false and ...
- Saturday 20 December 2025 15:28
- Forum: dzVents
- Topic: can i use .after(900) with selector switch
- Replies: 1
- Views: 77
Re: can i use .after(900) with selector switch
yes but afterSOMETIME like afterHour(hours), afterMin(minutes), afterSec(seconds) see https://wiki.domoticz.com/DzVents:_next_generation_Lua_scripting
I use it often
dz.devices("Terrasse_RGBW").switchSelector('BlancFort').checkFirst()
dz.devices('Terrasse_RGBW').switchSelector('Off').afterSec(600 ...
I use it often
dz.devices("Terrasse_RGBW").switchSelector('BlancFort').checkFirst()
dz.devices('Terrasse_RGBW').switchSelector('Off').afterSec(600 ...
- Thursday 11 December 2025 19:14
- Forum: dzVents
- Topic: Bug in dzvents for Selector ?
- Replies: 1
- Views: 107
Bug in dzvents for Selector ?
I am not sure but I think I found a little bug in dzvents
For a selector (Of level not hidden) dz.devices("MySelector").active is always false, so I found for the moment this solution at start of my scripts:
local xActive=device.active
if device.deviceSubType=='Selector Switch' then
if ...
For a selector (Of level not hidden) dz.devices("MySelector").active is always false, so I found for the moment this solution at start of my scripts:
local xActive=device.active
if device.deviceSubType=='Selector Switch' then
if ...
- Monday 01 December 2025 0:16
- Forum: Other questions and discussions
- Topic: Need advice for Mqtt pub
- Replies: 1
- Views: 95
Need advice for Mqtt pub
I use domoticz on docker. I need to start script outside of docker, mainly python scripts with pychromcast (it cannot be use in docker due to broadcast on a different ip of docker container ) to control Google speaker
Today I used dzvents script to ask to run a script from "docker side" via mosquito ...
Today I used dzvents script to ask to run a script from "docker side" via mosquito ...
- Wednesday 26 November 2025 23:15
- Forum: Python
- Topic: Python Plugin : Broadlink
- Replies: 543
- Views: 98936
Re: Python Plugin : Broadlink
I gave up this plugin and now I use this
https://github.com/eschava/broadlink-mqtt
Now I can control (Heat Pump / Tv / Soundbar / candles(LED) like this
from Dzvents script with executeShellCommand:
topic= 'Broadlink/x/'..string.lower(folder)..'/'..string.lower(name)
-- Broadlink/x/tv/volminus ...
https://github.com/eschava/broadlink-mqtt
Now I can control (Heat Pump / Tv / Soundbar / candles(LED) like this
from Dzvents script with executeShellCommand:
topic= 'Broadlink/x/'..string.lower(folder)..'/'..string.lower(name)
-- Broadlink/x/tv/volminus ...
- Wednesday 26 November 2025 18:22
- Forum: Design, usability and languages
- Topic: New theme (LittleTheme)
- Replies: 14
- Views: 418
Re: New theme (LittleTheme)
Problem fixed by gizmocuz. Now its working
- Tuesday 18 November 2025 11:23
- Forum: Design, usability and languages
- Topic: New theme (LittleTheme)
- Replies: 14
- Views: 418
Re: New theme (LittleTheme)
I found some missing code in domoticz/www/views/temperature_widget.html that avoids to replace option's text by icons
data-i18n="Log" is missing line 43
data-i18n="Forecast" line 49/50
certainly that also cause translation issue
I will report this in domoticz github issue
data-i18n="Log" is missing line 43
data-i18n="Forecast" line 49/50
certainly that also cause translation issue
I will report this in domoticz github issue
- Tuesday 18 November 2025 10:49
- Forum: Design, usability and languages
- Topic: New theme (LittleTheme)
- Replies: 14
- Views: 418
Re: New theme (LittleTheme)
Last version does not need custom.js any more
- Monday 17 November 2025 0:27
- Forum: Design, usability and languages
- Topic: New theme (LittleTheme)
- Replies: 14
- Views: 418
Re: New theme (LittleTheme)
I created the repository here
https://github.com/Tixav/LittleTheme.git
https://github.com/Tixav/LittleTheme.git
- Sunday 16 November 2025 21:23
- Forum: Design, usability and languages
- Topic: New theme (LittleTheme)
- Replies: 14
- Views: 418
Re: New theme (LittleTheme)
You're right, but I am not an expert on Git, I will try and come back with al link
- Sunday 16 November 2025 19:11
- Forum: Design, usability and languages
- Topic: New theme (LittleTheme)
- Replies: 14
- Views: 418
Re: New theme (LittleTheme)
I finished (I think) with the device with 3 icons
@ the same time I add a little script in custom.js to replace the text options (edit,log,schedule...) by integrated "Font Awesome"
and solve some little object location
0 3icons block in dasboard.png
1 3icons block in switches tab.png ...
@ the same time I add a little script in custom.js to replace the text options (edit,log,schedule...) by integrated "Font Awesome"
and solve some little object location
0 3icons block in dasboard.png
1 3icons block in switches tab.png ...
- Saturday 15 November 2025 19:50
- Forum: Design, usability and languages
- Topic: New theme (LittleTheme)
- Replies: 14
- Views: 418
Re: New theme (LittleTheme)
I did it for myself first, and after a lot of year of using/learning due to dz, it seems obvious to me to share a little bit for the community
to move things forward. Strange attitude ?,
to move things forward. Strange attitude ?,
- Saturday 15 November 2025 17:43
- Forum: Design, usability and languages
- Topic: New theme (LittleTheme)
- Replies: 14
- Views: 418
Re: New theme (LittleTheme)
HEre the zip file to detatch and unzip in the domoticzFolder/www/styles/LittleTheme/images
LittleTheme.zip
Place an image of your choice in the domoticzFolder/www/styles/LittleTheme/images and name it "av4.jpg" (sorry my picture is too big I can't upload it)
a view of switches sheet (mobile)
6 ...
LittleTheme.zip
Place an image of your choice in the domoticzFolder/www/styles/LittleTheme/images and name it "av4.jpg" (sorry my picture is too big I can't upload it)
a view of switches sheet (mobile)
6 ...
- Saturday 15 November 2025 17:32
- Forum: Design, usability and languages
- Topic: New theme (LittleTheme)
- Replies: 14
- Views: 418
Re: New theme (LittleTheme)
Mobile
- Saturday 15 November 2025 17:31
- Forum: Design, usability and languages
- Topic: New theme (LittleTheme)
- Replies: 14
- Views: 418
New theme (LittleTheme)
I created a new theme, I hope that somoene will enjoy it (I saw device with 3 buttons in css but I do not have it so I was not able to see the rendering)
I tested it on Computer, tablet and mobile phone
On phone, You will notice that the dimmer is not visible in switches sheet (not very usefull on ...
I tested it on Computer, tablet and mobile phone
On phone, You will notice that the dimmer is not visible in switches sheet (not very usefull on ...
- Friday 31 October 2025 21:17
- Forum: News & Updates
- Topic: Domoticz upcoming beta/release and OpenSSL 3.0
- Replies: 66
- Views: 34772
Re: Domoticz upcoming beta/release and OpenSSL 3.0
this is just a a helping hand for those who have not migrate yet (like me) due to gpio not accessible in bookworm (sysfs does not exist anymore on a fresh install), I found this https://github.com/flyte/mqtt-io
that works well for me (still on bulleye),this software exposes GPIO (and more like ...
that works well for me (still on bulleye),this software exposes GPIO (and more like ...
- Tuesday 07 October 2025 20:37
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 505
- Views: 72324
Re: Python Plugin: MqttMapper
no, sorry, I am living in the center close to Blois, so, not so far 
- Tuesday 07 October 2025 17:44
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 505
- Views: 72324
Re: Python Plugin: MqttMapper
Hi, I have just "git pull" the plugin, add "restrictupdate" to all the switch setup and restart the plugin in domoticz, Super ! It seems ok all lastupdate of all switches (or % for dimmer) are not updated if the state does not change.
Thank you a lot !
If I could I would take you to the pub and buy ...
Thank you a lot !
If I could I would take you to the pub and buy ...
- Monday 06 October 2025 23:59
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 505
- Views: 72324
Re: Python Plugin: MqttMapper
Great!
Thank you
Thank you