From a6b00cdd6531d7b49923621f609850a758aff91c Mon Sep 17 00:00:00 2001 From: Fredrik Ahlgren Date: Sun, 30 Aug 2026 09:57:57 +0200 Subject: [PATCH] =?UTF-8?q?chore(drivers):=20bundle=20easee=5Fcloud=201.2.?= =?UTF-8?q?0=20=E2=80=94=20request=5Factive=20reaches=20Core?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move the pin to srcfl/device-drivers@f98d5c5f (#103): easee_cloud emits request_active (false on Easee reason 50 / op_mode 4), which turns on the session-completion latch, manual-hold auto-release and interruption-noise suppression for Easee sites. Part of #1002. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01C1d4uknzs7QUv7nE9rW4fi --- .changeset/bundle-easee-request-active.md | 13 +++++++++++++ drivers/BUNDLED_SOURCE.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .changeset/bundle-easee-request-active.md 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",