diff --git a/.changeset/bundle-easee-request-active.md b/.changeset/bundle-easee-request-active.md new file mode 100644 index 000000000..30ace0814 --- /dev/null +++ b/.changeset/bundle-easee-request-active.md @@ -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. diff --git a/drivers/BUNDLED_SOURCE.json b/drivers/BUNDLED_SOURCE.json index 5234bfdc9..57ab29e75 100644 --- a/drivers/BUNDLED_SOURCE.json +++ b/drivers/BUNDLED_SOURCE.json @@ -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",