Search found 4 matches

by Vicne
Sunday 23 February 2014 17:08
Forum: LUA
Topic: Set security armed/disarmed by switch
Replies: 20
Views: 16375

Re: Set security armed/disarmed by switch

OK, anyway, here is my script to arm/disarm Domoticz's security from my X10 KeyChain remote: commandArray = {} for device, value in pairs(devicechanged) do if (device == 'KeyChain') then print ("Setting 'Security Panel' to '" .. otherdevices[device] .. "' state") commandArray['Security Panel ...
by Vicne
Sunday 23 February 2014 16:55
Forum: LUA
Topic: Set security armed/disarmed by switch
Replies: 20
Views: 16375

Re: Set security armed/disarmed by switch

More observations: The wiki says The state of the Domoticz built in security system can be checked via globalvariables['Security']. This will return "Disarmed", "Armed Home" or "Armed Away". It is not a true device, so it will not be picked up as one in a device script. Use a security script to ...
by Vicne
Sunday 23 February 2014 14:38
Forum: LUA
Topic: Set security armed/disarmed by switch
Replies: 20
Views: 16375

Re: Set security armed/disarmed by switch

Hi, I'm currently playing with the same feature (using revision 1522) and I admit the behaviour is somewhat puzzling. What I see is that : - the two armed statuses should be spelled "Arm Home" and "Arm Away", like Luuc_a wrote, not "Arm ed " like you did. On the security panel screen, both ...
by Vicne
Saturday 28 December 2013 1:21
Forum: Switches and Scenes
Topic: ELRO ACTION
Replies: 20
Views: 23443

Re: ELRO ACTION

Although this has already been discussed before , I admit I had a hard time making it work too, so I thought I would detail what could go wrong. First, as written above, please make sure your RFXtrx firmware version is 71 (or above), otherwise upgrade it by following chapter 6 of the User Guide ...