From 3a70d1eccc10bbc2a34fd053934b1da2c4316c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Bo=CC=88hm?= Date: Wed, 8 Jan 2025 09:51:51 +0100 Subject: [PATCH] Fix: disable solar_passthrough_enabled by default To prevent further issues with solar passthrough for setups without solarchargers connected to the DTU solar_passhtrough_enabled has been set to false by default. --- include/defaults.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/defaults.h b/include/defaults.h index 7d554e2e9..4255028bc 100644 --- a/include/defaults.h +++ b/include/defaults.h @@ -127,7 +127,7 @@ #define HTTP_REQUEST_TIMEOUT_MS 1000 #define POWERLIMITER_ENABLED false -#define POWERLIMITER_SOLAR_PASSTHROUGH_ENABLED true +#define POWERLIMITER_SOLAR_PASSTHROUGH_ENABLED false #define POWERLIMITER_CONDUCTION_LOSSES 3 #define POWERLIMITER_BATTERY_ALWAYS_USE_AT_NIGHT false #define POWERLIMITER_IS_INVERTER_BEHIND_POWER_METER true