From 46ac4c1f2b5d36e97cbed7421b15b1dc2c369af9 Mon Sep 17 00:00:00 2001 From: cvwillegen Date: Thu, 17 Jan 2019 21:47:14 +0100 Subject: [PATCH] Added links for web addresses (#8199) * Added links for web addresses * :pencil2: Tweak * :pencil2: Tweak --- source/_components/sensor.dsmr.markdown | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/source/_components/sensor.dsmr.markdown b/source/_components/sensor.dsmr.markdown index a4df6c3f187..0c47292e9cb 100644 --- a/source/_components/sensor.dsmr.markdown +++ b/source/_components/sensor.dsmr.markdown @@ -17,7 +17,7 @@ A sensor platform for Dutch Smart Meters which comply to DSMR (Dutch Smart Meter - Currently support DSMR V2.2, V3, V4 and V5 through the [dsmr_parser](https://github.com/ndokter/dsmr_parser) module by Nigel Dokter. - 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: https://www.wijhebbenzon.nl/media/kunena/attachments/3055/DSMRv5.0FinalP1.pdf +- For official information about the P1 port refer to: - For unofficial hardware connection examples refer to: [Domoticx](http://domoticx.com/p1-poort-slimme-meter-hardware/)

@@ -37,13 +37,13 @@ This component is known to work for: USB serial converters: - Cheap (Banggood/ebay) Generic PL2303 -- https://sites.google.com/site/nta8130p1smartmeter/webshop -- https://www.sossolutions.nl/slimme-meter-kabel -- https://tweakers.net/gallery/269738/aanbod/ +- +- +- Serial to network proxies: -- ser2net - http://ser2net.sourceforge.net/ +- ser2net - ```yaml # Example configuration.yaml entry @@ -138,4 +138,3 @@ The contents of this telegram differ between version but they generally consist This module sets up an asynchronous reading loop using the `dsmr_parser` module which waits for a complete telegram, parser it and puts it on an async queue as a dictionary of `obis`/object mapping. The numeric value and unit of each value can be read from the objects attributes. Because the `obis` are know for each DSMR version the Entities for this component are create during bootstrap. Another loop (DSMR class) is setup which reads the telegram queue, stores/caches the latest telegram and notifies the Entities that the telegram has been updated. -