Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .changeset/bundle-easee-request-active.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"ftw": patch
---

Bundle easee_cloud 1.2.0 (srcfl/device-drivers#103): the driver now
emits `request_active`, so Core can tell "the car has stopped
requesting current" (Easee reason 50 / charging completed) from "the
box paused it". This turns on three existing protections for Easee
sites: the session-completion latch stops the planner allocating
energy to a full car, a manual Start hold auto-releases instead of
offering power all night, and the charging-interrupted notification
stops firing on the car's own renegotiation bursts. The driver's HTTP
transport is also pcall-hardened.
2 changes: 1 addition & 1 deletion drivers/BUNDLED_SOURCE.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"for coverage. Run scripts/sync-bundled-drivers.sh to update."
],
"repository": "srcfl/device-drivers",
"commit": "19dd64ccc563d4b1bd102793b066e3f75a83687d",
"commit": "f98d5c5f3519fa90f010a69573aa8fcf8595c8b0",
"source_dir": "drivers/lua",
"drivers": [
"ambibox_v2x", "ctek", "ctek_hybrid", "ctek_v2", "deye", "easee_cloud",
Expand Down