Search found 17 matches
- Thursday 26 September 2024 1:02
- Forum: Python
- Topic: Python plugin: Ubiquiti Unifi Presence
- Replies: 71
- Views: 11867
Re: Python plugin: Ubiquiti Unifi Presence
would have loved to have known this a few weeks earlier - so to anyone struggling: The plugin stopped working after my last update of Domoticz (it had been a while since I updated last; specifically for the risk of breaking stuff) Anyway, found a fork of the original work that worked for me: https ...
- Friday 14 July 2023 23:07
- Forum: LUA
- Topic: Group Dimmer script
- Replies: 12
- Views: 5249
Re: Group Dimmer script
turned the script into Dzvent and eliminated the need for a uservariable in the process - for anyone also experiencing 'new behavior' from the LUA script. -- user variable line from LUA version translated into a table and some local variables below it: -- uitbouw dimmer=100,Ikea kast=100,Eettafel=60 ...
- Thursday 13 July 2023 8:57
- Forum: LUA
- Topic: Group Dimmer script
- Replies: 12
- Views: 5249
Re: Group Dimmer script
Here not working anymore either after an update of Domoticz to 2023.1. The script keeps looping and triggering the virtual input dimmer device and setting it to its default value continuously.
I guess 'silent()' is required on line 68 or something; but what is the LUA equivalent for that?
I guess 'silent()' is required on line 68 or something; but what is the LUA equivalent for that?
- Sunday 09 July 2023 17:15
- Forum: Switches and Scenes
- Topic: Enphase script stopt working
- Replies: 16
- Views: 2394
Re: Enphase script stopt working
because: 1- beta 2- when trying to fix this last night, I did not know that the native implementation was doing individual panels already.. Good job !! 3- if that native implementation breaks for some reason, I am at the mercy of someone willing and able to fix that quickly; like I am now with the ...
- Sunday 09 July 2023 0:13
- Forum: Switches and Scenes
- Topic: Enphase script stopt working
- Replies: 16
- Views: 2394
Re: Enphase script stopt working
Most likely, like me a day before yesterday apparently, you received an update of the Envoy from D5x to D7x and now a token is required along with https in the script. From various sources I found the following to work: (mainly https://gathering.tweakers.net/forum/list_message/75876110#75876110) you ...
- Saturday 29 January 2022 1:00
- Forum: dzVents
- Topic: Get local Enphase data from individual solar panels in domoticz
- Replies: 54
- Views: 12282
Re: Get local Enphase data from individual solar panels in domoticz
I've been trying to get this script to work, but apparently I'm doing something wrong. Is there a tutorial somewhere on how to run a dzVents script, because that seems to be the issue? I can edit the script just fine, add panels and change login creds for the Envoy, but the script just does not run ...
- Sunday 16 January 2022 10:53
- Forum: Python
- Topic: Request for ARCAM FMJ domoticz plugin
- Replies: 0
- Views: 499
Request for ARCAM FMJ domoticz plugin
Owning an ARCAM FMJ - An Audio-Video receiver/amplifier - , i want to have some basic control options from Domoticz; mostly volume up/down and on/off would be great to start!! Home assistant has a standard plugin, but I really prefer to stick to Domoticz https://github.com/home-assistant/core/tree ...
- Sunday 02 January 2022 12:31
- Forum: dzVents
- Topic: Get local Enphase data from individual solar panels in domoticz
- Replies: 54
- Views: 12282
Re: Get local Enphase data from individual solar panels in domoticz
Moving from a Raspberry pi with Domoticz running on the bare metal to a NUC intel i5 running a docker setup under CentOS gave me quite a few challenges. After having bested most of them, today I realize that my solar installation is not updating. Having done all in the late hours, (when the schript ...
- Friday 19 November 2021 0:02
- Forum: Z-Wave
- Topic: Qubino Flush Dim State issue
- Replies: 27
- Views: 3691
Re: Qubino Flush Dim State issue
Ran into this issue after noticing the 1.1 group membership on a 'new' unit I installed this evening. Fixed this with: replacing the two config files from the rar archive in post: https://domoticz.com/forum/viewtopic.php?p=225153#p225153 (post mentioned before here) with the ones on my PI And then ...
- Saturday 21 March 2020 10:16
- Forum: Blockly
- Topic: Help!!! Blockly timer
- Replies: 2
- Views: 1168
Re: Help!!! Blockly timer
you will need a time trigger for the Do's to be executed. Right now your triggers are light level, the TV and the PC. if either of them change state, the function will check the time and act accordingly. Time itself is not a trigger in your blocky at the moment; you will need to include that in the ...
- Saturday 15 February 2020 0:29
- Forum: Z-Wave
- Topic: [Solved] Zipato rgbw bulb 2 only dimmable
- Replies: 11
- Views: 2706
Re: [Solved] Zipato rgbw bulb 2 only dimmable
Got a brand new Zipato rgbw bulb 2 in the mail today. I Included it without issues in Domoticz 4.10717. It is added as a regular dimmer and as an RGBWWZ controlled light that lets me choose any colour I like from the Domoticz userinterface. No need to modify any file or jump through hoops in any way ...
- Friday 22 November 2019 2:21
- Forum: dzVents
- Topic: dimTo not doing what I would expect. [Solved]
- Replies: 3
- Views: 1345
Re: dimTo not doing what I would expect. [Solved]
https://www.domoticz.com/wiki/DzVents:_next_generation_LUA_scripting the wiki states: ..... And there you have it: the light is not switched off and never will be because future commands will always be checked against the current on-state. That's just how it works and you will have to deal with it ...
- Friday 22 November 2019 1:08
- Forum: dzVents
- Topic: dimTo not doing what I would expect. [Solved]
- Replies: 3
- Views: 1345
Re: dimTo not doing what I would expect. [Solved]
Hmmm...
it seems to be caused by
removing the second line resolves the issue.. not sure why though.. just trying to follow the wiki :-/
it seems to be caused by
Code: Select all
dimmer.switchOff().checkFirst().afterMin(DURATION)
dimmer.switchOn().checkFirst().forMin(DURATION)
- Friday 22 November 2019 0:30
- Forum: dzVents
- Topic: dimTo not doing what I would expect. [Solved]
- Replies: 3
- Views: 1345
dimTo not doing what I would expect. [Solved]
V4.10717 Wrote a little script to switch on a dimmer at a certain level (50%) for a number of minutes when a doorbell is pressed. If pressed again while the light is on, the light should be a tad brighter (50 + 25 = 75%). if pressed again, the light must switch off. For some reason though, dimTo ...
- Thursday 30 August 2018 15:37
- Forum: Forum feedback
- Topic: Cookie policy ?
- Replies: 33
- Views: 13221
Re: Cookie policy ?
Sorry this a bad policy and a very unfriendly way to treat contributers and interested readers. I am sure there are nicer and friendlier methods out there, now if only someone with powers would care enough to actually change that.
- Friday 23 September 2016 21:33
- Forum: Blockly
- Topic: Blocky time test failure
- Replies: 0
- Views: 911
Blocky time test failure
in my sons bedroom, there is a lamp , controlled with KAKU 433MHz dimmer (Lars Zon (rc4-1)) and a KAKU switch (Lars Zon (schakelaar)) which are NOT coupled in the KAKU way. Flicking the switch is only registered in DomoticZ and depending on the time, the lamp is switch on or not. switching 'on ...
- Thursday 13 November 2014 23:09
- Forum: Blockly
- Topic: Blockly examples
- Replies: 709
- Views: 406974
Re: Blockly examples
is there a way to 'event' a press at the wall-mounted switch (Klik aan klik uit WST-8800)? When switched on or off, the 'state' remains in that state until it is switched. (deep; I know) but imagine when it is on, and I press the on button again - I would like to use that event to step down the ...