From 1d256954e3b9494a5f22837bac95ebe4e82509d3 Mon Sep 17 00:00:00 2001 From: pdcemulator <20071350+pdcemulator@users.noreply.github.com> Date: Wed, 2 Dec 2020 09:00:10 +0100 Subject: [PATCH] edl21: Add APATOR Norax 3D as tested smart meter and example ser2net configuration file (#15744) --- source/_integrations/edl21.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/edl21.markdown b/source/_integrations/edl21.markdown index 469634a26a0..33af296d09f 100644 --- a/source/_integrations/edl21.markdown +++ b/source/_integrations/edl21.markdown @@ -21,6 +21,7 @@ Compatible transceivers: Tested smart meters: +- APATOR Norax 3D (enable InF Mode as described in manual to retrieve full data) - Iskraemeco MT175 (ISKRA MT175-D2A51-V22-K0t) ## Configuration @@ -43,3 +44,11 @@ serial_port: required: true type: string {% endconfiguration %} + +### ser2net + +To use this integration with a remote transceiver you could use [ser2net](https://linux.die.net/man/8/ser2net). + +Example `ser2net.conf` configuration file: + +> 2001:raw:0:/dev/ttyUSB0:9600 8DATABITS NONE 1STOPBIT \ No newline at end of file