Skip to content

Releases: misery/HeatingMqttBridge

v1.8

08 Jan 12:32
bcb02ec

Choose a tag to compare

  • Use go 1.25
  • Update dependencies
  • Replace some deprecated func calls and linter problems.

v1.7

14 Mar 09:22
419a70b

Choose a tag to compare

Re-release 1.6.2 as 1.7

v1.6.2

14 Mar 09:07
e05ed6e

Choose a tag to compare

  • Update dependencies
  • Use Go 1.24

v1.6.1

28 Dec 20:46
1180bb2

Choose a tag to compare

  • Update dependencies
  • Use Go 1.23

v1.6

22 Oct 22:44
a57617c

Choose a tag to compare

  • Add possibility to set TempSIUnit (hopefully fix #22)
  • Add warning about missing TempSIUnit
  • Introduce zerolog for better logging
  • Drop Go 1.19

v1.5

17 Oct 13:57
6246183

Choose a tag to compare

  • Allow repository as HomeAssistant AddOn
  • Allow to disable SENSOR entities
  • Update dependencies
  • Use Go 1.21
  • Drop Go 1.17 and Go 1.18

v1.4

13 Feb 09:54
49e4f38

Choose a tag to compare

  • Swap broken BROKER_USER / BROKER_PSW usage
  • Use internal DNS cache
  • Use 12 hours for battery detection
  • Build armv6 docker image, too
  • Add -verbose
  • Use Go 1.20
  • Drop Go 1.16

v1.3

18 Sep 19:19
299b2bd

Choose a tag to compare

  • Use Go 1.19
  • Fix auto discovery with newest Home Assistant
  • Drop Go 1.11 - 1.15
  • Replace deprecated API

v1.2

07 May 00:14
afc960d

Choose a tag to compare

  • Add "sensor" topic to HA auto discovery
  • Better detection of initial and re-connection
  • Subscribe to "homeassistant/status" to immediately update values if HA is online
  • Shrink docker image size
  • Update dependencies
  • Use go 1.18

v1.1

19 Nov 16:27

Choose a tag to compare

  • Use 5 minutes polling by default
  • Use go 1.17
  • Update paho.mqtt
  • Send "RaumTempLastChange" and Gx/availability if battery seems empty
  • Deny invalid values for SollTemp
  • Add unique_id and connections to MQTT discovery
  • Fix invalid state on reconnection to MQTT broker