Search found 60 matches

by TiXav
Saturday 03 January 2026 19:12
Forum: dzVents
Topic: Bug in dzvents for Selector ?
Replies: 1
Views: 107

Re: Bug in dzvents for Selector ?

by TiXav
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 ...
by TiXav
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 ...
by TiXav
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 ...
by TiXav
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 ...
by TiXav
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 ...
by TiXav
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
by TiXav
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
by TiXav
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
by TiXav
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
by TiXav
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
by TiXav
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 ...
by TiXav
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 ?,
by TiXav
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 ...
by TiXav
Saturday 15 November 2025 17:32
Forum: Design, usability and languages
Topic: New theme (LittleTheme)
Replies: 14
Views: 418

Re: New theme (LittleTheme)

Mobile
5 mobile dashbord.jpg
5 mobile dashbord.jpg (148.19 KiB) Viewed 339 times
4 mobile.jpg
4 mobile.jpg (246.99 KiB) Viewed 339 times
by TiXav
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 ...
by TiXav
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 ...
by TiXav
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 :D
by TiXav
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 ...
by TiXav
Monday 06 October 2025 23:59
Forum: Python
Topic: Python Plugin: MqttMapper
Replies: 505
Views: 72324

Re: Python Plugin: MqttMapper

Great!
Thank you