Example automations for using Sessy with Home Assistant
Controls Sessy to maintain value X on the grid meter.
- Load balancing across multiple Sessy's
- Except certain load via offset entities (e.g. EV charger)
- Some attention points:
- Make sure you don't have any helper entities with
_power_strategy
,_power_setpoint
,_state_of_charge
or_system_state
in the name Update Interval
needs to be slower than the grid connection sensor update interval.Smoothing
default of 100 to 1000 is a good starting point. This is the maximum step adjustment. When your sensor updates more frequent you should lower the smoothing value. A large value may result in instable control- Your net grid consumption sensor needs to have the unit Watt or kW
- Make sure you don't have any helper entities with
Charges Sessy to the specified amount, then activates a certain strategy.
- Supports multiple Sessy's
- Script ends when all Sessy's report full, above set percentage, or after timeout passes.
Display the power schedule and energy prices for the dynamic strategy within Home Assistant using ApexCharts.