Search found 5 matches
- Sunday 06 April 2014 19:06
- Forum: Suggestions
- Topic: [154] - CurrentCost Envir support
- Replies: 64
- Views: 19864
[154] - CurrentCost Envir support
Hi All, I really would appreciate if Domoticz should support the Envir (Current Cost) devices. http://www.currentcost.com Before i used Domoticz, i used measureit (Python script) to read the XML from the USB port. (Envir is connected trough USB/COM port to the Raspberry). Some sourcecode is allready ...
- Monday 24 February 2014 21:05
- Forum: LUA
- Topic: Set security armed/disarmed by switch
- Replies: 20
- Views: 16003
Re: Set security armed/disarmed by switch
Hi Vicne,
Ah good investigation! I'll check the script later this evening.
I need to learn a bit more about the LUA scripting
Ah good investigation! I'll check the script later this evening.
I need to learn a bit more about the LUA scripting
- Friday 21 February 2014 19:52
- Forum: LUA
- Topic: Set security armed/disarmed by switch
- Replies: 20
- Views: 16003
Re: Set security armed/disarmed by switch
I tried this but it ain't seems to work yet :( print('this will end up in the domoticz log') commandArray = {} if (devicechanged['Sleutel 1'] == 'Group On') then commandArray['Security'] = 'Armed Away' end if (devicechanged['Sleutel 1'] == 'Group On') then commandArray['Security'] = 'Disarmed' end ...
- Thursday 20 February 2014 12:53
- Forum: LUA
- Topic: Set security armed/disarmed by switch
- Replies: 20
- Views: 16003
Re: Set security armed/disarmed by switch
Hi Luuc_a !
Thanks for the tip, i'll check this later today to see if this works
Thanks for the tip, i'll check this later today to see if this works
- Monday 17 February 2014 21:05
- Forum: LUA
- Topic: Set security armed/disarmed by switch
- Replies: 20
- Views: 16003
Set security armed/disarmed by switch
Hi all, Just purchased a keychain remote controller http://www.klikaanklikuit.nl/shop/producten-1/afstandsbediening-akct-511/ I tried to build a event that if the remote is presses I, the security turns to "Armed". And if i press O, the security gets disarmed. But it seems that the security panel ...