Releases: danielringch/tibber2mqtt
Releases · danielringch/tibber2mqtt
v1.6.1
v1.6.0
This release uses changes made in the fork of @MacPiper . Thanks for your contribution!
New:
- support for Docker is added
Changed:
- MQTT host, user and password can be passed as environment variables
- the MQTT payload format can be plain text
There are breaking changes in the config file, so please adapt your configuration.
v1.5.0
Changed:
- power production is now supported and represented by negative power values
- the MQTT payload format can be switched between int16 and int32
There are breaking changes in the config file, so please adapt your configuration.
v1.4.0
Changed:
- reworked the whole code in regard to stability and automatic reconnect
- made Tibber API related timeouts configurable
There are breaking changes in the config file, so please adapt your configuration.
v1.3.0
Changed:
- replaced custom logging infrastructure by python logging
- refactored watchdog
There are breaking changes in the config file, so please adapt your configuration.
v1.2.0
Changed:
- direct access to tibber API via gql is used instead of pyTibber to get live data
- watchdog is now more reliable and configurable
There are breaking changes in the config file, so please adapt your configuration.
v1.1.0
Changed:
- added support for TLS encrypted connection to MQTT server
- added support for MQTT server authentication via username/password or certificate
v1.0.0
Hi, this is the initial release of tibber2mqtt.