arduino-dsmr icon indicating copy to clipboard operation
arduino-dsmr copied to clipboard

Arduino library for interfacing with Dutch smart meters implementing DSMR

Results 24 arduino-dsmr issues
Sort by recently updated
recently updated
newest added

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

As raw() doesn't return the CRC.

Hi, thanks for this awesome library! Works great! I have an issue accessing the timestamp corresponding to the `gas_delivered` value (TimestampedFixedValue type). The readme states that there is an additional...

Hi, I'm trying to use this library in combination with a Wemos d1 mini v3 and hardwareserial. I live in Belgium, and got a sagemcom t211 installed. I'm aware that...

(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);...

Hi Matthijs, I have seen reports that belgium smartmeters do not parse correctly using the 5.0.2 dsmr parsing. This is due to the extention made by the Belgium netbeheerder. The...

This adds the belgium DSMR fields specification as a seperate namespace. Includes the belgium specification documents.

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...

My ISKRA AM550 sends messages like this according to Serial.println(reader.raw()) ``` ISK5\2M550E-1012 1-3:0.2.8(50) 0-0:1.0.0(181006151740S) 0-0:96.1.1(4530303433303037313330393836393138) 1-0:1.8.1(000045.342*kWh) 1-0:1.8.2(000088.857*kWh) 1-0:2.8.1(000000.000*kWh) 1-0:2.8.2(000000.000*kWh) 0-0:96.14.0(0001) 1-0:1.7.0(00.252*kW) 1-0:2.7.0(00.000*kW) 0-0:96.7.21(00008) 0-0:96.7.9(00002) 1-0:99.97.0() 1-0:32.32.0(00005) 1-0:32.36.0(00001) 0-0:96.13.0() 1-0:32.7.0(238.8*V) 1-0:31.7.0(001*A)...

Gas metering differs slightly between the Dutch meters and the Flemish (Fluvius) meters. In NL the OBIS reference is: 0-1:24.2.1 (temperature converted) In B the OBIS reference is: 0-1:24.2.3 (non-temperature...