Skip to content

Commit

Permalink
Added HomeWizard battery to examples
Browse files Browse the repository at this point in the history
Dutch smart-energy company HomeWizard Energy is selling a pre orders for a "works with Home Assistant"-labeled plug-in battery, which I added to the templates.

https://www.homewizard.com/nl/shop/battery-pre-order/
  • Loading branch information
Wendelstein7 authored Aug 18, 2024
1 parent 56fa521 commit 57ee2fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions custom_components/battery_sim/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,11 @@
CONF_BATTERY_MAX_CHARGE_RATE: 11.5,
CONF_BATTERY_MAX_DISCHARGE_RATE: 11.5,
},
"HomeWizard Energy Plug-in Battery 2.7kWh": {
CONF_BATTERY_SIZE: 2.688,
CONF_BATTERY_EFFICIENCY: 0.95,
CONF_BATTERY_MAX_CHARGE_RATE: 0.8,
CONF_BATTERY_MAX_DISCHARGE_RATE: 0.8,
},
"Custom": {},
}

0 comments on commit 57ee2fb

Please sign in to comment.