Hello!
I (almost) successfully implemented the Satel Integra equipment in Domoticz.
Now I have several inputs, which is okay, but I can't find if it's possible to control Integra, for example to arm or disarm the alarm.
My list of items (it appears automatically after the Integra connection ...
Search found 4 matches
- Monday 18 March 2019 0:22
- Forum: Others
- Topic: Satel Integra control from Domoticz
- Replies: 0
- Views: 984
- Tuesday 12 September 2017 22:43
- Forum: Blockly
- Topic: Blocky script, IF else if question
- Replies: 18
- Views: 11777
Re: Blocky script, IF else if question
After signing in you can see a gray smiley with "Add your reaction" tooltip (top right corner of message frame).
- Tuesday 12 September 2017 16:02
- Forum: Blockly
- Topic: Blocky script, IF else if question
- Replies: 18
- Views: 11777
Re: Blocky script, IF else if question
I committed an issue on Domoticz Github, if there's anyone interested / annoyed with it, can vote.
regards!
https://github.com/domoticz/domoticz/issues/1804
regards!
https://github.com/domoticz/domoticz/issues/1804
- Tuesday 12 September 2017 4:29
- Forum: Blockly
- Topic: Blocky script, IF else if question
- Replies: 18
- Views: 11777
Re: Blocky script, IF else if question
YES this is a big misunderstandig of programming fundamental rule!
I also discovered another bug, like in this code:
If button = On
Do
If light = Off and a = 0
Do
Set a = 1
Set light = On
Else if light = On and a = 0
Do
Set light = Off
Set a = 0
In this example not only Else executes ...
I also discovered another bug, like in this code:
If button = On
Do
If light = Off and a = 0
Do
Set a = 1
Set light = On
Else if light = On and a = 0
Do
Set light = Off
Set a = 0
In this example not only Else executes ...