Releases: BorisBrock/HeidelBridge
Releases · BorisBrock/HeidelBridge
3.0.0
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
This is the first preview release of HeidelBridge 3.0.
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
3.0.0 Alpha 1
This is the first preview release of HeidelBridge 3.0.
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
2.0.0
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
- Adding
state_class: total_increasing
to Home Assistant MQTT message
1.9.2
- Fixing Heidelberg energy meter value being read from wrong register
- Fixing PlatformIO build
- Fixing dummy wallbox energy meter unit
1.9.0
- 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
- Fixing compilation issue
- Setting watchdog timeout on startup
1.7.2
- 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
- Fixing typo in MQTT message topic
- Fixing stack overflow when running with DEBUG logging