Willem Aandewiel

Results 51 comments of Willem Aandewiel

I created a push request (#32) that has no conflict with the rest of the code and adds an example for this.

> @mrWheel thanks!! That example made my compiler happy! Look [here](https://willem.aandewiel.nl/index.php/2019/04/09/dsmr-logger-v4-slimme-meter-uitlezer/)!

The real question is: “are you going to invest some time in this and update the library?”. I really would like to help but the whole template implementation is way...

> It's on my "Soon" list on my personal Trello to do some maintainance and development on DSMR again. There's two other things eating up my time now, but I...

Maybe you can use a struct like this: ``` typedef struct { uint8_t protocol_version; // 0 = Dutch (default), 1 = Belgium, 2 = pre40 etc. uint8_t mbus1_type; // 0...

@matthijskooijman I wish I could give some intellectual input on this .. but I can't! For my usage option/idea 3 is great. In that scheme I can just code ```...

> Changing the id would not change the field, but the fields would be named differently than now, e.g.: > > ``` > Serial.println(data.gas.gas_delivered); > ``` Thats totally acceptable! Makes...

Matthijs, For a builder of my DSMR-logger I also need a way to escape the CRC. Is there any plan (any time soon) you will merge this into the master...

@matthijskooijman Yes, the code is OK! ``` if (reader.available()) { Debugln("Message:"); Debugln(reader.raw()); MyData data; String err; if (reader.parse(&data, &err)) { // Parse succesful, print result data.applyEach(Printer()); } else { //...

Danny, Ziet er eg goed uit! Ik kom binnenkort met een redesign van de firmware. Hier https://youtu.be/fe3gfByI6-g ... kun je een voorproefje zien. Ondertussen is het ook mogelijk om de...