mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Merge branch 'main' into hal2
This commit is contained in:
commit
c63ae6eb23
20 changed files with 588 additions and 328 deletions
|
@ -142,7 +142,7 @@
|
|||
#define HA_AUTODISCOVERY // Enable this line to send Home Assistant autodiscovery messages. If not enabled manual configuration of Home Assitant is required
|
||||
|
||||
/* Battery settings */
|
||||
// Predefined total energy capacity of the battery in Watt-hours
|
||||
// Predefined total energy capacity of the battery in Watt-hours (updates automatically from battery data when available)
|
||||
#define BATTERY_WH_MAX 30000
|
||||
// Increases battery life. If true will rescale SOC between the configured min/max-percentage
|
||||
#define BATTERY_USE_SCALED_SOC true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue