JQ isnt installed by default on the system, if you are using the domoticz sdcard or a debian linux, u can use apt-get install jq to install itbran2000 wrote:Hi,
when i execute the script : i have this error
ligne6: jq : commande introuvable
a problem with jq any idea ?
Thanks
Search found 4 matches
- Saturday 02 April 2016 23:16
- Forum: Third party and supplementary tools
- Topic: Script to turn off panic mode if triggered for alarm.
- Replies: 6
- Views: 2751
Re: Script to turn off panic mode if triggered for alarm.
- Saturday 02 April 2016 23:12
- Forum: Third party and supplementary tools
- Topic: Script to turn off panic mode if triggered for alarm.
- Replies: 6
- Views: 2751
Re: Script to turn off panic mode if triggered for alarm.
sorry for late answer, at this point i havent found a option to do so.Kroontje wrote:Maybe a stupid question, ... but is it also possible to put smoke sensors (Fibaro) in panic mode so the siren can be used in an alarm system?
- Monday 04 January 2016 0:13
- Forum: Third party and supplementary tools
- Topic: Script to turn off panic mode if triggered for alarm.
- Replies: 6
- Views: 2751
Re: Script to turn off panic mode if triggered for alarm.
This is a script u need to execute within a switch, for example when the alarm is triggered u turn on a dummy switch, and then when this switch is turned off , the off action (this script) is executed
- Sunday 10 May 2015 0:30
- Forum: Third party and supplementary tools
- Topic: Script to turn off panic mode if triggered for alarm.
- Replies: 6
- Views: 2751
Script to turn off panic mode if triggered for alarm.
Hello guys, i thought i'd share a script i made for resetting panic mode of smoke detectors, i bet its kinda specific to my domoticz setup, but maybe this helps some ppl to make a better one. #!/bin/bash ## Setting Variable's Domoticz_IP= Domoticz_Port= # DO NOT EDIT BELOW THIS LINE declare -a arr ...