mirror of
https://github.com/d3vyce/teleinfo-exporter.git
synced 2025-04-03 00:33:22 +02:00
bump: version + update: README
This commit is contained in:
parent
bda833747d
commit
fd6969250d
@ -1,8 +1,12 @@
|
|||||||
# Changelog
|
# 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
|
## 1.1.0 - 02-11-2024
|
||||||
add: Grafana dashboard to README
|
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
|
## 1.0.0 - 12-19-2023
|
||||||
Initial release
|
Initial release
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||

|

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