-
Notifications
You must be signed in to change notification settings - Fork 3
/
updateConsoEau_M-1.sh
31 lines (28 loc) · 1.14 KB
/
updateConsoEau_M-1.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/usr/bin/ksh
#######################################################################################
# This script will get the data for previous month
# from SDEI/SOGEST (and others) website and insert into domoticz.db
# It requiere updateConsoEau.sh to be setup.
# Site : http://domotique.web2diz.net/
# Detail : http://domotique.web2diz.net/?p=131
# List of working provider : http://domotique.web2diz.net/?p=320
# Source : https://github.com/Sirus10/domoticz/blob/master/updateConsoEau_M-1.sh
# License : CC BY-SA 4.0
#
# Usage:
# ./updateConsoEau_M-1.sh
#
#######################################################################################
#
# PART 0 Common variables
#
#######################################################################################
dateY=`date '+%Y' --date '1 month ago'`
dateM=`date '+%m' --date '1 month ago'`
echo date : $dateY $dateM
#######################################################################################
#
# PART 1 Run the main script with the M-1 variables
#
#######################################################################################
/home/pi/EAU/updateConsoEau.sh $dateY $dateM