Skip to content

Commit

Permalink
adjustment to config directive naming
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaDodds committed Jan 10, 2025
1 parent 1fbfdfa commit c48744a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ACTIVE_MODULES='[{"sync": {"ev_charge_controller": false, "energy_broker": false
HOME_CONNECT_APPLIANCE_SCHEDULING=False

# Enable / disable dynamic buy and sell decisions
DYNAMIC_ESS_NET_METERING_ENABLED=False
ESS_NET_METERING_ENABLED=False
# Rate in Watts to export energy to the grid from the ESS
ESS_EXPORT_AC_SETPOINT=-10000.0

Expand Down
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
STATE = GlobalStateClient()

ACTIVE_MODULES = json.loads(retrieve_setting('ACTIVE_MODULES'))
DYNAMIC_ESS_NET_METERING_ENABLED = bool(retrieve_setting('DYNAMIC_ESS_NET_METERING_ENABLED')) or False
HOME_CONNECT_APPLIANCE_SCHEDULING = bool(retrieve_setting("HOME_CONNECT_APPLIANCE_SCHEDULING")) or False

def ev_charge_controller(): EvCharger().main()
Expand Down

0 comments on commit c48744a

Please sign in to comment.