forked from matthewwall/weewx-netatmo
-
Notifications
You must be signed in to change notification settings - Fork 4
/
changelog
44 lines (32 loc) · 976 Bytes
/
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
37
38
39
40
41
42
43
44
0.14 07feb2019
* insert default stanza into weewx configuration file
0.13 20dec2018
* deal with 'dashboard_data' not existing when lost contact with sensors
0.12 11sep2018
* deal with missing time_utc from server
0.11 08jul2018
* explicitly catch socket timeouts since URLError does not in python 2.7
0.10 30mar2017
* fix rain conversions
0.9 28mar2017
* fixed urf-8 typo
0.8 22jan2017
* user-specified map augments the default instead of replacing it
0.7 16jan2017
* handle URLError for connection refused
* include license in the distribution
* renamed readme
0.6 31oct2016
* use database_name = hardware_name pattern for sensor mapping
0.4 06aug2016
* incorporate changes from scott grey
* default poll interval is now 300 instead of 600
* wait before retry when network failures
* fixed DEVICELIST_URL bug
* fixed confgeditor invocation
0.3 04aug2016
* fix for rain calculation
0.2 25apr2016
* release of combined driver
0.1 17jun2015
* initial public release