Here’s a breakdown of the headings in the EMHASS forecast table:
Heading | Explanation |
---|---|
P_PV | Forecasted power generation from your solar panels (Watts). This helps you predict how much solar energy you will produce during the forecast period. |
P_Load | Forecasted household power consumption (Watts). This gives you an idea of how much energy your appliances are expected to use. |
P_deferrable0 | Forecasted power consumption of deferrable loads (Watts). Deferable loads are appliances that can be managed by EMHASS. EMHASS helps you optimise energy usage by prioritising solar self-consumption and minimizing reliance on the grid or by taking advantage or supply and feed-in tariff volatility. You can have multiple deferable loads and you use this sensor in HA to control these loads via smart switch or other IoT means at your disposal |
P_grid_pos | Forecasted power exported to the grid (Watts). This indicates the amount of excess solar energy you are expected to send back to the grid during the forecast period. |
P_grid_neg | Forecasted power imported from the grid (Watts). This indicates the amount of energy you are expected to draw from the grid when your solar production is insufficient to meet your needs or it is advantagous to consume from the grid. |
P_grid | Forecasted net power flow between your home and the grid (Watts). This is calculated as P_grid_pos - P_grid_neg. A positive value indicates net export, while a negative value indicates net import. |
unit_load_cost | Forecasted cost per unit of energy you pay to the grid (typically $/kWh). This helps you understand the expected energy cost during the forecast period. |
unit_prod_price | Forecasted price you receive for selling excess solar energy back to the grid (typically $/kWh). This helps you understand the potential income from your solar production. |
cost_profit | Forecasted profit or loss from your energy usage for the forecast period. This is calculated as unit_load_cost * P_Load - unit_prod_price * P_grid_pos. A positive value indicates a profit, while a negative value indicates a loss. |
cost_fun_cost | Forecasted cost associated with deferring loads to maximize solar self-consumption. This helps you evaluate the trade-off between managing the load and not managing and potential cost savings. |
Web Resources:
You can find information and definitions of these headings in the following resources:
- EMHASS Documentation: GitHub - davidusb-geek/emhass: emhass: Energy Management for Home Assistant, is a Python module designed to optimize your home energy interfacing with Home Assistant.
- EMHASS Community Forum: emhass | Read the Docs