bump: version + update: README

This commit is contained in:
d3vyce 2024-04-02 19:47:51 +02:00
parent bda833747d
commit fd6969250d
3 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -3,10 +3,10 @@
![Grafana Dashboard](https://grafana.com/api/dashboards/20182/images/15332/image) ![Grafana Dashboard](https://grafana.com/api/dashboards/20182/images/15332/image)
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

View File

@ -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",