A simple yet extremely flexible sml to mqtt bridge
sml2mqtt is a asyncio application that can read multiple sml (Smart Message Language) streams from energy meters and report the values through mqtt. The meters can be read through serial ports or through http(s) (e.g. Tibber devices)
To read from the serial port an IR to USB reader for energy meter is required.
The documentation can be found at here
- Updated dependencies
- Added some small log messages
BREAKING CHANGE
- Almost complete rewrite, requires at least Python 3.10
- Extensive value processing which can be configured -> Config file changed
- Support for tibber pulse out of the box
- The
analyze
flag can also be set through an environment variable which makes it easier for docker users
- Small config improvements
- Additional obis id for serial number matching
- Improved serial reading a bit
- Release rework