Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ed46d80ad | ||
|
|
05a73720bb | ||
|
|
2ea6588c32 | ||
|
|
fc717f18a2 | ||
|
|
50117a5a96 | ||
|
|
309c209b1b | ||
|
|
9a81f0fbba | ||
|
|
419695b420 | ||
|
|
3239006922 | ||
|
|
24baa97dad | ||
|
|
c354f72c0c | ||
|
|
6f80b8ea21 | ||
|
|
87edbbbe7a | ||
|
|
3eb45fd1e9 | ||
|
|
7c96a6afd1 | ||
|
|
c664bea16a | ||
|
|
78fa176848 | ||
|
|
5c00853e39 | ||
|
|
dd3cab12c2 | ||
|
|
38ecd92d7a | ||
|
|
22ec16cc9d | ||
|
|
8d4849db75 | ||
|
|
35665c74a7 | ||
|
|
80bcbbc92a | ||
|
|
67f2d6fe7f | ||
|
|
83e23d6bad |
28
CHANGELOG.md
28
CHANGELOG.md
@@ -1,3 +1,31 @@
|
|||||||
|
# 0.5.8 - 19/07/2018
|
||||||
|
- Added "openweathermap" driver for impement check weather condition from openweatermap api
|
||||||
|
|
||||||
|
# 0.5.7 - 01/06/2018
|
||||||
|
- Added "sonoff_tasmota_http" driver for interfacin with Sonoff module with Tasmota firmware over http protocol
|
||||||
|
|
||||||
|
# 0.5.6 - 04/05/2018
|
||||||
|
- Added events ev_not_open_for_rain, ev_not_open_for_rain_sensor, ev_not_open_for_rain_online
|
||||||
|
- Added script rpinotify.sh for notificate events to telegram
|
||||||
|
|
||||||
|
# 0.5.5 - 25/03/2018
|
||||||
|
- Added "remote" driver to control remote pigarden
|
||||||
|
|
||||||
|
# 0.5.4 - 13/11/2017
|
||||||
|
- Fix bad initialization LOG_OUTPUT_DRV_FILE variable if not defined in config file
|
||||||
|
|
||||||
|
# 0.5.3 - 19/11/2017
|
||||||
|
- Fix send parameter on event init_before and init_after
|
||||||
|
- Added WEATHER argument in check_rain_sensor_after and check_rain_sensor_change event
|
||||||
|
- Added events cron_add_before, cron_add_after, cron_del_before, cron_del_after, ev_open_in_before, ev_open_in_after, exec_poweroff_before, exec_poweroff_after, exec_reboot_before, exec_reboot_after
|
||||||
|
- Added to sendmail.sh argument passed form check_rain_sensor_after and check_rain_sensor_change event
|
||||||
|
- Added to sendmail.sh new events
|
||||||
|
- Fix wrong state on event script sendmail.sh
|
||||||
|
|
||||||
|
# 0.5.2 - 01/11/2017
|
||||||
|
- Fix problem inconsistent return value in drv_rain_sensor_get
|
||||||
|
- Fix get parameter in event script sendmail.sh
|
||||||
|
|
||||||
# 0.5.1 - 28/10/2017
|
# 0.5.1 - 28/10/2017
|
||||||
- Added events managemets
|
- Added events managemets
|
||||||
- Added support for zones not subject to rainfall (with parameter EVx_NORAIN)
|
- Added support for zones not subject to rainfall (with parameter EVx_NORAIN)
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Bash script to manage an irrigation system built with a Raspberry Pi
|
|||||||
|
|
||||||
## Official documentation
|
## Official documentation
|
||||||
|
|
||||||
Documentation of piGarden and build system irrigation with Raspberry Pi can be found on the [www.lejubila.net/tag/pigarden/](http://www.lejubila.net/tag/pigarden/)
|
Documentation of piGarden and build system irrigation with Raspberry Pi can be found on the [www.lejubila.net/pigarden/](http://www.lejubila.net/pigarden/)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
@@ -66,5 +66,3 @@ sudo cp piGarden/conf/piGarden.conf.example /etc/piGarden.conf
|
|||||||
Customize the configuration file.
|
Customize the configuration file.
|
||||||
For more information see
|
For more information see
|
||||||
[www.lejubila.net/2015/12/impianto-di-irrigazione-con-raspberry-pi-pigarden-lo-script-di-gestione-quinta-parte/](https://www.lejubila.net/2015/12/impianto-di-irrigazione-con-raspberry-pi-pigarden-lo-script-di-gestione-quinta-parte/)
|
[www.lejubila.net/2015/12/impianto-di-irrigazione-con-raspberry-pi-pigarden-lo-script-di-gestione-quinta-parte/](https://www.lejubila.net/2015/12/impianto-di-irrigazione-con-raspberry-pi-pigarden-lo-script-di-gestione-quinta-parte/)
|
||||||
and
|
|
||||||
[www.lejubila.net/2017/04/pigarden-0-2-easter-egg/](https://www.lejubila.net/2017/04/pigarden-0-2-easter-egg/)
|
|
||||||
|
|||||||
@@ -90,6 +90,7 @@ EV_TOTAL=6
|
|||||||
EV1_ALIAS="1" #
|
EV1_ALIAS="1" #
|
||||||
EV1_GPIO=17 # Physical 11 - wPi 0
|
EV1_GPIO=17 # Physical 11 - wPi 0
|
||||||
#EV1_NORAIN=1 # Non interrompe l'irrigazione di questa zona in caso di pioggia
|
#EV1_NORAIN=1 # Non interrompe l'irrigazione di questa zona in caso di pioggia
|
||||||
|
#EV1_MONOSTAVLE=1 # L'elettrovalvola è monostabile
|
||||||
|
|
||||||
EV2_ALIAS="2" #
|
EV2_ALIAS="2" #
|
||||||
EV2_GPIO=27 # Physical 13 - wPi 2
|
EV2_GPIO=27 # Physical 13 - wPi 2
|
||||||
@@ -106,9 +107,19 @@ EV5_GPIO=23 # Physical 16 - wPi 4
|
|||||||
EV6_ALIAS="6" #
|
EV6_ALIAS="6" #
|
||||||
EV6_GPIO=24 # Physical 18 - wPi 5
|
EV6_GPIO=24 # Physical 18 - wPi 5
|
||||||
|
|
||||||
# Definisce l'api key e il luogo per recuperare lo stato meteo online
|
|
||||||
|
# Definisci il servizio online da utilizzare per il controllo delle condizioni meteo, puoi scegliere openweathermap oppure wunderground
|
||||||
|
WEATHER_SERVICE="openweathermap"
|
||||||
|
|
||||||
|
# Parametri di openweathermap, definisce l'api key e il luogo per recuperare lo stato meteo online
|
||||||
|
OPENWEATHERMAP_KEY=""
|
||||||
|
OPENWEATHERMAP_LOCATION="q=Pieve%20a%20Nievole,it" # https://openweathermap.org/current
|
||||||
|
OPENWEATHERMAP_TZ="Europe/Rome" # Time zone
|
||||||
|
|
||||||
|
# Parametri di wunderground, definisce l'api key e il luogo per recuperare lo stato meteo online
|
||||||
WUNDERGROUND_KEY=""
|
WUNDERGROUND_KEY=""
|
||||||
WUNDERGROUND_LOCATION="IY/Monsummano" # http://www.wunderground.com/weather/api/d/docs?d=resources/country-to-iso-matching&MR=1
|
WUNDERGROUND_LOCATION="IT/Pieve%20a%20Nievole" # http://www.wunderground.com/weather/api/d/docs?d=resources/country-to-iso-matching&MR=1
|
||||||
|
|
||||||
|
|
||||||
# Blocca l'irrigazione se l'ultima pioggia rilevata online è avvenuta nell'ultima quantità di tempo inserita.
|
# Blocca l'irrigazione se l'ultima pioggia rilevata online è avvenuta nell'ultima quantità di tempo inserita.
|
||||||
# Il tempo è espresso in secondi. Quindi inserendo 86400, se nelle ultime 24 ore ha piovuto viene bloccata l'irrigazione. Inserendo il valore zero non viene eseguito nessun controllo.
|
# Il tempo è espresso in secondi. Quindi inserendo 86400, se nelle ultime 24 ore ha piovuto viene bloccata l'irrigazione. Inserendo il valore zero non viene eseguito nessun controllo.
|
||||||
|
|||||||
150
conf/piGarden.conf.remote.example
Normal file
150
conf/piGarden.conf.remote.example
Normal file
@@ -0,0 +1,150 @@
|
|||||||
|
# Log file
|
||||||
|
LOG_FILE="/home/pi/piGarden/log/piGarden.log"
|
||||||
|
LOG_FILE_MAX_SIZE=1048576 # 1MB
|
||||||
|
|
||||||
|
# Log file for driver output
|
||||||
|
#LOG_OUTPUT_DRV_FILE="/tmp/piGarden.drv.log"
|
||||||
|
|
||||||
|
# Status directory
|
||||||
|
STATUS_DIR="/home/pi/piGarden/state"
|
||||||
|
|
||||||
|
# Event directory
|
||||||
|
EVENT_DIR="/home/pi/piGarden/events"
|
||||||
|
|
||||||
|
# Posizione gpio
|
||||||
|
GPIO="/usr/local/bin/gpio"
|
||||||
|
|
||||||
|
# Posizione js
|
||||||
|
JQ="/usr/local/bin/jq"
|
||||||
|
|
||||||
|
# Percorso curl
|
||||||
|
CURL="/usr/bin/curl"
|
||||||
|
|
||||||
|
# Percorso wc
|
||||||
|
WC="/usr/bin/wc"
|
||||||
|
|
||||||
|
# Percorso gzip
|
||||||
|
GZIP="/bin/gzip"
|
||||||
|
|
||||||
|
# Percorso mv
|
||||||
|
MV="/bin/mv"
|
||||||
|
|
||||||
|
# Percorso di tr
|
||||||
|
TR="/usr/bin/tr"
|
||||||
|
|
||||||
|
# Percorso di cut
|
||||||
|
CUT="/usr/bin/cut"
|
||||||
|
|
||||||
|
# Percorso tcpserver
|
||||||
|
TCPSERVER="/usr/bin/tcpserver"
|
||||||
|
|
||||||
|
# Percorso cron
|
||||||
|
CRONTAB="/usr/bin/crontab"
|
||||||
|
|
||||||
|
# Percorso grep
|
||||||
|
GREP="/bin/grep"
|
||||||
|
|
||||||
|
# Percorsp sed
|
||||||
|
SED="/bin/sed"
|
||||||
|
|
||||||
|
# Percorso readlink
|
||||||
|
READLINK="/bin/readlink"
|
||||||
|
|
||||||
|
# Percorso stat
|
||||||
|
STAT="/usr/bin/stat"
|
||||||
|
|
||||||
|
# Se impostato con il valore 1, indica che il sistema gestisce elettrovalvole monostabili,
|
||||||
|
# se impostato a 0 il sistema gestirà elettrovalvole bisstabili
|
||||||
|
EV_MONOSTABLE=0
|
||||||
|
|
||||||
|
# Id gpio usati per simulare il doppio deviatore con cui eseguire l'alimentazione alle elettrovalvole
|
||||||
|
SUPPLY_GPIO_1=2
|
||||||
|
SUPPLY_GPIO_2=3
|
||||||
|
|
||||||
|
# Stato dei due gpio per impartire l'alimentazione positiva alle elettrovalvole (aperta)
|
||||||
|
SUPPLY_GPIO_POS=0
|
||||||
|
|
||||||
|
# Stato dei due gpio per impartire l'alimentazione negativa alle elettrovalvole (chiusa)
|
||||||
|
SUPPLY_GPIO_NEG=1
|
||||||
|
|
||||||
|
# Stato di ingresso da assegnare al gpio per chiudere il rele
|
||||||
|
RELE_GPIO_CLOSE=0
|
||||||
|
|
||||||
|
# Stato di ingresso da assegnare al gpio per aprire il rele
|
||||||
|
RELE_GPIO_OPEN=1
|
||||||
|
|
||||||
|
# Id del gpio usato per collegare il sensore di rilevamento pioggia
|
||||||
|
RAIN_GPIO=25 # Physical 22 - wPi 6
|
||||||
|
|
||||||
|
# Valore in ingresso sul gpio definito in RAIN_GPIO che indica lo stato di pioggia
|
||||||
|
RAIN_GPIO_STATE=0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Numero totale di elettrovalvole
|
||||||
|
EV_TOTAL=4
|
||||||
|
|
||||||
|
# Definizione delle elettrovalvole
|
||||||
|
EV1_ALIAS="Giardino_Posteriore_DX" #
|
||||||
|
EV1_GPIO="drv:remote:PIREMOTE1:Giardino_Posteriore_DX"
|
||||||
|
#EV1_NORAIN=1 # Non interrompe l'irrigazione di questa zona in caso di pioggia
|
||||||
|
|
||||||
|
EV2_ALIAS="Giardino_Posteriore_CN" #
|
||||||
|
EV2_GPIO="drv:remote:PIREMOTE2:Giardino_Posteriore_CN"
|
||||||
|
|
||||||
|
EV3_ALIAS="Giardino_Posteriore_SX" #
|
||||||
|
EV3_GPIO="drv:remote:PIREMOTE2:Giardino_Posteriore_SX"
|
||||||
|
|
||||||
|
EV4_ALIAS="Giardino_Posteriore_GPIO" #
|
||||||
|
EV4_GPIO="18"
|
||||||
|
|
||||||
|
|
||||||
|
# Definisci il servizio online da utilizzare per il controllo delle condizioni meteo, puoi scegliere openweathermap oppure wunderground
|
||||||
|
WEATHER_SERVICE="openweathermap"
|
||||||
|
|
||||||
|
# Parametri di openweathermap, definisce l'api key e il luogo per recuperare lo stato meteo online
|
||||||
|
OPENWEATHERMAP_KEY=""
|
||||||
|
OPENWEATHERMAP_LOCATION="q=Pieve%20a%20Nievole,it" # https://openweathermap.org/current
|
||||||
|
OPENWEATHERMAP_TZ="Europe/Rome" # Time zone
|
||||||
|
|
||||||
|
# Parametri di wunderground, definisce l'api key e il luogo per recuperare lo stato meteo online
|
||||||
|
WUNDERGROUND_KEY=""
|
||||||
|
WUNDERGROUND_LOCATION="IT/Pieve%20a%20Nievole" # http://www.wunderground.com/weather/api/d/docs?d=resources/country-to-iso-matching&MR=1
|
||||||
|
|
||||||
|
|
||||||
|
# Blocca l'irrigazione se l'ultima pioggia rilevata online è avvenuta nell'ultima quantità di tempo inserita.
|
||||||
|
# Il tempo è espresso in secondi. Quindi inserendo 86400, se nelle ultime 24 ore ha piovuto viene bloccata l'irrigazione. Inserendo il valore zero non viene eseguito nessun controllo.
|
||||||
|
NOT_IRRIGATE_IF_RAIN_ONLINE=86400
|
||||||
|
|
||||||
|
# Il parametro è simile a quello precedente, il controllo però anziché essere fatto attingendo a wunderground, viene eseguito direttamente sul sensore se installato. Inserendo il valore zero non viene eseguito nessun controllo.
|
||||||
|
NOT_IRRIGATE_IF_RAIN_SENSOR=86400
|
||||||
|
|
||||||
|
# Indirizzo ip e porta di ascolto del socket server
|
||||||
|
TCPSERVER_IP="127.0.0.1"
|
||||||
|
TCPSERVER_PORT="8084"
|
||||||
|
|
||||||
|
# Utente e password che i clients devono utilizzare per stabilire una connessione tramite socket server
|
||||||
|
TCPSERVER_USER=""
|
||||||
|
TCPSERVER_PWD=""
|
||||||
|
|
||||||
|
# Con impostato il valore 1 non invia l'identificativi per statistiche di utilizzo
|
||||||
|
NO_SEND_IDENTIFIER=0
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Configurazione piGarden remoti
|
||||||
|
#
|
||||||
|
PIREMOTE1_IP="192.168.1.51"
|
||||||
|
PIREMOTE1_PORT="8084"
|
||||||
|
PIREMOTE1_USER=""
|
||||||
|
PIREMOTE1_PWD=""
|
||||||
|
|
||||||
|
PIREMOTE2_IP="192.168.1.52"
|
||||||
|
PIREMOTE2_PORT="8084"
|
||||||
|
PIREMOTE2_USER=""
|
||||||
|
PIREMOTE2_PWD=""
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
150
conf/piGarden.conf.sonoff_tasmota_http.example
Normal file
150
conf/piGarden.conf.sonoff_tasmota_http.example
Normal file
@@ -0,0 +1,150 @@
|
|||||||
|
# Log file
|
||||||
|
LOG_FILE="/home/pi/piGarden/log/piGarden.log"
|
||||||
|
LOG_FILE_MAX_SIZE=1048576 # 1MB
|
||||||
|
|
||||||
|
# Log file for driver output
|
||||||
|
#LOG_OUTPUT_DRV_FILE="/tmp/piGarden.drv.log"
|
||||||
|
|
||||||
|
# Status directory
|
||||||
|
STATUS_DIR="/home/pi/piGarden/state"
|
||||||
|
|
||||||
|
# Event directory
|
||||||
|
EVENT_DIR="/home/pi/piGarden/events"
|
||||||
|
|
||||||
|
# Posizione gpio
|
||||||
|
GPIO="/usr/local/bin/gpio"
|
||||||
|
|
||||||
|
# Posizione js
|
||||||
|
JQ="/usr/local/bin/jq"
|
||||||
|
|
||||||
|
# Percorso curl
|
||||||
|
CURL="/usr/bin/curl"
|
||||||
|
|
||||||
|
# Percorso wc
|
||||||
|
WC="/usr/bin/wc"
|
||||||
|
|
||||||
|
# Percorso gzip
|
||||||
|
GZIP="/bin/gzip"
|
||||||
|
|
||||||
|
# Percorso mv
|
||||||
|
MV="/bin/mv"
|
||||||
|
|
||||||
|
# Percorso di tr
|
||||||
|
TR="/usr/bin/tr"
|
||||||
|
|
||||||
|
# Percorso di cut
|
||||||
|
CUT="/usr/bin/cut"
|
||||||
|
|
||||||
|
# Percorso tcpserver
|
||||||
|
TCPSERVER="/usr/bin/tcpserver"
|
||||||
|
|
||||||
|
# Percorso cron
|
||||||
|
CRONTAB="/usr/bin/crontab"
|
||||||
|
|
||||||
|
# Percorso grep
|
||||||
|
GREP="/bin/grep"
|
||||||
|
|
||||||
|
# Percorsp sed
|
||||||
|
SED="/bin/sed"
|
||||||
|
|
||||||
|
# Percorso readlink
|
||||||
|
READLINK="/bin/readlink"
|
||||||
|
|
||||||
|
# Percorso stat
|
||||||
|
STAT="/usr/bin/stat"
|
||||||
|
|
||||||
|
# Se impostato con il valore 1, indica che il sistema gestisce elettrovalvole monostabili,
|
||||||
|
# se impostato a 0 il sistema gestirà elettrovalvole bisstabili
|
||||||
|
EV_MONOSTABLE=0
|
||||||
|
|
||||||
|
# Id gpio usati per simulare il doppio deviatore con cui eseguire l'alimentazione alle elettrovalvole
|
||||||
|
SUPPLY_GPIO_1=2
|
||||||
|
SUPPLY_GPIO_2=3
|
||||||
|
|
||||||
|
# Stato dei due gpio per impartire l'alimentazione positiva alle elettrovalvole (aperta)
|
||||||
|
SUPPLY_GPIO_POS=0
|
||||||
|
|
||||||
|
# Stato dei due gpio per impartire l'alimentazione negativa alle elettrovalvole (chiusa)
|
||||||
|
SUPPLY_GPIO_NEG=1
|
||||||
|
|
||||||
|
# Stato di ingresso da assegnare al gpio per chiudere il rele
|
||||||
|
RELE_GPIO_CLOSE=0
|
||||||
|
|
||||||
|
# Stato di ingresso da assegnare al gpio per aprire il rele
|
||||||
|
RELE_GPIO_OPEN=1
|
||||||
|
|
||||||
|
# Id del gpio usato per collegare il sensore di rilevamento pioggia
|
||||||
|
RAIN_GPIO=25 # Physical 22 - wPi 6
|
||||||
|
|
||||||
|
# Valore in ingresso sul gpio definito in RAIN_GPIO che indica lo stato di pioggia
|
||||||
|
RAIN_GPIO_STATE=0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Numero totale di elettrovalvole
|
||||||
|
EV_TOTAL=4
|
||||||
|
|
||||||
|
# Definizione delle elettrovalvole
|
||||||
|
EV1_ALIAS="Giardino_Posteriore_DX"
|
||||||
|
EV1_GPIO="drv:sonoff_tasmota_http:SONOFF1:Power1"
|
||||||
|
EV1_MONOSTABLE=1
|
||||||
|
|
||||||
|
EV2_ALIAS="Giardino_Posteriore_CN"
|
||||||
|
EV2_GPIO="drv:sonoff_tasmota_http:SONOFF1:Power2"
|
||||||
|
EV2_MONOSTABLE=1
|
||||||
|
|
||||||
|
EV3_ALIAS="Giardino_Posteriore_SX"
|
||||||
|
EV3_GPIO="drv:sonoff_tasmota_http:SONOFF1:Power3"
|
||||||
|
EV3_MONOSTABLE=1
|
||||||
|
|
||||||
|
EV4_ALIAS="Giardino_Anteriore"
|
||||||
|
EV4_GPIO="drv:sonoff_tasmota_http:SONOFF2:Power1"
|
||||||
|
|
||||||
|
|
||||||
|
# Definisci il servizio online da utilizzare per il controllo delle condizioni meteo, puoi scegliere openweathermap oppure wunderground
|
||||||
|
WEATHER_SERVICE="openweathermap"
|
||||||
|
|
||||||
|
# Parametri di openweathermap, definisce l'api key e il luogo per recuperare lo stato meteo online
|
||||||
|
OPENWEATHERMAP_KEY=""
|
||||||
|
OPENWEATHERMAP_LOCATION="q=Pieve%20a%20Nievole,it" # https://openweathermap.org/current
|
||||||
|
OPENWEATHERMAP_TZ="Europe/Rome" # Time zone
|
||||||
|
|
||||||
|
# Parametri di wunderground, definisce l'api key e il luogo per recuperare lo stato meteo online
|
||||||
|
WUNDERGROUND_KEY=""
|
||||||
|
WUNDERGROUND_LOCATION="IT/Pieve%20a%20Nievole" # http://www.wunderground.com/weather/api/d/docs?d=resources/country-to-iso-matching&MR=1
|
||||||
|
|
||||||
|
|
||||||
|
# Blocca l'irrigazione se l'ultima pioggia rilevata online è avvenuta nell'ultima quantità di tempo inserita.
|
||||||
|
# Il tempo è espresso in secondi. Quindi inserendo 86400, se nelle ultime 24 ore ha piovuto viene bloccata l'irrigazione. Inserendo il valore zero non viene eseguito nessun controllo.
|
||||||
|
NOT_IRRIGATE_IF_RAIN_ONLINE=86400
|
||||||
|
|
||||||
|
# Il parametro è simile a quello precedente, il controllo però anziché essere fatto attingendo a wunderground, viene eseguito direttamente sul sensore se installato. Inserendo il valore zero non viene eseguito nessun controllo.
|
||||||
|
NOT_IRRIGATE_IF_RAIN_SENSOR=86400
|
||||||
|
|
||||||
|
# Indirizzo ip e porta di ascolto del socket server
|
||||||
|
TCPSERVER_IP="127.0.0.1"
|
||||||
|
TCPSERVER_PORT="8084"
|
||||||
|
|
||||||
|
# Utente e password che i clients devono utilizzare per stabilire una connessione tramite socket server
|
||||||
|
TCPSERVER_USER=""
|
||||||
|
TCPSERVER_PWD=""
|
||||||
|
|
||||||
|
# Con impostato il valore 1 non invia l'identificativi per statistiche di utilizzo
|
||||||
|
NO_SEND_IDENTIFIER=0
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Configurazione moduli sonoff
|
||||||
|
#
|
||||||
|
SONOFF1_IP="192.168.1.1"
|
||||||
|
SONOFF1_USER="user"
|
||||||
|
SONOFF1_PWD="pwd"
|
||||||
|
|
||||||
|
SONOFF2_IP="192.168.1.21"
|
||||||
|
SONOFF2_USER=""
|
||||||
|
SONOFF2_PWD=""
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -472,9 +472,18 @@ EV128_ALIAS="Zona_128" #
|
|||||||
EV128_GPIO="drv:spb16ch:128"
|
EV128_GPIO="drv:spb16ch:128"
|
||||||
|
|
||||||
|
|
||||||
# Definisce l'api key e il luogo per recuperare lo stato meteo online
|
# Definisci il servizio online da utilizzare per il controllo delle condizioni meteo, puoi scegliere openweathermap oppure wunderground
|
||||||
|
WEATHER_SERVICE="openweathermap"
|
||||||
|
|
||||||
|
# Parametri di openweathermap, definisce l'api key e il luogo per recuperare lo stato meteo online
|
||||||
|
OPENWEATHERMAP_KEY=""
|
||||||
|
OPENWEATHERMAP_LOCATION="q=Pieve%20a%20Nievole,it" # https://openweathermap.org/current
|
||||||
|
OPENWEATHERMAP_TZ="Europe/Rome" # Time zone
|
||||||
|
|
||||||
|
# Parametri di wunderground, definisce l'api key e il luogo per recuperare lo stato meteo online
|
||||||
WUNDERGROUND_KEY=""
|
WUNDERGROUND_KEY=""
|
||||||
WUNDERGROUND_LOCATION="IY/Monsummano" # http://www.wunderground.com/weather/api/d/docs?d=resources/country-to-iso-matching&MR=1
|
WUNDERGROUND_LOCATION="IT/Pieve%20a%20Nievole" # http://www.wunderground.com/weather/api/d/docs?d=resources/country-to-iso-matching&MR=1
|
||||||
|
|
||||||
|
|
||||||
# Blocca l'irrigazione se l'ultima pioggia rilevata online è avvenuta nell'ultima quantità di tempo inserita.
|
# Blocca l'irrigazione se l'ultima pioggia rilevata online è avvenuta nell'ultima quantità di tempo inserita.
|
||||||
# Il tempo è espresso in secondi. Quindi inserendo 86400, se nelle ultime 24 ore ha piovuto viene bloccata l'irrigazione. Inserendo il valore zero non viene eseguito nessun controllo.
|
# Il tempo è espresso in secondi. Quindi inserendo 86400, se nelle ultime 24 ore ha piovuto viene bloccata l'irrigazione. Inserendo il valore zero non viene eseguito nessun controllo.
|
||||||
|
|||||||
13
drv/openweathermap/README.md
Normal file
13
drv/openweathermap/README.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Driver for check wather condition with openweathermap online service
|
||||||
|
|
||||||
|
# Example of configuration in piGarden.conf
|
||||||
|
|
||||||
|
```bash
|
||||||
|
WEATHER_SERVICE="openweathermap"
|
||||||
|
|
||||||
|
OPENWEATHERMAP_KEY="d4d22ea805788420267971135563b4cc" # Set with your api key of openweathermap
|
||||||
|
OPENWEATHERMAP_LOCATION="q=Pieve%20a%20Nievole,it" # Set with location identify, see https://openweathermap.org/current
|
||||||
|
OPENWEATHERMAP_TZ="Europe/Rome" # Set with your time zone
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
123
drv/openweathermap/common.include.sh
Normal file
123
drv/openweathermap/common.include.sh
Normal file
@@ -0,0 +1,123 @@
|
|||||||
|
#
|
||||||
|
# Funzioni comuni utilizzate dal driver
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Recupera la descrizione della condizione meteo
|
||||||
|
#
|
||||||
|
# $1 condizione meteo recuperata dalle api
|
||||||
|
#
|
||||||
|
function drv_openweathermap_get_wather {
|
||||||
|
|
||||||
|
declare -A w
|
||||||
|
|
||||||
|
w["thunderstorm with light rain"]="Thunderstorms and Rain"
|
||||||
|
w["thunderstorm with rain"]="Thunderstorms and Rain"
|
||||||
|
w["thunderstorm with heavy rain"]="Thunderstorms and Rain"
|
||||||
|
w["light thunderstorm"]="Thunderstorm"
|
||||||
|
w["thunderstorm"]="Thunderstorm"
|
||||||
|
w["heavy thunderstorm"]="Thunderstorm"
|
||||||
|
w["ragged thunderstorm"]="Thunderstorm"
|
||||||
|
w["thunderstorm with light drizzle"]="Thunderstorms and Rain"
|
||||||
|
w["thunderstorm with drizzle"]="Thunderstorms and Rain"
|
||||||
|
w["thunderstorm with heavy drizzle"]="Thunderstorms and Rain"
|
||||||
|
|
||||||
|
w["light intensity drizzle"]="Drizzle"
|
||||||
|
w["drizzle"]="Drizzle"
|
||||||
|
w["heavy intensity drizzle"]="Drizzle"
|
||||||
|
w["light intensity drizzle rain"]="Drizzle"
|
||||||
|
w["drizzle rain"]="Drizzle"
|
||||||
|
w["heavy intensity drizzle rain"]="Drizzle"
|
||||||
|
w["shower rain and drizzle"]="Drizzle"
|
||||||
|
w["heavy shower rain and drizzle"]="Drizzle"
|
||||||
|
w["shower drizzle"]="Drizzle"
|
||||||
|
|
||||||
|
w["light rain"]="Rain Mist"
|
||||||
|
w["moderate rain"]="Rain"
|
||||||
|
w["heavy intensity rain"]="Rain"
|
||||||
|
w["very heavy rain"]="Rain"
|
||||||
|
w["extreme rain"]="Rain"
|
||||||
|
w["freezing rain"]="Freezing Rain"
|
||||||
|
w["light intensity shower rain"]="Rain"
|
||||||
|
w["shower rain"]="Rain"
|
||||||
|
w["heavy intensity shower rain"]="Rain"
|
||||||
|
w["ragged shower rain"]="Rain"
|
||||||
|
|
||||||
|
w["light snow"]="Snow"
|
||||||
|
w["snow"]="Snow"
|
||||||
|
w["heavy snow"]=""
|
||||||
|
w["sleet"]="Snow Grains"
|
||||||
|
w["shower sleet"]="Snow Grains"
|
||||||
|
w["light rain and snow"]="Snow"
|
||||||
|
w["rain and snow"]="Snow"
|
||||||
|
w["light shower snow"]="Snow"
|
||||||
|
w["shower snow"]="Snow"
|
||||||
|
w["heavy shower snow"]="Snow"
|
||||||
|
|
||||||
|
w["mist"]="Mist"
|
||||||
|
w["smoke"]="Smoke"
|
||||||
|
w["haze"]="Haze"
|
||||||
|
w["sand, dust whirls"]="Dust Whirls"
|
||||||
|
w["fog"]="Fog"
|
||||||
|
w["sand"]="Sand"
|
||||||
|
w["dust"]="Widespread Dust"
|
||||||
|
w["volcanic ash"]="Volcanic Ash"
|
||||||
|
w["squalls"]="Squalls"
|
||||||
|
w["tornado"]="Tornado"
|
||||||
|
|
||||||
|
w["clear sky"]="Clear"
|
||||||
|
|
||||||
|
w["few clouds"]="Partly Cloudy"
|
||||||
|
w["scattered clouds"]="Scattered Clouds"
|
||||||
|
w["broken clouds"]="Partly Cloudy"
|
||||||
|
w["overcast clouds"]="Mostly Cloudy"
|
||||||
|
|
||||||
|
local weather=${w[$1]}
|
||||||
|
|
||||||
|
if [ -z "$weather" ]; then
|
||||||
|
weather="$1"
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo $weather
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Recupera la l'icona rappresentativa delle condizione meteo
|
||||||
|
#
|
||||||
|
# $1 nome dell'icona recuperato delle api weather.icon
|
||||||
|
#
|
||||||
|
function drv_openweathermap_get_ico {
|
||||||
|
|
||||||
|
declare -A w
|
||||||
|
|
||||||
|
w["01d"]="http://icons.wxug.com/i/c/k/clear.gif"
|
||||||
|
w["01n"]="http://icons.wxug.com/i/c/k/nt_clear.gif"
|
||||||
|
w["02d"]="http://icons.wxug.com/i/c/k/partlycloudy.gif"
|
||||||
|
w["02n"]="http://icons.wxug.com/i/c/k/nt_partlycloudy.gif"
|
||||||
|
w["03d"]="http://icons.wxug.com/i/c/k/cloudy.gif"
|
||||||
|
w["03n"]="http://icons.wxug.com/i/c/k/nt_cloudy.gif"
|
||||||
|
w["04d"]="http://icons.wxug.com/i/c/k/cloudy.gif"
|
||||||
|
w["04n"]="http://icons.wxug.com/i/c/k/nt_cloudy.gif"
|
||||||
|
w["09d"]="http://icons.wxug.com/i/c/k/sleet.gif"
|
||||||
|
w["09n"]="http://icons.wxug.com/i/c/k/nt_sleet.gif"
|
||||||
|
w["10d"]="http://icons.wxug.com/i/c/k/rain.gif"
|
||||||
|
w["10n"]="http://icons.wxug.com/i/c/k/nt_rain.gif"
|
||||||
|
w["11d"]="http://icons.wxug.com/i/c/k/tstorms.gif"
|
||||||
|
w["11n"]="http://icons.wxug.com/i/c/k/nt_tstorms.gif"
|
||||||
|
w["13d"]="http://icons.wxug.com/i/c/k/snow.gif"
|
||||||
|
w["13n"]="http://icons.wxug.com/i/c/k/nt_snow.gif"
|
||||||
|
w["50d"]="http://icons.wxug.com/i/c/k/fog.gif"
|
||||||
|
w["50n"]="http://icons.wxug.com/i/c/k/nt_fog.gif"
|
||||||
|
|
||||||
|
local ico=${w[$1]}
|
||||||
|
|
||||||
|
if [ -z "$ico" ]; then
|
||||||
|
ico="$1"
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo $ico
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
74
drv/openweathermap/rainonline.include.sh
Normal file
74
drv/openweathermap/rainonline.include.sh
Normal file
@@ -0,0 +1,74 @@
|
|||||||
|
#
|
||||||
|
# Ritorna lo stato delle condizioni meteo interrogando il servizio online
|
||||||
|
#
|
||||||
|
# $i identificativo gpio del sensore di pioggia
|
||||||
|
#
|
||||||
|
# return output: 0 - errore durante il recupero delle condizioni meteo
|
||||||
|
# >0 - rilevato pioggia, timestamp del rilevamento
|
||||||
|
# <0 - rilevato nessuna pioggia, timestamp del rilevamento
|
||||||
|
function drv_openweathermap_rain_online_get {
|
||||||
|
|
||||||
|
# http://www.wunderground.com/weather/api/d/docs?d=resources/phrase-glossary&MR=1
|
||||||
|
$CURL "http://api.openweathermap.org/data/2.5/weather?$OPENWEATHERMAP_LOCATION&units=metric&appid=$OPENWEATHERMAP_KEY" > $TMP_PATH/check_rain_online.openweathermap.json
|
||||||
|
local weather=`cat $TMP_PATH/check_rain_online.openweathermap.json | $JQ -M ".weather[0].main"`
|
||||||
|
|
||||||
|
local wind_deg=$(cat $TMP_PATH/check_rain_online.openweathermap.json | $JQ -r -M ".wind.deg")
|
||||||
|
local wind_speed=$(cat $TMP_PATH/check_rain_online.openweathermap.json | $JQ -r -M ".wind.speed")
|
||||||
|
if [ "$wind_speed" == "null" ]; then
|
||||||
|
#wind_speed=$($JQ -n $wind_speed*3600/1000)
|
||||||
|
wind_speed=0
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
local weather="$(cat $TMP_PATH/check_rain_online.openweathermap.json | $JQ -r -M ".weather[0].description")"
|
||||||
|
local ico=$(cat $TMP_PATH/check_rain_online.openweathermap.json | $JQ -r -M ".weather[0].icon")
|
||||||
|
weather=$(drv_openweathermap_get_wather "$weather")
|
||||||
|
ico=$(drv_openweathermap_get_ico "$ico")
|
||||||
|
|
||||||
|
local current_observation=$(cat <<EOF
|
||||||
|
{
|
||||||
|
"display_location": {
|
||||||
|
"city": "$(cat $TMP_PATH/check_rain_online.openweathermap.json | $JQ -r -M ".name")"
|
||||||
|
},
|
||||||
|
"observation_epoch": "$(cat $TMP_PATH/check_rain_online.openweathermap.json | $JQ -r -M ".dt")",
|
||||||
|
"local_epoch": "$(cat $TMP_PATH/check_rain_online.openweathermap.json | $JQ -r -M ".dt")",
|
||||||
|
"local_tz_long": "$OPENWEATHERMAP_TZ",
|
||||||
|
"weather": "$weather",
|
||||||
|
"temp_c": $(cat $TMP_PATH/check_rain_online.openweathermap.json | $JQ -r -M ".main.temp"),
|
||||||
|
"relative_humidity": "$(cat $TMP_PATH/check_rain_online.openweathermap.json | $JQ -r -M ".main.humidity")%",
|
||||||
|
"wind_dir": "$(deg2dir $wind_deg)",
|
||||||
|
"wind_degrees": $wind_deg,
|
||||||
|
"wind_kph": $wind_speed,
|
||||||
|
"wind_gust_kph": "--",
|
||||||
|
"pressure_mb": "$(cat $TMP_PATH/check_rain_online.openweathermap.json | $JQ -r -M ".main.pressure")",
|
||||||
|
"dewpoint_c": "--",
|
||||||
|
"feelslike_c": "--",
|
||||||
|
"icon_url": "$ico"
|
||||||
|
}
|
||||||
|
EOF
|
||||||
|
)
|
||||||
|
# "icon_url": "http://openweathermap.org/img/w/$(cat $TMP_PATH/check_rain_online.openweathermap.json | $JQ -r -M ".weather[0].icon").png"
|
||||||
|
|
||||||
|
#local current_observation=`cat $TMP_PATH/check_rain_online.json | $JQ -M ".current_observation"`
|
||||||
|
|
||||||
|
if [ "$weather" = "null" ]; then
|
||||||
|
echo "0"
|
||||||
|
else
|
||||||
|
echo "$current_observation" > "$STATUS_DIR/last_weather_online"
|
||||||
|
local local_epoch=`cat $STATUS_DIR/last_weather_online | $JQ -M -r ".local_epoch"`
|
||||||
|
if [[ "$weather" == *"Rain"* ]] ||
|
||||||
|
[[ "$weather" == *"Snow"* ]] ||
|
||||||
|
[[ "$weather" == *"Hail"* ]] ||
|
||||||
|
[[ "$weather" == *"Ice"* ]] ||
|
||||||
|
[[ "$weather" == *"Thunderstorm"* ]] ||
|
||||||
|
[[ "$weather" == *"Drizzle"* ]];
|
||||||
|
then
|
||||||
|
echo $local_epoch
|
||||||
|
else
|
||||||
|
echo "-$local_epoch"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
14
drv/remote/README.md
Normal file
14
drv/remote/README.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# Driver for controlling remote pigarden on the network from a pigarden master installation
|
||||||
|
|
||||||
|
For more information see https://www.lejubila.net/2018/03/pigardent-0-5-5-driver-master-per-implementare-un-architettura-master-slave/
|
||||||
|
|
||||||
|
# Example of zone configuration in piGarden.conf
|
||||||
|
```bash
|
||||||
|
EV1_ALIAS="Giarino_Posteriore_DX" #
|
||||||
|
EV1_GPIO="drv:remote:PIREMOTE1:Giardino_Posteriore_DX"
|
||||||
|
|
||||||
|
PIREMOTE1_IP="192.168.1.51"
|
||||||
|
PIREMOTE1_PORT="8084"
|
||||||
|
PIREMOTE1_USER=""
|
||||||
|
PIREMOTE1_PWD=""
|
||||||
|
```
|
||||||
38
drv/remote/common.include.sh
Normal file
38
drv/remote/common.include.sh
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
#
|
||||||
|
# Funzioni comuni utilizzate dal driver
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Esegue un comando su un pigarden remoto tramite socket
|
||||||
|
#
|
||||||
|
# $1 identificativo pigarden remoto
|
||||||
|
# $2 comando da eseguire
|
||||||
|
#
|
||||||
|
function drv_remote_command {
|
||||||
|
|
||||||
|
local remote="$1"
|
||||||
|
local command="$2"
|
||||||
|
|
||||||
|
local remote_ip_var=$remote"_IP"
|
||||||
|
local remote_port_var=$remote"_PORT"
|
||||||
|
local remote_user_var=$remote"_USER"
|
||||||
|
local remote_pwd_var=$remote"_PWD"
|
||||||
|
|
||||||
|
local remote_ip="${!remote_ip_var}"
|
||||||
|
local remote_port="${!remote_port_var}"
|
||||||
|
local remote_user="${!remote_user_var}"
|
||||||
|
local remote_pwd="${!remote_pwd_var}"
|
||||||
|
|
||||||
|
exec 5<>/dev/tcp/$remote_ip/$remote_port
|
||||||
|
|
||||||
|
if [[ ! -z $remote_user ]] && [[ ! -z $remote_pwd ]]; then
|
||||||
|
command="$remote_user\n$remote_pwd\n$command"
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo -e "$command" >&5
|
||||||
|
|
||||||
|
cat <&5
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
7
drv/remote/config.include.sh
Normal file
7
drv/remote/config.include.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#
|
||||||
|
# File di configurazione del driver
|
||||||
|
#
|
||||||
|
|
||||||
|
# Dichiarazione variabile di esempio
|
||||||
|
#declare -g SAMPLE_FOO
|
||||||
|
#SAMPLE_FOO="bar"
|
||||||
9
drv/remote/init.include.sh
Normal file
9
drv/remote/init.include.sh
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#
|
||||||
|
# Questa funzione viene inviocata dalla funzione "init" di piGarden se sono presenti elettrovalvole o sensori che utilizzano questo driver
|
||||||
|
#
|
||||||
|
function drv_remote_init {
|
||||||
|
|
||||||
|
local FOO=bar
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
23
drv/remote/rainsensor.include.sh
Normal file
23
drv/remote/rainsensor.include.sh
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
#
|
||||||
|
# Inizializza il sensore di rilevamento pioggia
|
||||||
|
#
|
||||||
|
# $i identificativo gpio del sensore di pioggia
|
||||||
|
#
|
||||||
|
function drv_remote_rain_sensor_init {
|
||||||
|
|
||||||
|
local FOO="bar"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Ritorna lo stato del sensore di rilevamento pioggia
|
||||||
|
#
|
||||||
|
# $i identificativo gpio del sensore di pioggia
|
||||||
|
#
|
||||||
|
function drv_remote_rain_sensor_get {
|
||||||
|
|
||||||
|
local FOO="bar"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
76
drv/remote/rele.include.sh
Normal file
76
drv/remote/rele.include.sh
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
#
|
||||||
|
# Inizializzazione rele
|
||||||
|
#
|
||||||
|
# $1 identificativo relè da inizializzare
|
||||||
|
#
|
||||||
|
function drv_remote_rele_init {
|
||||||
|
|
||||||
|
drv_remote_rele_open "$1"
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Apertura rele
|
||||||
|
#
|
||||||
|
# $1 identificativo relè da aprire (chiude l'elettrovalvola)
|
||||||
|
#
|
||||||
|
function drv_remote_rele_open {
|
||||||
|
|
||||||
|
local remote=`echo $1 | $CUT -d':' -f3,3`
|
||||||
|
local remote_alias=`echo $1 | $CUT -d':' -f4,4`
|
||||||
|
|
||||||
|
local command="close $remote_alias"
|
||||||
|
|
||||||
|
echo "remote=$remote"
|
||||||
|
echo "remote_alias=$remote_alias"
|
||||||
|
echo "command=$command"
|
||||||
|
|
||||||
|
local response=$(drv_remote_command "$remote" "$command")
|
||||||
|
|
||||||
|
echo "response=$response"
|
||||||
|
|
||||||
|
local result=$(echo $response|$JQ -M ".error.description")
|
||||||
|
echo "result=$result"
|
||||||
|
if [[ "$result" != "\"\"" ]]; then
|
||||||
|
local error=$result
|
||||||
|
error="${error%\"}"
|
||||||
|
error="${error#\"}"
|
||||||
|
echo "error=$error"
|
||||||
|
log_write "Remote rele open error: $error"
|
||||||
|
message_write "warning" "Remote rele open error: $error"
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Chiusura rele
|
||||||
|
#
|
||||||
|
# $1 identificativo relè da chiudere (apre l'elettrovalvola)
|
||||||
|
#
|
||||||
|
function drv_remote_rele_close {
|
||||||
|
|
||||||
|
local remote=`echo $1 | $CUT -d':' -f3,3`
|
||||||
|
local remote_alias=`echo $1 | $CUT -d':' -f4,4`
|
||||||
|
|
||||||
|
local command="open $remote_alias force"
|
||||||
|
|
||||||
|
echo "remote=$remote"
|
||||||
|
echo "remote_alias=$remote_alias"
|
||||||
|
echo "command=$command"
|
||||||
|
|
||||||
|
local response=$(drv_remote_command "$remote" "$command")
|
||||||
|
|
||||||
|
echo "response=$response"
|
||||||
|
|
||||||
|
local result=`echo $response|$JQ -M ".error.description"`
|
||||||
|
echo "result=$result"
|
||||||
|
if [[ "$result" != "\"\"" ]]; then
|
||||||
|
local error=$result
|
||||||
|
error="${error%\"}"
|
||||||
|
error="${error#\"}"
|
||||||
|
echo "error=$error"
|
||||||
|
log_write "Remote rele close error: $error"
|
||||||
|
message_write "warning" "Remote rele close error: $error"
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
27
drv/remote/setup.include.sh
Normal file
27
drv/remote/setup.include.sh
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
#
|
||||||
|
# Questa funzione viene invocata dalla funzione "setup_drv" di piGarden ad ogni avvio dello script
|
||||||
|
# e serve per eseguire l'eventuale setup del driver se necessario
|
||||||
|
#
|
||||||
|
function drv_remote_setup {
|
||||||
|
|
||||||
|
local all_remote=0
|
||||||
|
|
||||||
|
# Imposta le zone come remote
|
||||||
|
for i in $(seq $EV_TOTAL)
|
||||||
|
do
|
||||||
|
local a=EV"$i"_GPIO
|
||||||
|
local gpio="${!a}"
|
||||||
|
if [[ "$gpio" == drv:remote:* ]]; then
|
||||||
|
local varname=EV"$i"_REMOTE
|
||||||
|
declare -g $varname=1
|
||||||
|
all_remote=$((all_remote+1))
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
# Se tutte le zone sono remote disabilita la gestione dell'alimentazione bistabile
|
||||||
|
if [ $all_remote -eq $EV_TOTAL ]; then
|
||||||
|
EV_MONOSTABLE=1
|
||||||
|
fi
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
34
drv/remote/supply.include.sh
Normal file
34
drv/remote/supply.include.sh
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
#
|
||||||
|
# Inizializza i rele che gestiscono l'alimentazione per le valvole bistabili
|
||||||
|
#
|
||||||
|
# $1 identificativo relè
|
||||||
|
#
|
||||||
|
function drv_remote_supply_bistable_init {
|
||||||
|
|
||||||
|
local FOO="bar"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Imposta l'alimentazione delle elettrovalvole con voltaggio positivo
|
||||||
|
#
|
||||||
|
# $1 identificativo relè
|
||||||
|
#
|
||||||
|
function drv_remote_supply_positive {
|
||||||
|
|
||||||
|
local FOO="bar"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Imposta l'alimentazione delle elettrovalvole con voltaggio negativo
|
||||||
|
#
|
||||||
|
# $1 identificativo relè
|
||||||
|
#
|
||||||
|
function drv_remote_supply_negative {
|
||||||
|
|
||||||
|
local FOO="bar"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
13
drv/sample/rainonline.include.sh
Normal file
13
drv/sample/rainonline.include.sh
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#
|
||||||
|
# Ritorna lo stato delle condizioni meteo interrogando il servizio online
|
||||||
|
#
|
||||||
|
# return output: 0 - errore durante il recupero delle condizioni meteo
|
||||||
|
# >0 - rilevato pioggia, timestamp del rilevamento
|
||||||
|
# <0 - rilevato nessuna pioggia, timestamp del rilevamento
|
||||||
|
function drv_sample_rain_online_get {
|
||||||
|
|
||||||
|
local FOO="bar"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Questa funzione viene invocata dalla funzione "setup_drv" di piGarden ad ogni avvio dello script
|
# Questa funzione viene invocata dalla funzione "setup_drv" di piGarden ad ogni avvio dello script
|
||||||
# e serve per eseguire l'evenutale setup del driver se necessario
|
# e serve per eseguire l'eventuale setup del driver se necessario
|
||||||
#
|
#
|
||||||
function drv_sample_setup {
|
function drv_sample_setup {
|
||||||
|
|
||||||
|
|||||||
22
drv/sonoff_tasmota_http/README.md
Normal file
22
drv/sonoff_tasmota_http/README.md
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# Driver for controlling Sonoff remote relays with Tasmota firmware via http protocol
|
||||||
|
|
||||||
|
More information on Sonoff Tasmota firmware: https://github.com/arendst/Sonoff-Tasmota
|
||||||
|
|
||||||
|
|
||||||
|
# Example of zone configuration in piGarden.conf
|
||||||
|
|
||||||
|
```bash
|
||||||
|
EV1_ALIAS="Giardino_Posteriore_DX"
|
||||||
|
EV1_GPIO="drv:sonoff_tasmota_http:SONOFF1:Power1"
|
||||||
|
EV1_MONOSTABLE=1
|
||||||
|
|
||||||
|
EV2_ALIAS="Giardino_Posteriore_CN"
|
||||||
|
EV2_GPIO="drv:sonoff_tasmota_http:SONOFF1:Power2"
|
||||||
|
EV2_MONOSTABLE=1
|
||||||
|
|
||||||
|
SONOFF1_IP="192.168.1.1"
|
||||||
|
SONOFF1_USER="user"
|
||||||
|
SONOFF1_PWD="pwd"
|
||||||
|
```
|
||||||
|
More information for configuration: https://www.lejubila.net/2018/06/pigarden-0-5-7-gestisci-le-tue-elettrovalvole-con-i-moduli-sonoff-grazie-al-nuovo-driver-sonoff_tasmota_http
|
||||||
|
|
||||||
50
drv/sonoff_tasmota_http/common.include.sh
Normal file
50
drv/sonoff_tasmota_http/common.include.sh
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
#
|
||||||
|
# Funzioni comuni utilizzate dal driver
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Invia un comando al modulo sonoff tramite http
|
||||||
|
#
|
||||||
|
# $1 identificativo modulo sonoff
|
||||||
|
# $2 comando da eseguire
|
||||||
|
#
|
||||||
|
function drv_sonoff_tasmota_http_command {
|
||||||
|
|
||||||
|
local remote="$1"
|
||||||
|
local command="$2"
|
||||||
|
|
||||||
|
local remote_ip_var=$remote"_IP"
|
||||||
|
local remote_user_var=$remote"_USER"
|
||||||
|
local remote_pwd_var=$remote"_PWD"
|
||||||
|
|
||||||
|
local remote_ip="${!remote_ip_var}"
|
||||||
|
local remote_user="${!remote_user_var}"
|
||||||
|
local remote_pwd="${!remote_pwd_var}"
|
||||||
|
|
||||||
|
local url="http://$remote_ip/cm"
|
||||||
|
local credentials=""
|
||||||
|
local response=""
|
||||||
|
|
||||||
|
if [[ ! -z $remote_user ]] && [[ ! -z $remote_pwd ]]; then
|
||||||
|
credentials="user=$remote_user&password=$remote_pwd&"
|
||||||
|
fi
|
||||||
|
|
||||||
|
url="$url?$credentials$command"
|
||||||
|
|
||||||
|
echo "url api sonoff: $url" >> "$LOG_OUTPUT_DRV_FILE"
|
||||||
|
|
||||||
|
$CURL --connect-timeout 5 -sb -H "$url"
|
||||||
|
|
||||||
|
local res=$?
|
||||||
|
|
||||||
|
echo "curl code response: $res" >> "$LOG_OUTPUT_DRV_FILE"
|
||||||
|
|
||||||
|
if [ "$res" != "0" ]; then
|
||||||
|
echo "The curl command failed with: $res - url: $url"
|
||||||
|
fi
|
||||||
|
|
||||||
|
#echo "{\"POWER1\":\"ON\"}"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
7
drv/sonoff_tasmota_http/config.include.sh
Normal file
7
drv/sonoff_tasmota_http/config.include.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#
|
||||||
|
# File di configurazione del driver
|
||||||
|
#
|
||||||
|
|
||||||
|
# Dichiarazione variabile di esempio
|
||||||
|
#declare -g SAMPLE_FOO
|
||||||
|
#SAMPLE_FOO="bar"
|
||||||
9
drv/sonoff_tasmota_http/init.include.sh
Normal file
9
drv/sonoff_tasmota_http/init.include.sh
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#
|
||||||
|
# Questa funzione viene inviocata dalla funzione "init" di piGarden se sono presenti elettrovalvole o sensori che utilizzano questo driver
|
||||||
|
#
|
||||||
|
function drv_sonoff_tasmota_http_init {
|
||||||
|
|
||||||
|
local FOO=bar
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
23
drv/sonoff_tasmota_http/rainsensor.include.sh
Normal file
23
drv/sonoff_tasmota_http/rainsensor.include.sh
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
#
|
||||||
|
# Inizializza il sensore di rilevamento pioggia
|
||||||
|
#
|
||||||
|
# $i identificativo gpio del sensore di pioggia
|
||||||
|
#
|
||||||
|
function drv_sonoff_tasmota_http_rain_sensor_init {
|
||||||
|
|
||||||
|
local FOO="bar"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Ritorna lo stato del sensore di rilevamento pioggia
|
||||||
|
#
|
||||||
|
# $i identificativo gpio del sensore di pioggia
|
||||||
|
#
|
||||||
|
function drv_sonoff_tasmota_http_rain_sensor_get {
|
||||||
|
|
||||||
|
local FOO="bar"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
78
drv/sonoff_tasmota_http/rele.include.sh
Normal file
78
drv/sonoff_tasmota_http/rele.include.sh
Normal file
@@ -0,0 +1,78 @@
|
|||||||
|
#
|
||||||
|
# Inizializzazione rele
|
||||||
|
#
|
||||||
|
# $1 identificativo relè da inizializzare
|
||||||
|
#
|
||||||
|
function drv_sonoff_tasmota_http_rele_init {
|
||||||
|
drv_sonoff_tasmota_http_rele_open "$1"
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Apertura rele
|
||||||
|
#
|
||||||
|
# $1 identificativo relè da aprire (chiude l'elettrovalvola)
|
||||||
|
#
|
||||||
|
function drv_sonoff_tasmota_http_rele_open {
|
||||||
|
|
||||||
|
local remote=`echo $1 | $CUT -d':' -f3,3`
|
||||||
|
local remote_alias=`echo $1 | $CUT -d':' -f4,4`
|
||||||
|
|
||||||
|
local command="cmnd=$remote_alias%20Off"
|
||||||
|
|
||||||
|
echo "remote=$remote"
|
||||||
|
echo "remote_alias=$remote_alias"
|
||||||
|
echo "command=$command"
|
||||||
|
|
||||||
|
local response=$(drv_sonoff_tasmota_http_command "$remote" "$command")
|
||||||
|
|
||||||
|
echo "response=$response"
|
||||||
|
local jskey=${remote_alias^^}
|
||||||
|
|
||||||
|
local result=$(echo $response|$JQ -M ".$jskey")
|
||||||
|
echo "result=$result"
|
||||||
|
if [[ "$result" != "\"OFF\"" ]]; then
|
||||||
|
local error="Command error: $response"
|
||||||
|
error="${error%\"}"
|
||||||
|
error="${error#\"}"
|
||||||
|
echo "error=$error"
|
||||||
|
log_write "Remote rele open error: $error"
|
||||||
|
message_write "warning" "Remote rele open error: $error"
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Chiusura rele
|
||||||
|
#
|
||||||
|
# $1 identificativo relè da chiudere (apre l'elettrovalvola)
|
||||||
|
#
|
||||||
|
function drv_sonoff_tasmota_http_rele_close {
|
||||||
|
|
||||||
|
local remote=`echo $1 | $CUT -d':' -f3,3`
|
||||||
|
local remote_alias=`echo $1 | $CUT -d':' -f4,4`
|
||||||
|
|
||||||
|
local command="cmnd=$remote_alias%20On"
|
||||||
|
|
||||||
|
echo "remote=$remote"
|
||||||
|
echo "remote_alias=$remote_alias"
|
||||||
|
echo "command=$command"
|
||||||
|
|
||||||
|
local response=$(drv_sonoff_tasmota_http_command "$remote" "$command")
|
||||||
|
|
||||||
|
echo "response=$response"
|
||||||
|
local jskey=${remote_alias^^}
|
||||||
|
|
||||||
|
local result=$(echo $response|$JQ -M ".$jskey")
|
||||||
|
echo "result=$result"
|
||||||
|
if [[ "$result" != "\"ON\"" ]]; then
|
||||||
|
local error="Command error: $response"
|
||||||
|
error="${error%\"}"
|
||||||
|
error="${error#\"}"
|
||||||
|
echo "error=$error"
|
||||||
|
log_write "Remote rele close error: $error"
|
||||||
|
message_write "warning" "Remote rele close error: $error"
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
10
drv/sonoff_tasmota_http/setup.include.sh
Normal file
10
drv/sonoff_tasmota_http/setup.include.sh
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
#
|
||||||
|
# Questa funzione viene invocata dalla funzione "setup_drv" di piGarden ad ogni avvio dello script
|
||||||
|
# e serve per eseguire l'eventuale setup del driver se necessario
|
||||||
|
#
|
||||||
|
function drv_sonoff_tasmota_http_setup {
|
||||||
|
|
||||||
|
local FOO="bar"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
34
drv/sonoff_tasmota_http/supply.include.sh
Normal file
34
drv/sonoff_tasmota_http/supply.include.sh
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
#
|
||||||
|
# Inizializza i rele che gestiscono l'alimentazione per le valvole bistabili
|
||||||
|
#
|
||||||
|
# $1 identificativo relè
|
||||||
|
#
|
||||||
|
function drv_sonoff_tasmota_http_supply_bistable_init {
|
||||||
|
|
||||||
|
drv_sonoff_tasmota_http_supply_negative "$1"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Imposta l'alimentazione delle elettrovalvole con voltaggio positivo
|
||||||
|
#
|
||||||
|
# $1 identificativo relè
|
||||||
|
#
|
||||||
|
function drv_sonoff_tasmota_http_supply_positive {
|
||||||
|
|
||||||
|
drv_sonoff_tasmota_http_rele_open "$1"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Imposta l'alimentazione delle elettrovalvole con voltaggio negativo
|
||||||
|
#
|
||||||
|
# $1 identificativo relè
|
||||||
|
#
|
||||||
|
function drv_sonoff_tasmota_http_supply_negative {
|
||||||
|
|
||||||
|
drv_sonoff_tasmota_http_rele_close "$1"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
12
drv/wunderground/README.md
Normal file
12
drv/wunderground/README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# Driver for check wather condition with wunderground online service
|
||||||
|
|
||||||
|
# Example of configuration in piGarden.conf
|
||||||
|
|
||||||
|
```bash
|
||||||
|
WEATHER_SERVICE="wunderground"
|
||||||
|
|
||||||
|
WUNDERGROUND_KEY="" # Set with your api key of wunderground
|
||||||
|
WUNDERGROUND_LOCATION="IY/Monsummano" # Set with your location indentify, see http://www.wunderground.com/weather/api/d/docs?d=resources/country-to-iso-matching&MR=1
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
12
drv/wunderground/common.include.sh
Normal file
12
drv/wunderground/common.include.sh
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
#
|
||||||
|
# Funzioni comuni utilizzate dal driver
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Funzione di esempio
|
||||||
|
#
|
||||||
|
function sample_foo {
|
||||||
|
|
||||||
|
echo "bar"
|
||||||
|
|
||||||
|
}
|
||||||
36
drv/wunderground/rainonline.include.sh
Normal file
36
drv/wunderground/rainonline.include.sh
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
#
|
||||||
|
# Ritorna lo stato delle condizioni meteo interrogando il servizio online
|
||||||
|
#
|
||||||
|
# $i identificativo gpio del sensore di pioggia
|
||||||
|
#
|
||||||
|
# return output: 0 - errore durante il recupero delle condizioni meteo
|
||||||
|
# >0 - rilevato pioggia, timestamp del rilevamento
|
||||||
|
# <0 - rilevato nessuna pioggia, timestamp del rilevamento
|
||||||
|
function drv_wunderground_rain_online_get {
|
||||||
|
|
||||||
|
# http://www.wunderground.com/weather/api/d/docs?d=resources/phrase-glossary&MR=1
|
||||||
|
$CURL http://api.wunderground.com/api/$WUNDERGROUND_KEY/conditions/q/$WUNDERGROUND_LOCATION.json > $TMP_PATH/check_rain_online.json
|
||||||
|
local weather=`cat $TMP_PATH/check_rain_online.json | $JQ -M ".current_observation.weather"`
|
||||||
|
local current_observation=`cat $TMP_PATH/check_rain_online.json | $JQ -M ".current_observation"`
|
||||||
|
local local_epoch=`cat $TMP_PATH/check_rain_online.json | $JQ -M -r ".current_observation.local_epoch"`
|
||||||
|
|
||||||
|
if [ "$weather" = "null" ]; then
|
||||||
|
echo "0"
|
||||||
|
else
|
||||||
|
if [[ "$weather" == *"Rain"* ]] ||
|
||||||
|
[[ "$weather" == *"Snow"* ]] ||
|
||||||
|
[[ "$weather" == *"Hail"* ]] ||
|
||||||
|
[[ "$weather" == *"Ice"* ]] ||
|
||||||
|
[[ "$weather" == *"Thunderstorm"* ]] ||
|
||||||
|
[[ "$weather" == *"Drizzle"* ]];
|
||||||
|
then
|
||||||
|
echo $local_epoch
|
||||||
|
else
|
||||||
|
echo "-$local_epoch"
|
||||||
|
fi
|
||||||
|
echo "$current_observation" > "$STATUS_DIR/last_weather_online"
|
||||||
|
fi
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
4
events/cron_add_after/.gitignore
vendored
Normal file
4
events/cron_add_after/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
4
events/cron_add_before/.gitignore
vendored
Normal file
4
events/cron_add_before/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
4
events/cron_del_after/.gitignore
vendored
Normal file
4
events/cron_del_after/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
4
events/cron_del_before/.gitignore
vendored
Normal file
4
events/cron_del_before/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
4
events/ev_not_open_for_rain/.gitignore
vendored
Normal file
4
events/ev_not_open_for_rain/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
4
events/ev_not_open_for_rain_online/.gitignore
vendored
Normal file
4
events/ev_not_open_for_rain_online/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
4
events/ev_not_open_for_rain_sensor/.gitignore
vendored
Normal file
4
events/ev_not_open_for_rain_sensor/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
4
events/ev_open_in_after/.gitignore
vendored
Normal file
4
events/ev_open_in_after/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
4
events/ev_open_in_before/.gitignore
vendored
Normal file
4
events/ev_open_in_before/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
4
events/exec_poweroff_after/.gitignore
vendored
Normal file
4
events/exec_poweroff_after/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
4
events/exec_poweroff_before/.gitignore
vendored
Normal file
4
events/exec_poweroff_before/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
4
events/exec_reboot_after/.gitignore
vendored
Normal file
4
events/exec_reboot_after/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
4
events/exec_reboot_before/.gitignore
vendored
Normal file
4
events/exec_reboot_before/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
111
events/scripts/rpinotify.sh
Executable file
111
events/scripts/rpinotify.sh
Executable file
@@ -0,0 +1,111 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Send telegram notificacion on triggered event
|
||||||
|
#
|
||||||
|
# $1 = event
|
||||||
|
# $2 = cause
|
||||||
|
# $3 = time
|
||||||
|
#
|
||||||
|
# To use this script, you must get your hash. Register for the rpinotify service. Get the hash and enter it below
|
||||||
|
#
|
||||||
|
|
||||||
|
# rpinotify token
|
||||||
|
TOKEN=""
|
||||||
|
|
||||||
|
EVENT="$1"
|
||||||
|
|
||||||
|
TO="mail@destination.com"
|
||||||
|
FROM="piGarden@your_domain.com"
|
||||||
|
SUBJECT="[piGarden notification mail] event $EVENT"
|
||||||
|
BODY=""
|
||||||
|
|
||||||
|
case "$EVENT" in
|
||||||
|
"init_before" | "init_after")
|
||||||
|
TIME=$2
|
||||||
|
BODY="PiGarden triggered new event --- EVENT: $EVENT --- TIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"ev_open_before" | "ev_open_after")
|
||||||
|
ALIAS="$2"
|
||||||
|
FORCE="$3"
|
||||||
|
TIME=$4
|
||||||
|
BODY="PiGarden triggered new event --- EVENT: $EVENT --- ZONE: $ALIAS --- FORCED IRRIGATION: $FORCE --- TIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"ev_open_in_before")
|
||||||
|
ALIAS="$2"
|
||||||
|
FORCE="$3"
|
||||||
|
MINUTE_START="$4"
|
||||||
|
MINUTE_STOP="$5"
|
||||||
|
TIME=$6
|
||||||
|
BODY="PiGarden triggered new event --- EVENT: $EVENT --- ZONE: $ALIAS --- FORCED IRRIGATION: $FORCE --- MINUTE START: $MINUTE_START --- MINUTE STOP: $MINUTE_STOP --- TIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"ev_open_in_after")
|
||||||
|
ALIAS="$2"
|
||||||
|
FORCE="$3"
|
||||||
|
CRON_START="$4"
|
||||||
|
CRON_STOP="$5"
|
||||||
|
TIME=$6
|
||||||
|
BODY="PiGarden triggered new event --- EVENT: $EVENT --- ZONE: $ALIAS --- FORCED IRRIGATION: $FORCE --- CRON START: $CRON_START --- CRON STOP: $CRON_STOP --- TIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
|
||||||
|
"ev_close_before" | "ev_close_after")
|
||||||
|
ALIAS="$2"
|
||||||
|
TIME=$3
|
||||||
|
BODY="PiGarden triggered new event --- EVENT: $EVENT --- ZONE: $ALIAS --- TIME: $(/bin/date -d@$TIME);"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"ev_not_open_for_rain" | "ev_not_open_for_rain_online" | "ev_not_open_for_rain_sensor")
|
||||||
|
ALIAS="$2"
|
||||||
|
TIME=$3
|
||||||
|
BODY="PiGarden triggered new event --- EVENT: $EVENT --- ZONE: $ALIAS --- TIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"check_rain_sensor_before" | "check_rain_sensor_after" | "check_rain_sensor_change")
|
||||||
|
STATE="$2"
|
||||||
|
TIME=$3
|
||||||
|
BODY="PiGarden triggered new event --- EVENT: $EVENT --- STATE: $STATE --- TIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"check_rain_online_before")
|
||||||
|
STATE="$2"
|
||||||
|
TIME=$3
|
||||||
|
BODY="PiGarden triggered new event --- EVENT: $EVENT --- STATE: $STATE --- TIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"check_rain_online_after" | "check_rain_online_change")
|
||||||
|
STATE="$2"
|
||||||
|
WEATHER="$3"
|
||||||
|
TIME=$4
|
||||||
|
BODY="PiGarden triggered new event --- EVENT: $EVENT --- STATE: $STATE --- WEATHER: $WEARTHER --- TIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"cron_add_before" | "cron_add_after")
|
||||||
|
CRON_TYPE="$2"
|
||||||
|
CRON_ARG="$3"
|
||||||
|
CRON_ELEMENT="$4"
|
||||||
|
TIME=$5
|
||||||
|
BODY="PiGarden triggered new event --- EVENT: $EVENT --- CRON TYPE: $CRON_TYPE --- CRON ARG: $CRON_ARG --- CRON ELEMENT: $CRON_ELEMENT\nTIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"cron_del_before" | "cron_del_after")
|
||||||
|
CRON_TYPE="$2"
|
||||||
|
CRON_ARG="$3"
|
||||||
|
TIME=$4
|
||||||
|
BODY="PiGarden triggered new event --- EVENT: $EVENT --- CRON TYPE: $CRON_TYPE --- CRON ARG: $CRON_ARG --- TIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"exec_poweroff_before" | "exec_poweroff_after" | "exec_reboot_before" | "exec_reboot_after")
|
||||||
|
TIME=$2
|
||||||
|
BODY="PiGarden triggered new event --- EVENT: $EVENT --- TIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
*)
|
||||||
|
exit
|
||||||
|
;;
|
||||||
|
|
||||||
|
esac
|
||||||
|
|
||||||
|
curl -X POST -F "text=$BODY" https://api.rpinotify.it/message/$TOKEN/
|
||||||
@@ -24,13 +24,12 @@ EVENT="$1"
|
|||||||
|
|
||||||
TO="mail@destination.com"
|
TO="mail@destination.com"
|
||||||
FROM="piGarden@your_domain.com"
|
FROM="piGarden@your_domain.com"
|
||||||
SUBJECT="piGarden notification mail: event $EVENT"
|
SUBJECT="[piGarden notification mail] event $EVENT"
|
||||||
BODY=""
|
BODY=""
|
||||||
|
|
||||||
case "$EVENT" in
|
case "$EVENT" in
|
||||||
"init_before" | "init_after")
|
"init_before" | "init_after")
|
||||||
STATE="$2"
|
TIME=$2
|
||||||
TIME=$3
|
|
||||||
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nTIME: $(/bin/date -d@$TIME)"
|
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nTIME: $(/bin/date -d@$TIME)"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
@@ -41,22 +40,74 @@ case "$EVENT" in
|
|||||||
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nZONE: $ALIAS\nFORCED IRRIGATION: $FORCE\nTIME: $(/bin/date -d@$TIME)"
|
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nZONE: $ALIAS\nFORCED IRRIGATION: $FORCE\nTIME: $(/bin/date -d@$TIME)"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"ev_open_in_before")
|
||||||
|
ALIAS="$2"
|
||||||
|
FORCE="$3"
|
||||||
|
MINUTE_START="$4"
|
||||||
|
MINUTE_STOP="$5"
|
||||||
|
TIME=$6
|
||||||
|
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nZONE: $ALIAS\nFORCED IRRIGATION: $FORCE\nMINUTE START: $MINUTE_START\nMINUTE STOP: $MINUTE_STOP\nTIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"ev_open_in_after")
|
||||||
|
ALIAS="$2"
|
||||||
|
FORCE="$3"
|
||||||
|
CRON_START="$4"
|
||||||
|
CRON_STOP="$5"
|
||||||
|
TIME=$6
|
||||||
|
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nZONE: $ALIAS\nFORCED IRRIGATION: $FORCE\nCRON START: $CRON_START\nCRON STOP: $CRON_STOP\nTIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
|
||||||
"ev_close_before" | "ev_close_after")
|
"ev_close_before" | "ev_close_after")
|
||||||
ALIAS="$2"
|
ALIAS="$2"
|
||||||
TIME=$3
|
TIME=$3
|
||||||
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nZONE: $ALIAS\nTIME: $(/bin/date -d@$TIME)"
|
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nZONE: $ALIAS\nTIME: $(/bin/date -d@$TIME)"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"ev_not_open_for_rain" | "ev_not_open_for_rain_online" | "ev_not_open_for_rain_sensor")
|
||||||
|
ALIAS="$2"
|
||||||
|
TIME=$3
|
||||||
|
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nZONE: $ALIAS\nTIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
"check_rain_sensor_before" | "check_rain_sensor_after" | "check_rain_sensor_change")
|
"check_rain_sensor_before" | "check_rain_sensor_after" | "check_rain_sensor_change")
|
||||||
STATE="$2"
|
STATE="$2"
|
||||||
TIME=$3
|
TIME=$3
|
||||||
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nSTATE: $ALIAS\nTIME: $(/bin/date -d@$TIME)"
|
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nSTATE: $STATE\nTIME: $(/bin/date -d@$TIME)"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"check_rain_online_before" | "check_rain_online_after" | "check_rain_online_change")
|
"check_rain_online_before")
|
||||||
STATE="$2"
|
STATE="$2"
|
||||||
TIME=$3
|
TIME=$3
|
||||||
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nSTATE: $ALIAS\nTIME: $(/bin/date -d@$TIME)"
|
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nSTATE: $STATE\nTIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"check_rain_online_after" | "check_rain_online_change")
|
||||||
|
STATE="$2"
|
||||||
|
WEATHER="$3"
|
||||||
|
TIME=$4
|
||||||
|
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nSTATE: $STATE\nWEATHER: $WEARTHER\nTIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"cron_add_before" | "cron_add_after")
|
||||||
|
CRON_TYPE="$2"
|
||||||
|
CRON_ARG="$3"
|
||||||
|
CRON_ELEMENT="$4"
|
||||||
|
TIME=$5
|
||||||
|
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nCRON TYPE: $CRON_TYPE\nCRON ARG: $CRON_ARG\nCRON ELEMENT: $CRON_ELEMENT\nTIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"cron_del_before" | "cron_del_after")
|
||||||
|
CRON_TYPE="$2"
|
||||||
|
CRON_ARG="$3"
|
||||||
|
TIME=$4
|
||||||
|
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nCRON TYPE: $CRON_TYPE\nCRON ARG: $CRON_ARG\nTIME: $(/bin/date -d@$TIME)"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"exec_poweroff_before" | "exec_poweroff_after" | "exec_reboot_before" | "exec_reboot_after")
|
||||||
|
TIME=$2
|
||||||
|
BODY="PiGarden triggered new event\n\nEVENT: $EVENT\nTIME: $(/bin/date -d@$TIME)"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|||||||
@@ -39,10 +39,10 @@ function cron_del {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
trigger_event "cron_del_before" "$1" "$2"
|
||||||
$SED "$START,${END}d" "$TMP_CRON_FILE" | $SED '$!N; /^\(.*\)\n\1$/!P; D' | $CRONTAB -
|
$SED "$START,${END}d" "$TMP_CRON_FILE" | $SED '$!N; /^\(.*\)\n\1$/!P; D' | $CRONTAB -
|
||||||
#$CRONTAB "$TMP_CRON_FILE"
|
|
||||||
rm "$TMP_CRON_FILE"
|
rm "$TMP_CRON_FILE"
|
||||||
|
trigger_event "cron_del_after" "$1" "$2"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -206,8 +206,10 @@ function cron_add {
|
|||||||
echo "$CRON_DISABLED$CRON_M $CRON_H $CRON_DOM $CRON_MON $CRON_DOW $CRON_COMMAND" >> "$TMP_CRON_FILE2"
|
echo "$CRON_DISABLED$CRON_M $CRON_H $CRON_DOM $CRON_MON $CRON_DOW $CRON_COMMAND" >> "$TMP_CRON_FILE2"
|
||||||
echo "# END cron $CRON_TYPE $CRON_ARG" >> "$TMP_CRON_FILE2"
|
echo "# END cron $CRON_TYPE $CRON_ARG" >> "$TMP_CRON_FILE2"
|
||||||
|
|
||||||
|
trigger_event "cron_add_before" "$CRON_TYPE" "$CRON_ARG" "$CRON_DISABLED$CRON_M $CRON_H $CRON_DOM $CRON_MON $CRON_DOW $CRON_COMMAND"
|
||||||
$CRONTAB "$TMP_CRON_FILE2"
|
$CRONTAB "$TMP_CRON_FILE2"
|
||||||
rm "$TMP_CRON_FILE" "$TMP_CRON_FILE2"
|
rm "$TMP_CRON_FILE" "$TMP_CRON_FILE2"
|
||||||
|
trigger_event "cron_add_after" "$CRON_TYPE" "$CRON_ARG" "$CRON_DISABLED$CRON_M $CRON_H $CRON_DOM $CRON_MON $CRON_DOW $CRON_COMMAND"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ function setup_drv {
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Inizializza i driver per gli altri gpio
|
# Inizializza i driver per gli altri gpio
|
||||||
for gpio in "$SUPPLY_GPIO_1" "$SUPPLY_GPIO_2" "$RAIN_GPIO"
|
for gpio in "$SUPPLY_GPIO_1" "$SUPPLY_GPIO_2" "$RAIN_GPIO" "$WEATHER_SERVICE"
|
||||||
do
|
do
|
||||||
if [[ "$gpio" == drv:* ]]; then
|
if [[ "$gpio" == drv:* ]]; then
|
||||||
local drv=`echo $gpio | $CUT -d':' -f2,2`
|
local drv=`echo $gpio | $CUT -d':' -f2,2`
|
||||||
@@ -32,7 +32,7 @@ function setup_drv {
|
|||||||
local file_drv
|
local file_drv
|
||||||
for drv in "${list_drv[@]}"
|
for drv in "${list_drv[@]}"
|
||||||
do
|
do
|
||||||
for callback in config common init rele supply rainsensor setup
|
for callback in config common init rele supply rainsensor rainonline setup
|
||||||
do
|
do
|
||||||
file_drv="$DIR_SCRIPT/drv/$drv/$callback.include.sh"
|
file_drv="$DIR_SCRIPT/drv/$drv/$callback.include.sh"
|
||||||
if [ -f "$file_drv" ]; then
|
if [ -f "$file_drv" ]; then
|
||||||
@@ -111,9 +111,13 @@ function drv_rele_close {
|
|||||||
elif [ "$fnc" == "drvnotfound" ]; then
|
elif [ "$fnc" == "drvnotfound" ]; then
|
||||||
log_write "Driver not found: $idx"
|
log_write "Driver not found: $idx"
|
||||||
message_write "warning" "Driver not found: $idx"
|
message_write "warning" "Driver not found: $idx"
|
||||||
|
return 1
|
||||||
else
|
else
|
||||||
echo "$(date) $fnc arg:$idx" >> "$LOG_OUTPUT_DRV_FILE"
|
echo "$(date) $fnc arg:$idx" >> "$LOG_OUTPUT_DRV_FILE"
|
||||||
$fnc "$idx" >> "$LOG_OUTPUT_DRV_FILE" 2>&1
|
$fnc "$idx" >> "$LOG_OUTPUT_DRV_FILE" 2>&1
|
||||||
|
if [ $? -eq 1 ]; then
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -133,9 +137,13 @@ function drv_rele_open {
|
|||||||
elif [ "$fnc" == "drvnotfound" ]; then
|
elif [ "$fnc" == "drvnotfound" ]; then
|
||||||
log_write "Driver not found: $idx"
|
log_write "Driver not found: $idx"
|
||||||
message_write "warning" "Driver not found: $idx"
|
message_write "warning" "Driver not found: $idx"
|
||||||
|
return 1
|
||||||
else
|
else
|
||||||
echo "$(date) $fnc arg:$idx" >> "$LOG_OUTPUT_DRV_FILE"
|
echo "$(date) $fnc arg:$idx" >> "$LOG_OUTPUT_DRV_FILE"
|
||||||
$fnc "$idx" >> "$LOG_OUTPUT_DRV_FILE" 2>&1
|
$fnc "$idx" >> "$LOG_OUTPUT_DRV_FILE" 2>&1
|
||||||
|
if [ $? -eq 1 ]; then
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -294,7 +302,34 @@ function drv_rain_sensor_get {
|
|||||||
|
|
||||||
# Nessun driver definito, esegue la lettura del sensore tramite gpio del raspberry
|
# Nessun driver definito, esegue la lettura del sensore tramite gpio del raspberry
|
||||||
if [ -z "$fnc" ]; then
|
if [ -z "$fnc" ]; then
|
||||||
val=`$GPIO -g read $idx`
|
vret=`$GPIO -g read $idx`
|
||||||
|
# Il driver definito non è stato trovato
|
||||||
|
elif [ "$fnc" == "drvnotfound" ]; then
|
||||||
|
log_write "Driver not found: $idx"
|
||||||
|
message_write "warning" "Driver not found: $idx"
|
||||||
|
else
|
||||||
|
echo "$(date) $fnc arg:$idx" >> "$LOG_OUTPUT_DRV_FILE"
|
||||||
|
vret=`$fnc "$idx"`
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "$vret"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
# Legge lo stato le condizioni meteo dal servizio online
|
||||||
|
#
|
||||||
|
# $1 identificativo gpio sensore pioggia
|
||||||
|
#
|
||||||
|
function drv_rain_online_get {
|
||||||
|
local idx="$1"
|
||||||
|
local fnc=`get_driver_callback "rain_online_get" "$idx"`
|
||||||
|
local vret=""
|
||||||
|
|
||||||
|
# Nessun driver definito, esegue la lettura del sensore tramite gpio del raspberry
|
||||||
|
if [ -z "$fnc" ]; then
|
||||||
|
log_write "Driver not found: $idx"
|
||||||
|
message_write "warning" "Driver not found: $idx"
|
||||||
# Il driver definito non è stato trovato
|
# Il driver definito non è stato trovato
|
||||||
elif [ "$fnc" == "drvnotfound" ]; then
|
elif [ "$fnc" == "drvnotfound" ]; then
|
||||||
log_write "Driver not found: $idx"
|
log_write "Driver not found: $idx"
|
||||||
|
|||||||
@@ -5,19 +5,6 @@
|
|||||||
|
|
||||||
function trigger_event {
|
function trigger_event {
|
||||||
|
|
||||||
# check_rain_online_after
|
|
||||||
# check_rain_online_before
|
|
||||||
# check_rain_online_change
|
|
||||||
# check_rain_sensor_after
|
|
||||||
# check_rain_sensor_before
|
|
||||||
# check_rain_sensor_change
|
|
||||||
# ev_close_after
|
|
||||||
# ev_close_before
|
|
||||||
# ev_open_after
|
|
||||||
# ev_open_before
|
|
||||||
# init_after
|
|
||||||
# init_before
|
|
||||||
|
|
||||||
local EVENT="$1"
|
local EVENT="$1"
|
||||||
local CAUSE="$2"
|
local CAUSE="$2"
|
||||||
local current_event_dir="$EVENT_DIR/$EVENT"
|
local current_event_dir="$EVENT_DIR/$EVENT"
|
||||||
@@ -34,6 +21,22 @@ function trigger_event {
|
|||||||
$f "$EVENT" "$ALIAS" "$FORCE" `date +%s` &> /dev/null
|
$f "$EVENT" "$ALIAS" "$FORCE" `date +%s` &> /dev/null
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"ev_open_in_before")
|
||||||
|
ALIAS="$2"
|
||||||
|
FORCE="$3"
|
||||||
|
local MINUTE_START="$4"
|
||||||
|
local MINUTE_STOP="$5"
|
||||||
|
$f "$EVENT" "$ALIAS" "$FORCE" "$MINUTE_START" "$MINUTE_STOP" `date +%s` &> /dev/null
|
||||||
|
;;
|
||||||
|
|
||||||
|
"ev_open_in_after")
|
||||||
|
ALIAS="$2"
|
||||||
|
FORCE="$3"
|
||||||
|
local CRON_START="$4"
|
||||||
|
local CRON_STOP="$5"
|
||||||
|
$f "$EVENT" "$ALIAS" "$FORCE" "$CRON_START" "$CRON_STOP" `date +%s` &> /dev/null
|
||||||
|
;;
|
||||||
|
|
||||||
"ev_close_before" | "ev_close_after")
|
"ev_close_before" | "ev_close_after")
|
||||||
ALIAS="$2"
|
ALIAS="$2"
|
||||||
$f "$EVENT" "$ALIAS" `date +%s` &> /dev/null
|
$f "$EVENT" "$ALIAS" `date +%s` &> /dev/null
|
||||||
@@ -45,11 +48,40 @@ function trigger_event {
|
|||||||
$f "$EVENT" "$STATE" `date +%s` &> /dev/null
|
$f "$EVENT" "$STATE" `date +%s` &> /dev/null
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"check_rain_online_before" | "check_rain_online_after" | "check_rain_online_change")
|
"check_rain_online_before")
|
||||||
STATE="$2"
|
STATE="$2"
|
||||||
$f "$EVENT" "$STATE" `date +%s` &> /dev/null
|
$f "$EVENT" "$STATE" `date +%s` &> /dev/null
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"check_rain_online_after" | "check_rain_online_change")
|
||||||
|
STATE="$2"
|
||||||
|
WEATHER="$3"
|
||||||
|
$f "$EVENT" "$STATE" "$WEATHER" `date +%s` &> /dev/null
|
||||||
|
;;
|
||||||
|
|
||||||
|
|
||||||
|
"init_before" | "init_after")
|
||||||
|
STATE="$2"
|
||||||
|
$f "$EVENT" `date +%s` &> /dev/null
|
||||||
|
;;
|
||||||
|
|
||||||
|
"cron_add_before" | "cron_add_after")
|
||||||
|
local CRON_TYPE="$2"
|
||||||
|
local CRON_ARG="$3"
|
||||||
|
local CRON_ELEMENT="$4"
|
||||||
|
$f "$EVENT" "$CRON_TYPE" "$CRON_ARG" "$CRON_ELEMENT" `date +%s` &> /dev/null
|
||||||
|
;;
|
||||||
|
|
||||||
|
"cron_del_before" | "cron_del_after")
|
||||||
|
local CRON_TYPE="$2"
|
||||||
|
local CRON_ARG="$3"
|
||||||
|
$f "$EVENT" "$CRON_TYPE" "$CRON_ARG" `date +%s` &> /dev/null
|
||||||
|
;;
|
||||||
|
|
||||||
|
"exec_poweroff_before" | "exec_poweroff_after" | "exec_reboot_before" | "exec_reboot_after" )
|
||||||
|
$f "$EVENT" `date +%s` &> /dev/null
|
||||||
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
$f "$EVENT" "$CAUSE" `date +%s` &> /dev/null
|
$f "$EVENT" "$CAUSE" `date +%s` &> /dev/null
|
||||||
;;
|
;;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Controlla se se piove tramite http://api.wunderground.com/
|
# Controlla se se piove tramite http://api.wunderground.com/
|
||||||
#
|
#
|
||||||
function check_rain_online {
|
function check_rain_online_old {
|
||||||
|
|
||||||
trigger_event "check_rain_online_before" ""
|
trigger_event "check_rain_online_before" ""
|
||||||
|
|
||||||
@@ -35,13 +35,62 @@ function check_rain_online {
|
|||||||
echo "$current_observation" > "$STATUS_DIR/last_weather_online"
|
echo "$current_observation" > "$STATUS_DIR/last_weather_online"
|
||||||
if [ "$current_state_rain_online" != "$last_state_rain_online" ]; then
|
if [ "$current_state_rain_online" != "$last_state_rain_online" ]; then
|
||||||
echo "$current_state_rain_online" > "$STATUS_DIR/last_state_rain_online"
|
echo "$current_state_rain_online" > "$STATUS_DIR/last_state_rain_online"
|
||||||
trigger_event "check_rain_online_change" "$current_state_rain_online"
|
trigger_event "check_rain_online_change" "$current_state_rain_online" "$weather"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
trigger_event "check_rain_online_after" "$current_state_rain_online"
|
trigger_event "check_rain_online_after" "$current_state_rain_online" "$weather"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Controlla se se piove tramite http://api.wunderground.com/
|
||||||
|
#
|
||||||
|
function check_rain_online {
|
||||||
|
|
||||||
|
trigger_event "check_rain_online_before" ""
|
||||||
|
|
||||||
|
local local_epoch=`drv_rain_online_get $WEATHER_SERVICE`
|
||||||
|
local current_state_rain_online=""
|
||||||
|
local last_state_rain_online=`cat "$STATUS_DIR/last_state_rain_online" 2> /dev/null`
|
||||||
|
local weather="null"
|
||||||
|
|
||||||
|
if [[ $local_epoch =~ ^-?[0-9]+$ ]]; then
|
||||||
|
if [ $local_epoch -eq 0 ]; then
|
||||||
|
log_write "check_rain_online - failed read online data"
|
||||||
|
else
|
||||||
|
if [ $local_epoch -gt 0 ]; then
|
||||||
|
current_state_rain_online='rain'
|
||||||
|
echo $local_epoch > "$STATUS_DIR/last_rain_online"
|
||||||
|
else
|
||||||
|
current_state_rain_online='norain'
|
||||||
|
fi
|
||||||
|
weather=$(cat "$STATUS_DIR/last_weather_online" | $JQ -M ".weather")
|
||||||
|
|
||||||
|
log_write "check_rain_online - weather=$weather, local_epoch=$local_epoch"
|
||||||
|
if [ "$current_state_rain_online" != "$last_state_rain_online" ]; then
|
||||||
|
echo "$current_state_rain_online" > "$STATUS_DIR/last_state_rain_online"
|
||||||
|
trigger_event "check_rain_online_change" "$current_state_rain_online" "$weather"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
log_write "check_rain_online - failed read online data"
|
||||||
|
fi
|
||||||
|
|
||||||
|
trigger_event "check_rain_online_after" "$current_state_rain_online" "$weather"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Controlla se se piove tramite sensore
|
# Controlla se se piove tramite sensore
|
||||||
#
|
#
|
||||||
|
|||||||
1
mqttconnector/.gitignore
vendored
Normal file
1
mqttconnector/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
piGardenMqttconnector.ini
|
||||||
2
mqttconnector/exec_command.sh
Executable file
2
mqttconnector/exec_command.sh
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
echo -e "$1" | ../piGarden.sh socket_server_command
|
||||||
88
mqttconnector/mqttconnector.py
Normal file
88
mqttconnector/mqttconnector.py
Normal file
@@ -0,0 +1,88 @@
|
|||||||
|
#
|
||||||
|
# Installare libreria paho-mqtt, configparser:
|
||||||
|
# sudo pip install paho-mqtt configparser
|
||||||
|
#
|
||||||
|
|
||||||
|
import paho.mqtt.client as mqttClient
|
||||||
|
import time
|
||||||
|
import subprocess
|
||||||
|
import configparser
|
||||||
|
|
||||||
|
def on_connect(client, userdata, flags, rc):
|
||||||
|
|
||||||
|
if rc == 0:
|
||||||
|
|
||||||
|
print("Connected to broker")
|
||||||
|
|
||||||
|
global Connected # Use global variable
|
||||||
|
Connected = True # Signal connection
|
||||||
|
|
||||||
|
else:
|
||||||
|
|
||||||
|
print("Connection failed")
|
||||||
|
|
||||||
|
def on_message(client, userdata, message):
|
||||||
|
print "Topic : " + message.topic
|
||||||
|
print "Message received: " + message.payload
|
||||||
|
if message.topic.startswith("pigarden/command/"):
|
||||||
|
print "pigarden command: " + message.payload
|
||||||
|
cmd = ""
|
||||||
|
cmd = message.payload
|
||||||
|
if pigarden_user != "" and pigarden_pwd != "":
|
||||||
|
cmd = pigarden_user + '\n' + pigarden_pwd + '\n' + cmd
|
||||||
|
|
||||||
|
p = subprocess.Popen([ pigarden_path + "mqttconnector/exec_command.sh", cmd ], stdout=subprocess.PIPE)
|
||||||
|
(output, err) = p.communicate()
|
||||||
|
|
||||||
|
## Wait for date to terminate. Get return returncode ##
|
||||||
|
p_status = p.wait()
|
||||||
|
print "Command : '" + cmd + "'"
|
||||||
|
print "Command output : ", output
|
||||||
|
print "Command exit status/return code : ", p_status
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
config = configparser.ConfigParser()
|
||||||
|
config.read('/etc/piGardenMqttconnector.ini')
|
||||||
|
|
||||||
|
|
||||||
|
Connected = False # global variable for the state of the connection
|
||||||
|
|
||||||
|
broker_address = config['mqtt']['broker_address']
|
||||||
|
port = int(config['mqtt']['port'])
|
||||||
|
user = config['mqtt']['user']
|
||||||
|
password = config['mqtt']['password']
|
||||||
|
client_id = config['mqtt']['client_id']
|
||||||
|
|
||||||
|
pigarden_path = config['pigarden']['path']
|
||||||
|
pigarden_user = config['pigarden']['user']
|
||||||
|
pigarden_pwd = config['pigarden']['pwd']
|
||||||
|
|
||||||
|
client = mqttClient.Client(client_id) # create new instance
|
||||||
|
client.username_pw_set(user, password=password) # set username and password
|
||||||
|
client.on_connect = on_connect # attach function to callback
|
||||||
|
client.on_message = on_message # attach function to callback
|
||||||
|
|
||||||
|
print broker_address, port, user, password
|
||||||
|
|
||||||
|
client.connect(broker_address, port=port) # connect to broker
|
||||||
|
|
||||||
|
client.loop_start() #start the loop
|
||||||
|
|
||||||
|
while Connected != True: #Wait for connection
|
||||||
|
time.sleep(0.1)
|
||||||
|
|
||||||
|
client.subscribe("pigarden/command/+")
|
||||||
|
|
||||||
|
try:
|
||||||
|
while True:
|
||||||
|
time.sleep(1)
|
||||||
|
|
||||||
|
except KeyboardInterrupt:
|
||||||
|
print "exiting"
|
||||||
|
client.disconnect()
|
||||||
|
client.loop_stop()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
12
mqttconnector/piGardenMqttconnector.ini.example
Normal file
12
mqttconnector/piGardenMqttconnector.ini.example
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[mqtt]
|
||||||
|
broker_address=m20.cloudmqtt.com
|
||||||
|
port=13554
|
||||||
|
user=ucorgnpg
|
||||||
|
password=K5iJrLxNnhbM
|
||||||
|
client_id=Python
|
||||||
|
|
||||||
|
[pigarden]
|
||||||
|
path=/home/pi/piGarden/
|
||||||
|
user=a
|
||||||
|
pwd=b
|
||||||
|
|
||||||
149
piGarden.sh
149
piGarden.sh
@@ -26,10 +26,6 @@ function initialize {
|
|||||||
# Imposta l'alimentazione con voltaggio negativo e setta i gpio in scrittura per le elettrovalvole bistabili
|
# Imposta l'alimentazione con voltaggio negativo e setta i gpio in scrittura per le elettrovalvole bistabili
|
||||||
if [ "$EV_MONOSTABLE" != "1" ]; then
|
if [ "$EV_MONOSTABLE" != "1" ]; then
|
||||||
drv_supply_bistable_init "$SUPPLY_GPIO_1" "$SUPPLY_GPIO_2"
|
drv_supply_bistable_init "$SUPPLY_GPIO_1" "$SUPPLY_GPIO_2"
|
||||||
#$GPIO -g write $SUPPLY_GPIO_1 0
|
|
||||||
#$GPIO -g write $SUPPLY_GPIO_2 0
|
|
||||||
#$GPIO -g mode $SUPPLY_GPIO_1 out
|
|
||||||
#$GPIO -g mode $SUPPLY_GPIO_2 out
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Elimina tutti gli stati delle elettrovalvole preesistenti
|
# Elimina tutti gli stati delle elettrovalvole preesistenti
|
||||||
@@ -40,8 +36,6 @@ function initialize {
|
|||||||
do
|
do
|
||||||
g=EV"$i"_GPIO
|
g=EV"$i"_GPIO
|
||||||
drv_rele_init "${!g}"
|
drv_rele_init "${!g}"
|
||||||
#$GPIO -g write ${!g} RELE_GPIO_OPEN # chiude l'alimentazione all'elettrovalvole
|
|
||||||
#$GPIO -g mode ${!g} out # setta il gpio nella modalita di scrittura
|
|
||||||
ev_set_state $i 0
|
ev_set_state $i 0
|
||||||
done
|
done
|
||||||
|
|
||||||
@@ -56,7 +50,6 @@ function initialize {
|
|||||||
# Inizializza il sensore di rilevamento pioggia
|
# Inizializza il sensore di rilevamento pioggia
|
||||||
if [ -n "$RAIN_GPIO" ]; then
|
if [ -n "$RAIN_GPIO" ]; then
|
||||||
drv_rain_sensor_init "$RAIN_GPIO"
|
drv_rain_sensor_init "$RAIN_GPIO"
|
||||||
#$GPIO -g mode $RAIN_GPIO in
|
|
||||||
log_write "Rain sensor initialized"
|
log_write "Rain sensor initialized"
|
||||||
else
|
else
|
||||||
log_write "Rain sensor not present"
|
log_write "Rain sensor not present"
|
||||||
@@ -90,6 +83,10 @@ function ev_open {
|
|||||||
local EVNUM=$?
|
local EVNUM=$?
|
||||||
local g=`ev_number2gpio $EVNUM`
|
local g=`ev_number2gpio $EVNUM`
|
||||||
local EVNORAIN=`ev_number2norain $EVNUM`
|
local EVNORAIN=`ev_number2norain $EVNUM`
|
||||||
|
local EV_IS_REMOTE_VAR=EV"$EVNUM"_REMOTE
|
||||||
|
local EV_IS_REMOTE=${!EV_IS_REMOTE_VAR}
|
||||||
|
local EV_IS_MONOSTAVLE_VAR=EV"$EVNUM"_MONOSTABLE
|
||||||
|
local EV_IS_MONOSTAVLE=${!EV_IS_MONOSTAVLE_VAR}
|
||||||
|
|
||||||
if [ ! "$2" = "force" ] && [ "$EVNORAIN" != "1" ]; then
|
if [ ! "$2" = "force" ] && [ "$EVNORAIN" != "1" ]; then
|
||||||
if [[ "$NOT_IRRIGATE_IF_RAIN_ONLINE" -gt 0 && -f $STATUS_DIR/last_rain_online ]]; then
|
if [[ "$NOT_IRRIGATE_IF_RAIN_ONLINE" -gt 0 && -f $STATUS_DIR/last_rain_online ]]; then
|
||||||
@@ -98,6 +95,8 @@ function ev_open {
|
|||||||
local dif=0
|
local dif=0
|
||||||
let "dif = now - last_rain"
|
let "dif = now - last_rain"
|
||||||
if [ $dif -lt $NOT_IRRIGATE_IF_RAIN_ONLINE ]; then
|
if [ $dif -lt $NOT_IRRIGATE_IF_RAIN_ONLINE ]; then
|
||||||
|
trigger_event "ev_not_open_for_rain_online" "$1"
|
||||||
|
trigger_event "ev_not_open_for_rain" "$1"
|
||||||
log_write "Solenoid '$1' not open for rain (online check)"
|
log_write "Solenoid '$1' not open for rain (online check)"
|
||||||
message_write "warning" "Solenoid not open for rain"
|
message_write "warning" "Solenoid not open for rain"
|
||||||
return
|
return
|
||||||
@@ -111,6 +110,8 @@ function ev_open {
|
|||||||
local dif=0
|
local dif=0
|
||||||
let "dif = now - last_rain"
|
let "dif = now - last_rain"
|
||||||
if [ $dif -lt $NOT_IRRIGATE_IF_RAIN_SENSOR ]; then
|
if [ $dif -lt $NOT_IRRIGATE_IF_RAIN_SENSOR ]; then
|
||||||
|
trigger_event "ev_not_open_for_rain_sensor" "$1"
|
||||||
|
trigger_event "ev_not_open_for_rain" "$1"
|
||||||
log_write "Solenoid '$1' not open for rain (sensor check)"
|
log_write "Solenoid '$1' not open for rain (sensor check)"
|
||||||
message_write "warning" "Solenoid not open for rain"
|
message_write "warning" "Solenoid not open for rain"
|
||||||
return
|
return
|
||||||
@@ -133,15 +134,16 @@ function ev_open {
|
|||||||
lock
|
lock
|
||||||
|
|
||||||
# Gestisce l'apertura dell'elettrovalvola in base alla tipologia (monostabile / bistabile)
|
# Gestisce l'apertura dell'elettrovalvola in base alla tipologia (monostabile / bistabile)
|
||||||
if [ "$EV_MONOSTABLE" == "1" ]; then
|
if [ "$EV_MONOSTABLE" == "1" ] || [ "$EV_IS_REMOTE" == "1" ] || [ "$EV_IS_MONOSTABLE" == "1" ]; then
|
||||||
#$GPIO -g write $g $RELE_GPIO_CLOSE
|
|
||||||
drv_rele_close "$g"
|
drv_rele_close "$g"
|
||||||
|
if [ $? -eq 1 ]; then
|
||||||
|
unlock
|
||||||
|
return
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
supply_positive
|
supply_positive
|
||||||
#$GPIO -g write $g $RELE_GPIO_CLOSE
|
|
||||||
drv_rele_close "$g"
|
drv_rele_close "$g"
|
||||||
sleep 1
|
sleep 1
|
||||||
#$GPIO -g write $g $RELE_GPIO_OPEN
|
|
||||||
drv_rele_open "$g"
|
drv_rele_open "$g"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -190,6 +192,9 @@ function ev_open_in {
|
|||||||
message_write "warning" "Alias solenoid not specified"
|
message_write "warning" "Alias solenoid not specified"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
trigger_event "ev_open_in_before" "$3" "$4" "$1" "$2"
|
||||||
|
|
||||||
gpio_alias2number $alias > /dev/null 2>&1
|
gpio_alias2number $alias > /dev/null 2>&1
|
||||||
|
|
||||||
minute_start=$(($minute_start + 1))
|
minute_start=$(($minute_start + 1))
|
||||||
@@ -201,6 +206,7 @@ function ev_open_in {
|
|||||||
|
|
||||||
if [ "$minute_start" -eq "1" ]; then
|
if [ "$minute_start" -eq "1" ]; then
|
||||||
ev_open $alias $force
|
ev_open $alias $force
|
||||||
|
cron_start="- - - - -"
|
||||||
else
|
else
|
||||||
cron_add open_in $cron_start "$alias" "$force"
|
cron_add open_in $cron_start "$alias" "$force"
|
||||||
fi
|
fi
|
||||||
@@ -210,6 +216,8 @@ function ev_open_in {
|
|||||||
|
|
||||||
message_write "success" "Scheduled start successfully performed"
|
message_write "success" "Scheduled start successfully performed"
|
||||||
|
|
||||||
|
trigger_event "ev_open_in_after" "$3" "$4" "$cron_start" "$cron_stop"
|
||||||
|
|
||||||
#echo $cron_start
|
#echo $cron_start
|
||||||
#echo $cron_stop
|
#echo $cron_stop
|
||||||
|
|
||||||
@@ -226,21 +234,24 @@ function ev_close {
|
|||||||
ev_alias2number $1
|
ev_alias2number $1
|
||||||
EVNUM=$?
|
EVNUM=$?
|
||||||
g=`ev_number2gpio $EVNUM`
|
g=`ev_number2gpio $EVNUM`
|
||||||
|
local EV_IS_REMOTE_VAR=EV"$EVNUM"_REMOTE
|
||||||
|
local EV_IS_REMOTE=${!EV_IS_REMOTE_VAR}
|
||||||
|
|
||||||
trigger_event "ev_close_before" "$1"
|
trigger_event "ev_close_before" "$1"
|
||||||
|
|
||||||
lock
|
lock
|
||||||
|
|
||||||
# Gestisce l'apertura dell'elettrovalvola in base alla tipologia (monostabile / bistabile)
|
# Gestisce l'apertura dell'elettrovalvola in base alla tipologia (monostabile / bistabile)
|
||||||
if [ "$EV_MONOSTABLE" == "1" ]; then
|
if [ "$EV_MONOSTABLE" == "1" ] || [ "$EV_IS_REMOTE" == "1" ]; then
|
||||||
#$GPIO -g write $g $RELE_GPIO_OPEN
|
|
||||||
drv_rele_open "$g"
|
drv_rele_open "$g"
|
||||||
|
if [ $? -eq 1 ]; then
|
||||||
|
unlock
|
||||||
|
return
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
supply_negative
|
supply_negative
|
||||||
#$GPIO -g write $g $RELE_GPIO_CLOSE
|
|
||||||
drv_rele_close "$g"
|
drv_rele_close "$g"
|
||||||
sleep 1
|
sleep 1
|
||||||
#$GPIO -g write $g $RELE_GPIO_OPEN
|
|
||||||
drv_rele_open "$g"
|
drv_rele_open "$g"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -261,8 +272,6 @@ function ev_close {
|
|||||||
#
|
#
|
||||||
function supply_positive {
|
function supply_positive {
|
||||||
drv_supply_positive "$SUPPLY_GPIO_1" "$SUPPLY_GPIO_2"
|
drv_supply_positive "$SUPPLY_GPIO_1" "$SUPPLY_GPIO_2"
|
||||||
#$GPIO -g write $SUPPLY_GPIO_1 $SUPPLY_GPIO_POS
|
|
||||||
#$GPIO -g write $SUPPLY_GPIO_2 $SUPPLY_GPIO_POS
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -270,8 +279,6 @@ function supply_positive {
|
|||||||
#
|
#
|
||||||
function supply_negative {
|
function supply_negative {
|
||||||
drv_supply_negative "$SUPPLY_GPIO_1" "$SUPPLY_GPIO_2"
|
drv_supply_negative "$SUPPLY_GPIO_1" "$SUPPLY_GPIO_2"
|
||||||
#$GPIO -g write $SUPPLY_GPIO_1 $SUPPLY_GPIO_NEG
|
|
||||||
#$GPIO -g write $SUPPLY_GPIO_2 $SUPPLY_GPIO_NEG
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -757,19 +764,110 @@ function send_identifier {
|
|||||||
# Spenge il sistema
|
# Spenge il sistema
|
||||||
#
|
#
|
||||||
function exec_poweroff {
|
function exec_poweroff {
|
||||||
|
trigger_event "exec_poweroff_before"
|
||||||
local PATH_SCRIPT=`$READLINK -f "$DIR_SCRIPT/scripts/poweroff.sh"`
|
local PATH_SCRIPT=`$READLINK -f "$DIR_SCRIPT/scripts/poweroff.sh"`
|
||||||
echo "$PATH_SCRIPT" > tmp/prova.txt
|
|
||||||
sleep 15
|
sleep 15
|
||||||
. $PATH_SCRIPT
|
. $PATH_SCRIPT
|
||||||
|
trigger_event "exec_poweroff_after"
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Spenge il sistema
|
# Spenge il sistema
|
||||||
#
|
#
|
||||||
function exec_reboot {
|
function exec_reboot {
|
||||||
|
trigger_event "exec_reboot_before"
|
||||||
local PATH_SCRIPT=`$READLINK -f "$DIR_SCRIPT/scripts/reboot.sh"`
|
local PATH_SCRIPT=`$READLINK -f "$DIR_SCRIPT/scripts/reboot.sh"`
|
||||||
sleep 15
|
sleep 15
|
||||||
. $PATH_SCRIPT
|
. $PATH_SCRIPT
|
||||||
|
trigger_event "exec_reboot_after"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Converte da gradi a direzione
|
||||||
|
#
|
||||||
|
# $1 gradi
|
||||||
|
#
|
||||||
|
function deg2dir {
|
||||||
|
local deg=$(echo $1 | $SED 's/\..*$//')
|
||||||
|
local dir=""
|
||||||
|
|
||||||
|
if [ "$deg" == "null" ]; then
|
||||||
|
echo ""
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
|
# N 348.75 - 11.25
|
||||||
|
if [ $deg -le 11 ]; then
|
||||||
|
dir="North"
|
||||||
|
|
||||||
|
# NNE 11.25 - 33.75
|
||||||
|
elif [ $deg -le 33 ]; then
|
||||||
|
dir="NNE"
|
||||||
|
|
||||||
|
# NE 33.75 - 56.25
|
||||||
|
elif [ $deg -le 56 ]; then
|
||||||
|
dir="NE"
|
||||||
|
|
||||||
|
# ENE 56.25 - 78.75
|
||||||
|
elif [ $deg -le 78 ]; then
|
||||||
|
dir="ENE"
|
||||||
|
|
||||||
|
# E 78.75 - 101.25
|
||||||
|
elif [ $deg -le 101 ]; then
|
||||||
|
dir="East"
|
||||||
|
|
||||||
|
# ESE 101.25 - 123.75
|
||||||
|
elif [ $deg -le 123 ]; then
|
||||||
|
dir="ESE"
|
||||||
|
|
||||||
|
# SE 123.75 - 146.25
|
||||||
|
elif [ $deg -le 146 ]; then
|
||||||
|
dir="SE"
|
||||||
|
|
||||||
|
# SSE 146.25 - 168.75
|
||||||
|
elif [ $deg -le 168 ]; then
|
||||||
|
dir="SSE"
|
||||||
|
|
||||||
|
# S 168.75 - 191.25
|
||||||
|
elif [ $deg -le 191 ]; then
|
||||||
|
dir="South"
|
||||||
|
|
||||||
|
# SSW 191.25 - 213.75
|
||||||
|
elif [ $deg -le 213 ]; then
|
||||||
|
dir="SSW"
|
||||||
|
|
||||||
|
# SW 213.75 - 236.25
|
||||||
|
elif [ $deg -le 236 ]; then
|
||||||
|
dir="SW"
|
||||||
|
|
||||||
|
# WSW 236.25 - 258.75
|
||||||
|
elif [ $deg -le 258 ]; then
|
||||||
|
dir="WSW"
|
||||||
|
|
||||||
|
# W 258.75 - 281.25
|
||||||
|
elif [ $deg -le 281 ]; then
|
||||||
|
dir="West"
|
||||||
|
|
||||||
|
# WNW 281.25 - 303.75
|
||||||
|
elif [ $deg -le 303 ]; then
|
||||||
|
dir="WNW"
|
||||||
|
|
||||||
|
# NW 303.75 - 326.25
|
||||||
|
elif [ $deg -le 326 ]; then
|
||||||
|
dir="NW"
|
||||||
|
|
||||||
|
# NNW 326.25 - 348.75
|
||||||
|
elif [ $deg -le 348 ]; then
|
||||||
|
dir="NNW"
|
||||||
|
|
||||||
|
# N 348.75 - 11.25
|
||||||
|
else
|
||||||
|
dir="North"
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo $dir
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function debug1 {
|
function debug1 {
|
||||||
@@ -782,7 +880,7 @@ function debug2 {
|
|||||||
|
|
||||||
VERSION=0
|
VERSION=0
|
||||||
SUB_VERSION=5
|
SUB_VERSION=5
|
||||||
RELEASE_VERSION=1
|
RELEASE_VERSION=8
|
||||||
|
|
||||||
DIR_SCRIPT=`dirname $0`
|
DIR_SCRIPT=`dirname $0`
|
||||||
NAME_SCRIPT=${0##*/}
|
NAME_SCRIPT=${0##*/}
|
||||||
@@ -815,13 +913,18 @@ LAST_WARNING_FILE="$STATUS_DIR/last_warning"
|
|||||||
LAST_SUCCESS_FILE="$STATUS_DIR/last_success"
|
LAST_SUCCESS_FILE="$STATUS_DIR/last_success"
|
||||||
|
|
||||||
if [ -z $LOG_OUTPUT_DRV_FILE ]; then
|
if [ -z $LOG_OUTPUT_DRV_FILE ]; then
|
||||||
$LOG_OUTPUT_DRV_FILE="/dev/null"
|
LOG_OUTPUT_DRV_FILE="/dev/null"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$EVENT_DIR" ]; then
|
if [ -z "$EVENT_DIR" ]; then
|
||||||
EVENT_DIR="$DIR_SCRIPT/events"
|
EVENT_DIR="$DIR_SCRIPT/events"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -z $WEATHER_SERVICE ]; then
|
||||||
|
WEATHER_SERVICE="drv:wunderground"
|
||||||
|
else
|
||||||
|
WEATHER_SERVICE="drv:$WEATHER_SERVICE"
|
||||||
|
fi
|
||||||
|
|
||||||
# Elimina il file di lock se più vecchio di 11 secondi
|
# Elimina il file di lock se più vecchio di 11 secondi
|
||||||
if [ -f "$LOCK_FILE" ]; then
|
if [ -f "$LOCK_FILE" ]; then
|
||||||
@@ -836,6 +939,8 @@ fi
|
|||||||
send_identifier &
|
send_identifier &
|
||||||
setup_drv
|
setup_drv
|
||||||
|
|
||||||
|
#echo "EV_MONOSTABLE=$EV_MONOSTABLE"
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
init)
|
init)
|
||||||
initialize
|
initialize
|
||||||
|
|||||||
Reference in New Issue
Block a user