From de82f710581c6649cb7c781d08ad8e2463af4b71 Mon Sep 17 00:00:00 2001 From: LKuemmel <76958050+LKuemmel@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:37:36 +0100 Subject: [PATCH 1/3] fix bat: type of dynamic max power --- Simulator 2.x/simulator_flow.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Simulator 2.x/simulator_flow.json b/Simulator 2.x/simulator_flow.json index 421a0a9..56d2ae3 100644 --- a/Simulator 2.x/simulator_flow.json +++ b/Simulator 2.x/simulator_flow.json @@ -998,7 +998,7 @@ "p": "dynamicMaxPower", "pt": "flow", "to": "3300", - "tot": "str" + "tot": "num" }, { "t": "set", @@ -7630,5 +7630,17 @@ "order": 1, "disabled": false, "hidden": false + }, + { + "id": "55a568a139648fbd", + "type": "global-config", + "env": [], + "modules": { + "node-red-node-smooth": "0.1.2", + "node-red-node-random": "0.4.1", + "node-red-contrib-interval-length": "0.0.6", + "node-red-contrib-pid": "1.1.7", + "node-red-dashboard": "3.2.3" + } } ] From 13c765b3f8cad39c72c72d0dd98c6c56ea5cd5e5 Mon Sep 17 00:00:00 2001 From: LKuemmel <76958050+LKuemmel@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:38:23 +0100 Subject: [PATCH 2/3] clean up --- Simulator 2.x/simulator_flow.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Simulator 2.x/simulator_flow.json b/Simulator 2.x/simulator_flow.json index 56d2ae3..7e2ded9 100644 --- a/Simulator 2.x/simulator_flow.json +++ b/Simulator 2.x/simulator_flow.json @@ -7630,17 +7630,5 @@ "order": 1, "disabled": false, "hidden": false - }, - { - "id": "55a568a139648fbd", - "type": "global-config", - "env": [], - "modules": { - "node-red-node-smooth": "0.1.2", - "node-red-node-random": "0.4.1", - "node-red-contrib-interval-length": "0.0.6", - "node-red-contrib-pid": "1.1.7", - "node-red-dashboard": "3.2.3" - } } ] From dc0809cff122987aad1eb051ef51f8ce04667067 Mon Sep 17 00:00:00 2001 From: LKuemmel <76958050+LKuemmel@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:49:42 +0100 Subject: [PATCH 3/3] fix --- Simulator 2.x/simulator_flow.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Simulator 2.x/simulator_flow.json b/Simulator 2.x/simulator_flow.json index 7e2ded9..535b4b2 100644 --- a/Simulator 2.x/simulator_flow.json +++ b/Simulator 2.x/simulator_flow.json @@ -997,8 +997,8 @@ "t": "set", "p": "dynamicMaxPower", "pt": "flow", - "to": "3300", - "tot": "num" + "to": "null", + "tot": "jsonata" }, { "t": "set",