v2.0.0-beta.3
Pre-release
Pre-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_midnightis on (off by default)./api/overviewnow exposes a propertoday_energyday-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 explicitversion: "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 withfatal 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 userecommendedalready and are unaffected. esp_tsdbnow 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 theesp32p4target.- "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