From 797f7f25202dc615e53e3564d51d8d6ad7fe4cc3 Mon Sep 17 00:00:00 2001 From: GillisHommen Date: Tue, 10 Mar 2026 12:16:26 +0100 Subject: [PATCH 1/4] Basic structure of the J_EAConversionAirConditioner Not yet integrated in heating management, not yet tested. --- Zero_engine.alpx | 11 +- .../Class.J_EAConversionAirConditioner.java | 123 ++++++++++++++++++ .../Classes/Class.J_EAConversionHeatPump.java | 1 + 3 files changed, 134 insertions(+), 1 deletion(-) create mode 100644 _alp/Classes/Class.J_EAConversionAirConditioner.java diff --git a/Zero_engine.alpx b/Zero_engine.alpx index 35ef04d..7e5c887 100644 --- a/Zero_engine.alpx +++ b/Zero_engine.alpx @@ -1,7 +1,7 @@ 1658477103134 @@ -993,6 +993,10 @@ 1753968826413 + + 1659525715752 @@ -1654,6 +1658,7 @@ EXCLUDE_PV => Use PV profile to preprocess gridnode profile to create a more acc 1749648342034 + true 1752677832758 diff --git a/_alp/Agents/GCHouse/Code/Functions.java b/_alp/Agents/GCHouse/Code/Functions.java index dd53377..6144b35 100644 --- a/_alp/Agents/GCHouse/Code/Functions.java +++ b/_alp/Agents/GCHouse/Code/Functions.java @@ -1,7 +1,7 @@ double f_operateFlexAssets_overwrite(J_TimeVariables timeVariables) {/*ALCODESTART::1664963959146*/ f_manageCookingTracker(timeVariables); -f_manageAirco(timeVariables); +//f_manageAirco(timeVariables); super.f_operateFlexAssets(timeVariables); /*ALCODEEND*/} diff --git a/_alp/Agents/GCHouse/Code/Functions.xml b/_alp/Agents/GCHouse/Code/Functions.xml index c1ed00f..3c3f15b 100644 --- a/_alp/Agents/GCHouse/Code/Functions.xml +++ b/_alp/Agents/GCHouse/Code/Functions.xml @@ -104,6 +104,7 @@ double 1749648447119 + true 1160 240