Ard Kuijpers 1732181fbb Added docs
2023-02-12 14:26:37 +01:00
2020-06-03 23:41:58 +02:00
2020-06-03 21:31:32 +02:00
2023-02-11 23:52:50 +01:00
2023-02-12 14:26:37 +01:00
2020-06-03 22:51:54 +02:00
2020-06-03 21:31:32 +02:00
2023-02-12 14:26:37 +01:00
2023-02-11 23:52:50 +01:00

DSMR 2 MQTT bridge

Introduction

This bridigng component reads Dutch Smart Meter Requirements (DSMR) telegrams and sends them to a MQTT broker using the Homie convention. The component is written in Python and is based on the execelent work of others:

Works with Homie.

Configuration

Create some environment variables (e.g. with a .env file) to specify the required settings:

PYTHONPATH="."
MQTT_HOST=mqtt.local
DSMR_PORT=/dev/ttyUSB0

If you have forwared the raw serial signal through ser2net, you should use DSMR_PORT=remote://<hostname>:<port>, e.g.:

DSMR_PORT=remote://forwarding-pi.local:3333

If you use credentials to access the MQTT broker, then alsp specify:

MQTT_USERNAME=<mqtt-user>
MQTT_PASSWORD=<mqtt_passwrd>
Description
No description provided
Readme 339 KiB
Languages
Python 93.9%
Dockerfile 6.1%