Willem Aandewiel

Results 22 issues of Willem Aandewiel

This is a "real world" example using the arduino-dsmr library to parse incomming telegrams to json format for further processing.

(insert code does not seem to work.. not with `ticks` and not with `code`) Given this code example: struct Printer { template void apply(Item &i) { if (i.present()) { Serial.print(Item::name);...

Is it not a good idea to rename the `gas_, thermal_` and` water_` fields to `mbus1_, mbus2_` and `mbus3_` respectively? People can than dynamically name these fields in there programs...

How do I use this : ``` /** * Returns the data read so far. */ const String &raw() { return buffer; } ``` If it should do what I...

It would be nice to have an import function for parts, like the previous version of this great project had (only that one did not work within a docker container...

enhancement

Hi Nico, Could you please add some more examples? I have trouble figuring out where param’s come from and where they go to .... Thanks!!!

Hi, To prevent changing files during the cloning process it would be nice if you stop services like "cron", "mysql", "mail" etc. Before cloning: ``` systemctl stop mysql.service systemctl stop...

What a great tutorial! I have looked everywhere but could not find an answer for this problem. I have more than one day of data. The grapics starts over at...

### Board ESP32 Wrover Module ### Device Description Nothing, just the bare board ### Hardware Configuration Nothing ### Version v2.0.2 ### IDE Name Arduino IDE ### Operating System macOS 12.2.1...

Status: Test needed
Status: Awaiting triage

Hi Mark, First of all: thanks for this software. It is just what I need to connect my headless Raspberry Zero. I have installed the latest version (as of feb....