Skip to content

Commit 2393d67

Browse files
committed
v2.0.1 First Final Release
1 parent f0280eb commit 2393d67

24 files changed

+172
-36
lines changed

DSMRloggerAPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
***************************************************************************
33
** Program : DSMRloggerAPI.h - definitions for DSMRloggerAPI
4-
** Version : v1.2.1
4+
** Version : v2.0.1
55
**
66
** Copyright (c) 2020 Willem Aandewiel
77
**

DSMRloggerAPI.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
***************************************************************************
33
** Program : DSMRloggerAPI (restAPI)
44
*/
5-
#define _FW_VERSION "v1.2.4 (16-04-2020)"
5+
#define _FW_VERSION "v2.0.1 (17-04-2020)"
66
/*
77
** Copyright (c) 2020 Willem Aandewiel
88
**

Debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
***************************************************************************
33
** Program : Debug.h, part of DSMRloggerAPI
4-
** Version : v1.2.1
4+
** Version : v2.0.1
55
**
66
** Copyright (c) 2020 Willem Aandewiel
77
** Met dank aan Erik

FSexplorer.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
***************************************************************************
33
** Program : FSexplorer, part of DSMRloggerAPI
4-
** Version : v1.2.1
4+
** Version : v2.0.1
55
**
66
** Mostly stolen from https://www.arduinoforum.de/User-Fips
77
** For more information visit: https://fipsok.de
@@ -240,7 +240,7 @@ void updateFirmware()
240240
DebugTln(F("Redirect to updateIndex .."));
241241
doRedirect("wait ... ", 1, "/updateIndex", false);
242242
#else
243-
doRedirect("UpdateServer not implemented", 10, "/", false);
243+
doRedirect("UpdateServer not available", 10, "/", false);
244244
#endif
245245

246246
} // updateFirmware()

MQTTstuff.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
***************************************************************************
33
** Program : MQTTstuff, part of DSMRloggerAPI
4-
** Version : v1.2.1
4+
** Version : v2.0.1
55
**
66
** Copyright (c) 2020 Willem Aandewiel
77
**

MinderGas.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
**************************************************************************
33
** Program : MinderGas.ino
4-
** Version : v1.2.2
4+
** Version : v2.0.1
55
**
66
** Copyright (c) 2020 Robert van den Breemen
77
**

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ Documentation can be found [here](https://mrwheel-docs.gitbook.io/dsmrloggerapi/
1010
<table>
1111
<tr><th>Versie</th><th>Opmerking</th></tr>
1212
<tr>
13-
<td valign="top">1.2.4</td>
14-
<td>Bug Fixes
13+
<td valign="top">2.0.1</td>
14+
<td>First Final Release
15+
<br>Implementing DSMRloggerWS actual api (for bacwards compatibility)
16+
<br>More robust way to write hourly data to the RING-files
17+
<br>Bugfix PRE40 gasmeter reading
18+
<br>Remove validity check on meterstanden editor
19+
<br>Better FieldName transaltion
20+
<br>Bugfix mindergas processing
1521
</td>
1622
</tr>
1723
<td valign="top">1.2.1</td>

SPIFFSstuff.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
***************************************************************************
33
** Program : SPIFFSstuff, part of DSMRloggerAPI
4-
** Version : v1.2.1
4+
** Version : v2.0.1
55
**
66
** Copyright (c) 2020 Willem Aandewiel
77
**

convertPRD2RING.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
***************************************************************************
33
** Program : convertPRD2RING, part of DSMRloggerAPI
4-
** Version : v1.2.1
4+
** Version : v2.0.1
55
**
66
** Copyright (c) 2020 Willem Aandewiel
77
**

data/DSMRindex.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
***************************************************************************
33
** Program : DSMRindex.js, part of DSMRfirmwareAPI
4-
** Version : v1.2.2
4+
** Version : v1.3.1
55
**
66
** Copyright (c) 2020 Willem Aandewiel
77
**
@@ -94,8 +94,8 @@
9494
timeTimer = setInterval(refreshDevTime, 10 * 1000); // repeat every 10s
9595

9696
openPage("mainPage");
97-
openTab("ActualTab");
9897
initActualGraph();
98+
openTab("ActualTab");
9999
setPresentationType('TAB');
100100
readGitHubVersion();
101101

@@ -1106,6 +1106,7 @@ http://DSMR-API.local/api/v1/dev/settings</pre>", false);
11061106

11071107
addAPIdoc("v1/sm/info", "Smart Meter info in JSON format", true);
11081108
addAPIdoc("v1/sm/actual", "Smart Meter Actual data in JSON format", true);
1109+
addAPIdoc("v0/sm/actual", "Smart Meter Actual data in JSON format (backwards compatibility)", true);
11091110
addAPIdoc("v1/sm/fields", "Smart Meter all fields data in JSON format\
11101111
<br>JSON format: {\"fields\":[{\"name\":\"&lt;fieldName&gt;\",\"value\":&lt;value&gt;,\"unit\":\"&lt;unit&gt;\"}]} ", true);
11111112
addAPIdoc("v1/sm/fields/{fieldName}", "Smart Meter one field data in JSON format", false);

0 commit comments

Comments
 (0)