Answered on another thread.
The solution was rather simple - Just trigger switch A to off via the off action in switch B settings
Search found 65 matches
- Wednesday 22 May 2019 21:33
- Forum: Blockly
- Topic: Trigger Switch A only when switch B changes state from On-> Off
- Replies: 1
- Views: 1010
- Wednesday 22 May 2019 21:30
- Forum: dzVents
- Topic: Trigger Switch A only when B changes state from On to off [Solved]
- Replies: 3
- Views: 1646
Re: Trigger Switch A only when B changes state from On to off [Solved]
Thanks - That was so simple and elegant
I feel stupid now
I feel stupid now

- Wednesday 22 May 2019 21:13
- Forum: dzVents
- Topic: Trigger Switch A only when B changes state from On to off [Solved]
- Replies: 3
- Views: 1646
Trigger Switch A only when B changes state from On to off [Solved]
TL;DR : I have a use-case which requires me to set Switch A to off when switch B switches off However , I want this to happen only when switch B changes state from On to off i.e. if I switch A back On while B is off, it shouldn't be triggered off again. Real life scenario - We get frequent powercuts ...
- Wednesday 22 May 2019 20:55
- Forum: Blockly
- Topic: Trigger Switch A only when switch B changes state from On-> Off
- Replies: 1
- Views: 1010
Trigger Switch A only when switch B changes state from On-> Off
TL;DR : I have a use-case which requires me to set Switch A to off when switch B switches off However , I want this to happen only when switch B changes state from On to off i.e. if I switch A back On while B is off, it shouldn't be triggered off again. Real life scenario - We get frequent powercuts ...
- Wednesday 08 May 2019 12:00
- Forum: Others
- Topic: LIFX Support
- Replies: 40
- Views: 15346
Re: LIFX Support
Just an update Avgays has posted an updated version of his LIFX plugin The new version is brilliant! It now has a color wheel and a white temperature wheel too and is practically as good as native support. Took the plunge and updated my really old version to v9700 The new plugin requires a newer ...
- Thursday 08 June 2017 9:06
- Forum: Switches and Scenes
- Topic: [Plugin now available in Beta] Help with Yeelight Bulb
- Replies: 350
- Views: 69248
Re: [Plugin now available in Beta] Help with Yeelight Bulb
@westcott - Making the change you suggested eliminated the string vs number error However the dimmer for white temperature control still doesn't work (as in the dimmer is set at 0% and cannot be moved) Here is the code from the wiki commandArray = {} DomDevice = 'nameofyourdummyselectorsetasdimmer ...
- Wednesday 07 June 2017 20:54
- Forum: Python
- Topic: Python Plugin Beta testers - please read this
- Replies: 159
- Views: 32642
Re: Python Plugin Beta testers - please read this
Thanks @elgringo
building the binary from source did activate the plugin system although the plugin I had failed to work because of the call method change
However I was able to use an older commit to build a binary for v 3.5876 to get the plugin back up
building the binary from source did activate the plugin system although the plugin I had failed to work because of the call method change
However I was able to use an older commit to build a binary for v 3.5876 to get the plugin back up
- Wednesday 07 June 2017 20:51
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Compiling old version from source
- Replies: 1
- Views: 1307
Re: Compiling old version from source
Thanks a ton!
Method 2 worked perfect and reverting to the old beta solved my issue as expected
Method 2 worked perfect and reverting to the old beta solved my issue as expected
- Wednesday 07 June 2017 12:22
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Compiling old version from source
- Replies: 1
- Views: 1307
Compiling old version from source
Sorry if this is a really silly question but how do I compile an older version of domoticz? Using BUILD_TYPE=release still builds the current beta version I am trying to revert to a build version prior to 3.6 cd dev-domoticz git pull cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt make -j 3 I ...
- Wednesday 07 June 2017 7:35
- Forum: Python
- Topic: Python Plugin Beta testers - please read this
- Replies: 159
- Views: 32642
Re: Python Plugin Beta testers - please read this
Err - Probably a silly question but Wouldn't that be the same as the current ARM beta release (3.7680)?
- Wednesday 07 June 2017 7:12
- Forum: Python
- Topic: Python Plugin Beta testers - please read this
- Replies: 159
- Views: 32642
Re: Python Plugin Beta testers - please read this
oh
In that case, is there any interim method to revert to a version that has the plugin system enabled?
Neither the current beta or stable seem to have it enabled
In that case, is there any interim method to revert to a version that has the plugin system enabled?
Neither the current beta or stable seem to have it enabled
- Tuesday 06 June 2017 21:52
- Forum: Python
- Topic: Python Plugin Beta testers - please read this
- Replies: 159
- Views: 32642
Plugin system not starting at all post update
I had been using the Lifx plugin for the last 4-5 months and it was running very stable I unfortunately ended up updating to the latest beta today and now the plugin system isn't starting at all 2017-06-07 01:16:31.957 Domoticz V3.7680 (c)2012-2017 GizMoCuz 2017-06-07 01:16:31.958 Build Hash ...
- Tuesday 06 June 2017 11:14
- Forum: Switches and Scenes
- Topic: [Plugin now available in Beta] Help with Yeelight Bulb
- Replies: 350
- Views: 69248
Re: [Plugin now available in Beta] Help with Yeelight Bulb
Isn't the value for otherdevices_svalues numeric?
In any case, the code is practically as -is from the wiki
In any case, the code is practically as -is from the wiki
- Tuesday 06 June 2017 10:12
- Forum: Switches and Scenes
- Topic: [Plugin now available in Beta] Help with Yeelight Bulb
- Replies: 350
- Views: 69248
Re: [Plugin now available in Beta] Help with Yeelight Bulb
Facing an odd issue with the White Temp control slider Yeelight works as expected but needed to add the ability to set the white temperature (default domoticz color picker chooses a very cool temperature) I am using the following code commandArray = {} DomDevice = 'PRlight'; IP = '192.168.0.23 ...
- Wednesday 22 March 2017 6:56
- Forum: Others
- Topic: LIFX Support
- Replies: 40
- Views: 15346
Re: LIFX Support
Would of course be a bit much to ask if you could add color wheel support as well but will certainly look forward to that if you do decide to :) Currently Domoticz's RGB and RGBW switches sends to plugin only Color(Hue) and Brightness, but no Saturation. So it's very limited support to set Lifx ...
- Saturday 18 March 2017 23:00
- Forum: Others
- Topic: LIFX Support
- Replies: 40
- Views: 15346
Re: LIFX Support
My first attempt to write Lifx control, using new Python plugin: /systemd/system/lightsd.service[/code] add in the end of "ExecStart=" "-l 0.0.0.0:32069" to listen on all interfaces configured with an IPv4 address on your system and on port 32069 sudo systemctl daemon-reload....... For me - unix ...
- Tuesday 22 November 2016 8:54
- Forum: Show your projects
- Topic: Domoticz integrated with SmartThings + Echo + Siri
- Replies: 7
- Views: 8429
Domoticz integrated with SmartThings + Echo + Siri
Here is a setup that has been steadily growing since I first installed domoticz around a year and half ago. It includes Controllers : Domoticz on Rpi2 (primary hub) + SmartThings + HomeBridge + HABridge (on old RPi) Voice - 2 X Amazon Echo + 1 Echo Dot Lights - 5 LIFX + 3 Hue + Hue Beyond Pendant ...
- Thursday 17 November 2016 9:08
- Forum: Others
- Topic: LIFX Support
- Replies: 40
- Views: 15346
Re: LIFX Support
Perhaps it's time to re-request native LIFX support on Domoticz LIFX seems to be almost as popular as Philips Hue - I have them working directly via Echo as well as smartthings but given that Domoticz continues to be my primary controller, would love to see direct support for them within Domoticz ...
- Friday 23 September 2016 9:57
- Forum: iOS
- Topic: homebridge-edomoticz Plugin
- Replies: 1716
- Views: 430693
Re: homebridge-edomoticz Plugin
Just tried this last night and the npm is working very well for me - for a system with over 50 devices Just have a couple of questions: a) Is there any possibility of supporting IP Cameras? b) I cannot use remote access because the only spare iOS device I have is a gen 3 ipad - Before I plonk the ...
- Thursday 22 September 2016 9:10
- Forum: Third party and supplementary tools
- Topic: [MyDomoAtHome] Support thread
- Replies: 1080
- Views: 213183
Re: [MyDomoAtHome] Support thread
Recently switched to an iOS device and installed this on a spare RPI2 (separate from the primary domoticz system) Works great except one odd glitch, while all devices show up on the MDAH gateway , around 36 of my 44 switches show up but 8 are missing on the imperihome app The missing ones are again ...