Skip to content

Releases: XavierBerger/Solar-Router-for-ESPHome

v1.6.2

18 Jul 18:02
3d0697f

Choose a tag to compare

1.6.2 - 2025-07-18

🚀 Features

  • Add engines managing 3 resistors water heater and optionally a bypass relay

v1.6.1

18 Jul 18:02
a1d6cda

Choose a tag to compare

1.6.1 - 2025-07-16

🚀 Features

  • Add scheduler to define force run

v1.6.0

10 Jul 19:00
618f024

Choose a tag to compare

1.6.0 - 2025-07-10

🚀 Features

  • Allow to set down & up reactivity - Breaking change

v1.5.2

06 Jul 15:19
b918ffd

Choose a tag to compare

1.5.2 - 2025-07-06

🚀 Features

  • #74 hide_leds + doc: Add hide_regulators documentation & Fix relay_regulator_gate_pin

v1.5.1

11 Jun 06:33
97ae17f

Choose a tag to compare

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

06 Feb 18:09
a98caae

Choose a tag to compare

1.5.0 - 2025-02-06

🚀 Features

  • BREAKING CHANGE - engine renaming:
    • engine.yamlengine_1dimmer.yaml
    • engine_on_off.yamlengine_1switch.yaml
  • Add engine dimmer with bypass: engine_1dimmer_1bypass.yaml

v1.4.2

30 Jan 19:28
a9dc227

Choose a tag to compare

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

20 Dec 18:17
ac5b415

Choose a tag to compare

1.4.1 - 2024-12-20

🚀 Features

  • Add LED reflecting safety limit

📚 Documentation

  • Add regulation waveformes
  • Update temperature limiter documentation

v1.4.0

30 Nov 11:12
04b3a75

Choose a tag to compare

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

23 Nov 18:08
379843d

Choose a tag to compare

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