mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
edl21: Add APATOR Norax 3D as tested smart meter and example ser2net configuration file (#15744)
This commit is contained in:
parent
d3518c9034
commit
1d256954e3
@ -21,6 +21,7 @@ Compatible transceivers:
|
|||||||
|
|
||||||
Tested smart meters:
|
Tested smart meters:
|
||||||
|
|
||||||
|
- APATOR Norax 3D (enable InF Mode as described in manual to retrieve full data)
|
||||||
- Iskraemeco MT175 (ISKRA MT175-D2A51-V22-K0t)
|
- Iskraemeco MT175 (ISKRA MT175-D2A51-V22-K0t)
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
@ -43,3 +44,11 @@ serial_port:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% 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
|
Loading…
x
Reference in New Issue
Block a user