From fde7c0ee10c4b4190f7eec32a3ddefc2f61ab685 Mon Sep 17 00:00:00 2001 From: Boilerplate4u Date: Mon, 20 Oct 2025 12:48:13 +0200 Subject: [PATCH] Update DSMR documentation with supported frameworks Added supported frameworks information for DSMR component. --- content/components/sensor/dsmr.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/components/sensor/dsmr.md b/content/components/sensor/dsmr.md index add4e1ec07..8107c32612 100644 --- a/content/components/sensor/dsmr.md +++ b/content/components/sensor/dsmr.md @@ -18,6 +18,8 @@ In case your equipment has encryption you must get a 32 character long encryptio This component is passive, it does not transmit any data to your equipment, the equipment always transmits data which this component decodes and updates the configured sensors at the pace the data is received. +Supported frameworks: Arduino (Work in progress for ESP-IDF) + - For official information about DSMR refer to: [DSMR Document](https://www.netbeheernederland.nl/dossiers/slimme-meter-15) - For official information about the P1 port refer to: [P1 Companion Standard](https://www.netbeheernederland.nl/_upload/Files/Slimme_meter_15_a727fce1f1.pdf)