-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathCHANGELOG
executable file
·36 lines (36 loc) · 1.18 KB
/
CHANGELOG
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
32
33
34
35
36
v1.0 - Scrat
- Adapted to the new GRDF website
v1.0.1 - Scrat
- Fix : Absence de mesure #1
v1.1.0 - onlinux
- Feature : Add m3 values
v1.2.0 - Scrat
- Feature : Only use Python for the config + SQL insertion -> Change cfg file and crontab
v1.2.1 - Scrat
- Fix : Fix issue in _domoticz_gazpar.cfg #5
- Fix : DB path should be configurable #6
v1.2.2 - Scrat
- Fix : Bad login is not detected #8
- Fix : Log file will grow indefinitely #7
v1.3.0 - Scrat
- Feature : Use Domoticz API for inject datas
v1.3.1 - Scrat
- Feature : Logs improvment
v1.3.2 - Scrat
- Fix : Update Last seen value
v1.3.3 - Scrat
- Feature : Update Last day value
v1.3.4 - Scrat
- Feature : No more usage of SQL insertion
v1.3.5 - Scrat
- Feature : Calculation of the real value concerning the volume used
v1.3.6 - Scrat
- Fix : Manage the case when no values are present for some days
v1.3.7 - Scrat
- Fix : Re-use volume value taken from GRDF websitedue to issue when calcuted volume <1m3
v1.3.8 - Scrat
- Add Domoticz RQ and RS in debug traces
v1.4.0 - Scrat
- Add an XLS data import when the connection to the API fail (due to the CATPCHA for example...)
v1.4.1 - Scrat
- Replace xlrd by openpyxl