matthijskooijman / arduino-dsmr

Arduino library for interfacing with Dutch smart meters implementing DSMR
133 stars 108 forks source link

How to access items in a log ? #45

Open hemeleerse opened 1 year ago

hemeleerse commented 1 year ago

On the Belgian smart meters, linked to the introduction of the so called capacity tariff as of 1 Jan '23, the smart meter will keep a log of max 13 values, each representing a month (timestamped) and the corresponding maximum quarter hourly power consumption in kW. This is how it will look for 3 months : 0-0:98.1.0(3)(1-0:1.6.0)(1-0:1.6.0)(200501000000S)(200423192538S)(03.695kW)(2 00401000000S)(200305122139S)(05.980kW)(200301000000S)(200210035421W)(04.318*k W) Is there a way to have this parsed other than a RawField ?

matthijskooijman commented 1 year ago

Is there a way to have this parsed other than a RawField ?

Not currently. I guess something could be added, but I won't have time to work on this at all in the near future.