ndokter / dsmr_parser

Library to parse Dutch Smart Meter Requirements (DSMR) telegrams.
MIT License
110 stars 64 forks source link

Fix parsing peak usage when value is not set #143

Closed dupondje closed 8 months ago

dupondje commented 8 months ago

Sometimes peak usage is not yet visible in the 13 months history code. It gives a 0.0kW value with timestamp (632525252525W).

This commit fixes handling this case.