Skip to content

Releases: danielringch/tibber2mqtt

v1.6.1

20 Dec 19:39

Choose a tag to compare

As this is a path release, it only contains bugfixes.

Changed:

  • reading the configuration is more robust

v1.6.0

19 Dec 14:51

Choose a tag to compare

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

12 Aug 19:38

Choose a tag to compare

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

17 Apr 18:52

Choose a tag to compare

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

08 Apr 07:31

Choose a tag to compare

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

16 Feb 21:44

Choose a tag to compare

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

14 Jan 11:17

Choose a tag to compare

Changed:

  • added support for TLS encrypted connection to MQTT server
  • added support for MQTT server authentication via username/password or certificate

v1.0.0

14 Jan 10:40

Choose a tag to compare

Hi, this is the initial release of tibber2mqtt.