Releases: XavierBerger/Solar-Router-for-ESPHome
Releases · XavierBerger/Solar-Router-for-ESPHome
v1.6.2
v1.6.1
v1.6.0
v1.5.2
v1.5.1
1.5.1 - 2025-06-11
🐛 Bug Fixes
- (http) Update headers to request_headers to match with esphome changes
🚜 Refactor
- Use variables to configure packages
📚 Documentation
- Update and cleanup doc according to vars usage
Full Changelog: v1.5.0...v1.5.1
v1.5.0
v1.4.2
1.4.2 - 2025-01-30
🚀 Features
- Update example to use sources from github
- Improve energy counter theorical to detect when energy is not consumed
📚 Documentation
- Add solar router alternatives
- Add french version
⚙️ Miscellaneous Tasks
- Update configuration to optimise ci duration
- Update tool to generate documentation and changelog
v1.4.1
v1.4.0
1.4.0 - 2024-11-30
🚀 Features
- (energy_counter) Update min value of 'load_power'
- Add temperature reading from home assistant and create safety_limit algorithm
- Add DS18B20 temperature sensor
- Add temperature limiters
🚜 Refactor
- Move power_meter_activated in power_meter_common.yaml
📚 Documentation
- Fix wrong links
- Add schema showing packages interaction
- Add documentation for temperature limiters
⚙️ Miscellaneous Tasks
- Code cleanup
v1.3.0
1.3.0 - 2024-11-23
🚀 Features
- (example) Update wt32-eth01 to use local variables when packagesi are locals
- (power_meter) Manage http error with on_error (introduced in 2024.11)
- Define ESPHome min_version required for build
- Add energy saved counter calculation base on regulator opening and load power
- Report energy diverted (calculated)
🐛 Bug Fixes
- Do not divert energy when real power is not available
📚 Documentation
- Restore DrawIO schemas
- Add comment about engine ON/OFF
- Update documentation to explain energy counter
⚙️ Miscellaneous Tasks
- (engine) Code cleanup
- Code cleanup and better error managements
- Code cleanup and bug fix