Search found 3 matches

by lake
Thursday 02 February 2017 12:25
Forum: PHP and all others
Topic: General Approach Question - Events/Manual Control
Replies: 10
Views: 2788

Re: General Approach Question - Events/Manual Control

Just thinking about this some more; Thought 1 - it would be nice if the reason for last state change was available to the scripts. Then in the scripts the "turn off" script could trigger only if the last state change was caused by another script (rather than detected state change - manual). - This ...
by lake
Thursday 02 February 2017 12:18
Forum: PHP and all others
Topic: General Approach Question - Events/Manual Control
Replies: 10
Views: 2788

Re: General Approach Question - Events/Manual Control

Thanks all for the responses, I get that one can create a dummy "manual over switch" and for 100% digitial control that would work perfectly. However the z-wave device also has a manual on/off toggle. This acts on the device directly, thus would not toggle "manual switch", but rather the actual ...
by lake
Wednesday 01 February 2017 9:58
Forum: PHP and all others
Topic: General Approach Question - Events/Manual Control
Replies: 10
Views: 2788

General Approach Question - Events/Manual Control

Hi all, new to domoticz and getting on well so far, so thanks for the great project. I do however have a question about approach with regard to events/scripts. Situation: I have an outside light on a z-wave switch. I can control that switch though domoticz. I create an event to turn on the outside ...