Skip to content

Commit ed38fbe

Browse files
.
1 parent c2e7fa7 commit ed38fbe

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

readme.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,23 @@
66
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/spacemanspiff2007/sml2mqtt?label=docker)](https://hub.docker.com/r/spacemanspiff2007/sml2mqtt)
77
[![Docker Pulls](https://img.shields.io/docker/pulls/spacemanspiff2007/sml2mqtt)](https://hub.docker.com/r/spacemanspiff2007/sml2mqtt)
88

9-
_A simple yet flexible sml to mqtt bridge_
9+
_A simple yet extremely flexible sml to mqtt bridge_
1010

1111

1212
sml2mqtt is a asyncio application that can read multiple sml (Smart Message Language) streams
1313
from energy meters and report the values through mqtt.
14+
The meters can be read through serial ports or through http (e.g. Tibber)
1415

1516

1617
# Documentation
1718
[The documentation can be found at here](https://sml2mqtt.readthedocs.io)
1819

1920

2021
# Changelog
22+
#### 3.0 (2024-XX-XX)
23+
- Almost complete rewrite
24+
- Support for tibber
25+
2126
#### 2.2 (2023-03-31)
2227
- Small config improvements
2328

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ def load_req() -> list[str]:
4242
'mqtt',
4343
'sml',
4444
'Smart Message Language',
45-
'energy meter'
45+
'energy meter',
46+
'tibber'
4647
],
4748
long_description=long_description,
4849
long_description_content_type="text/markdown",

src/sml2mqtt/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2'
1+
__version__ = '3.0.DEV-1'

0 commit comments

Comments
 (0)