Search found 11 matches
- Friday 12 May 2023 20:45
- Forum: Switches and Scenes
- Topic: Combine groups and scenes for the same lights
- Replies: 3
- Views: 1491
Re: Combine groups and scenes for the same lights
That's the thing, I want to be able to turn all the lights on and off at the same time with the wall switch of the main light, so I defined a group with the main light as trigger. Because I used the main light as trigger in the group, I can not use it in (other) scenes. Even worse, I do not seem to ...
- Thursday 11 May 2023 12:01
- Forum: Switches and Scenes
- Topic: Combine groups and scenes for the same lights
- Replies: 3
- Views: 1491
Combine groups and scenes for the same lights
I have 3 dimmable lights in my living room, all connected to a separate fibaro 2 dimmer. One of them is my "main" light, meaning that when I switch that one on (either via domoticz or the light switch) I want all the other lights to go on as well (with a set dim level), and also off when the main ...
- Saturday 04 March 2023 23:49
- Forum: Other questions and discussions
- Topic: devices disappeared from page af†er 2023 .1 Update
- Replies: 19
- Views: 3863
Re: devices disappeared from page af†er 2023 .1 Update
Got the same issue here. It does work when using Chrome, but not in Firefox. Using latest versions of both browsers, clearing browser cache in Firefox does not help, neither is disabling all add-ons. Edit: Never mind, was a cache issue after all. Cleared all browser data instead of just Domoticz ...
- Thursday 12 January 2023 11:26
- Forum: dzVents
- Topic: Create DzVents scripts with ChatGTP
- Replies: 3
- Views: 704
Re: Create DzVents scripts with OpenChat AI
Sure but this was just a quick example to show that you can let AI write your DzVents scripts for you.
It is not perfect yet but it could be a great help to get you started with a DzVents script.
It is not perfect yet but it could be a great help to get you started with a DzVents script.
- Thursday 12 January 2023 10:21
- Forum: Blockly
- Topic: Blockly not triggered by user variable change
- Replies: 2
- Views: 1622
Re: Blockly not triggered by user variable change
Actually I created some DzVentz for my Domoticz too, but never used any of the timer functions. And it seemed pretty straight forward doing this with blockly but apparently it is not, so I will just focus on doing this DzVentz
- Thursday 12 January 2023 10:15
- Forum: dzVents
- Topic: Create DzVents scripts with ChatGTP
- Replies: 3
- Views: 704
Create DzVents scripts with ChatGTP
Really interesting, maybe you already heard about this new AI ChatGPT (https://chat.openai.com) but I found that it is also able to create DzVents scripts based on your description, here just a very simple example I just let it create: My question: "Write a DzVents scripts that checks if device ...
- Wednesday 11 January 2023 20:44
- Forum: Blockly
- Topic: Blockly not triggered by user variable change
- Replies: 2
- Views: 1622
Blockly not triggered by user variable change
I have created below Blockly to send me an alert if I left on the lights in my bathroom for a set period. To do so set I a variable after the lights have been on for that period. And when this variable is set it should alert me. After the alert I reset the variable to set it again after 10 minutes ...
- Monday 14 November 2022 17:46
- Forum: Temperature and Weather
- Topic: Netatmo authentication changes Oct 2022
- Replies: 337
- Views: 45083
Re: Netatmo authentication changes Oct 2022
Just ran into this issue after upgrading to 2022.2. I was using a $ in my password and changed that to a ! as Netatmo requires special characters in the password, however I suspect it is not the special characters causing the issue but just changing the password in itself somewhow solves it.
- Monday 14 March 2022 17:11
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Using Docker and userscripts (Lua, DzVents, Python)
- Replies: 57
- Views: 9041
Re: Using Docker and userscripts (Lua, DzVents, Python)
You need to mount /opt/domoticz/userdata to a directory outside of the container once you do that the script directory under userdata is used after that manually(only once) create the following directories to that place in my case i mounted external directory domoticz/docker to /op/domoticz ...
- Thursday 10 March 2022 13:32
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Using Docker and userscripts (Lua, DzVents, Python)
- Replies: 57
- Views: 9041
Re: Using Docker and userscripts (Lua, DzVents, Python)
Experimenting further with scripts on the official docker image i notice that blocky scripts are generated ok but on the dzvents part it fails with: 2021-03-18 21:19:18.108 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/Script #2.lua 2021-03-18 21:19:18.108 ...
- Tuesday 09 March 2021 12:10
- Forum: Others
- Topic: Nefit Easy™
- Replies: 721
- Views: 169907
Re: Nefit Easy™
I have a weird issue with my Domoticz and Nefit Easy http server where it has trouble 'finding' the gas usage device after starting Domoticz. I am running Domoticz 2020.2 in docker container on Qnap NAS. Nefit Easy HTTP server is running on a seperate (linux) machine. All was running fine. Yesterday ...