dsmrreader / dsmr-reader

DSMR-telegram reader & data visualizer for hobbyists. Free for non-commercial use.
https://dsmr-reader.readthedocs.io
Other
459 stars 95 forks source link

Mqtt input messages for readings #1980

Open garageboxnv opened 3 months ago

garageboxnv commented 3 months ago

Language / Voertaal

🇬🇧 English

Help yourself

Inquiry

Feature or idea

Description

Currently I am using a ser2net interface towards dsmr reader, which publishes the values with mqtt towards home assistant. I would like to improve my setup by introducing an esphome P1 reader that process the telegrams and publishes the values via mqtt towards the mqtt broker. Both home assistant and dsmr-reader can then subscribe to the mqtt topic Is this a feature that is possible to look into? I would like to keep dmsrreader for the long term statistics but remove it out of my energy control loop of home assistant

DSMR-reader version

V5.11

DSMR-reader platform

Docker (e.g. Xirixiz's DSMR-reader Docker)

Optional: Debug info dump (of DSMR-reader)

No response

Optional: Smart meter telegram

No response

dennissiemensma commented 3 months ago

I would suggest to try using ser2net to have multiple appications use it concurrently. Or writing something that can use the DMSR-reader API as alternative.

Other input sources would take way too much effort to implement and maintain as well. MQTT input might be one way, but many other methods have been requested as well. Adding one method, would cause other methods to be supported as well. As each one has it's pro's/cons, etc...