Skip to content

v2.0.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@RAR RAR released this 21 Jul 12:21
· 39 commits to next since this release

Fixed

  • Dashboard "Today's energy" showed a runaway lifetime total (~1067 kWh for an 86 kWh day). It read the raw lifetime accumulator, which only zeroes at midnight when reset_at_midnight is on (off by default). /api/overview now exposes a proper today_energy day-delta, leaving the accumulators monotonic for Home Assistant. Also fixes the "This month" card double-counting today.

Changed

  • BLE builds must stay on version: recommended (#33). An explicit version: "6.0.x" pin selects a moving branch now delivering IDF 6.0.2, which relocated the Bluedroid headers off the global include path — any BLE source then fails with fatal error: esp_bt_defs.h: No such file or directory. Upstream ESPHome issue; IDF 6 + BLE stays blocked until it's fixed there. The default boards use recommended already and are unaffected.
  • esp_tsdb now comes from the upstream registry release (zakery292/esp_tsdb^2.1.0) instead of the fork — 2.1.0 merged everything we needed. The P4 keeps the fork pin until 2.1.0 lists the esp32p4 target.
  • "Sync to cloud" is now "Sync with cloud" (CCA Info page) — the check-in is bidirectional: the CCA pushes telemetry and pulls pending config changes.

Full changelog: v2.0.0-beta.2...v2.0.0-beta.3