mirror of
https://github.com/d3vyce/teleinfo-exporter.git
synced 2025-04-01 15:53:22 +02:00
bump: version + update: README
This commit is contained in:
parent
bda833747d
commit
fd6969250d
@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 1.2.0 - 04-02-2024
|
||||
fix: catch UnicodeDecodeError when loading json from broker
|
||||
fix: use .get() to avoid KeyError
|
||||
|
||||
## 1.1.0 - 02-11-2024
|
||||
add: Grafana dashboard to README
|
||||
fix: MQTT brocker disconnection when client connection timeout
|
||||
fix: MQTT broker disconnection when client connection timeout
|
||||
|
||||
## 1.0.0 - 12-19-2023
|
||||
Initial release
|
||||
|
@ -3,10 +3,10 @@
|
||||

|
||||
|
||||
Simple prometheus exporter for Linky teleinfo.
|
||||
Teleinfo Tasmota project :
|
||||
https://github.com/NicolasBernaerts/tasmota/tree/master/teleinfo
|
||||
Grafana Dashboard:
|
||||
https://grafana.com/grafana/dashboards/20182-linky-teleinfo/
|
||||
|
||||
[Teleinfo Tasmota project](https://github.com/NicolasBernaerts/tasmota/tree/master/teleinfo)
|
||||
|
||||
[Grafana Dashboard](https://grafana.com/grafana/dashboards/20182-linky-teleinfo/)
|
||||
|
||||
## Installation
|
||||
### Pip
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "teleinfo-exporter"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
dependencies = [
|
||||
"bcrypt ~= 4.1",
|
||||
"configargparse ~= 1.7",
|
||||
|
Loading…
x
Reference in New Issue
Block a user