Skip to content

Releases: BorisBrock/HeidelBridge

3.0.0

16 Mar 04:28
Compare
Choose a tag to compare

This is the 3.0.0 major release of HeidelBridge. The new features include:

  • Set up your HeidelBridge without the need to compile anything. Just use the Web Flasher to install HeidelBridge on your ESP32.
  • Easy first time setup with the built in web server and captive portal.
  • OTA (Over The Air) updates without physical access to the device.
  • Change the configuration via the web interface without modifying any code.

3.0.0 Beta 1

14 Mar 19:33
Compare
Choose a tag to compare
3.0.0 Beta 1 Pre-release
Pre-release

This is the first preview release of HeidelBridge 3.0.

⚠️ IT MAY BE UNSTABLE AND IS NOT SUITED FOR PRODUCTIVE USE!

New features:

  • Integrated web server with REST API
  • Provisioning and configuration via web interface
  • No need to compile the source code yourself
  • Easy OTA (Over The Air) updates

Changes Since Alpha 1

  • Fixed wrong default MQTT port (1833 -> 1883)
  • Fixed cyclic device restart after 5 minutes
  • Fixed MQTT port not being correctly transferred via REST API

⚠️ For testing purposes this firmware build uses only the dummy wallbox implementation.

3.0.0 Alpha 1

13 Mar 20:59
Compare
Choose a tag to compare
3.0.0 Alpha 1 Pre-release
Pre-release

This is the first preview release of HeidelBridge 3.0.

⚠️ IT MAY BE UNSTABLE AND IS NOT SUITED FOR PRODUCTIVE USE!

New features:

  • Integrated web server with REST API
  • Provisioning and configuration via web interface
  • No need to compile the source code yourself
  • Easy OTA (Over The Air) updates

⚠️ For testing purposes this firmware build uses only the dummy wallbox implementation.

2.0.0

05 Mar 13:07
Compare
Choose a tag to compare

This release contains potentially breaking changes:

  • Simplifying the configuration (no more file cloning required).
  • The device name can now be changed to allow operation of multiple HeidelBridges in parallel.

1.9.3

03 Mar 16:15
Compare
Choose a tag to compare
  • Adding state_class: total_increasing to Home Assistant MQTT message

1.9.2

01 Mar 20:21
Compare
Choose a tag to compare
  • Fixing Heidelberg energy meter value being read from wrong register
  • Fixing PlatformIO build
  • Fixing dummy wallbox energy meter unit

1.9.0

18 Jan 19:50
Compare
Choose a tag to compare
  • Device name "HeidelBridge" is now showing up correctly in the router (e.g. Fritz!Box)
  • Internal cleanup and other code quality improvements

1.8.0

27 Dec 05:31
Compare
Choose a tag to compare
  • Fixing compilation issue
  • Setting watchdog timeout on startup

1.7.2

15 Oct 05:47
Compare
Choose a tag to compare
  • Uptime counter is now 64 bits (should last for 584942417355 years)
  • Improving Home Assistant MQTT auto discovery
  • Increasing MQTT data update rate

1.7.1

09 Oct 09:03
Compare
Choose a tag to compare
  • Fixing typo in MQTT message topic
  • Fixing stack overflow when running with DEBUG logging