Skip to content

Commit

Permalink
Fix: disable solar_passthrough_enabled by default
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AndreasBoehm authored and schlimmchen committed Jan 8, 2025
1 parent f435c3c commit 3a70d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/defaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a70d1e

Please sign in to comment.