A Home Assistant integration to calculate electricity costs for LADWP customers in Los Angeles.
- Calculates electricity costs based on LADWP rate plans
- Supports both Standard and Time-of-Use (TOU) rate plans
- Customizable billing cycle and zone settings
- Works with grid power, solar power, and load power entities
- Ensure HACS is installed in your Home Assistant instance
- Add this repository as a custom repository in HACS
- Install the integration through HACS
- Restart Home Assistant
- Add the integration through the HA Configuration -> Integrations menu
- Copy the
custom_components/ladwp_energy_cost
directory to your Home Assistant configuration directory - Restart Home Assistant
- Add the integration through the HA Configuration -> Integrations menu
After adding the integration, you will need to configure:
- Grid power entity (required) - The entity that measures your grid power in watts
- Solar power entity (optional) - The entity that measures your solar production in watts
- Load power entity (optional) - The entity that measures your total consumption in watts
- Rate plan - Standard or Time-of-Use
- Billing day - The day of the month your billing cycle starts
- Zone - Your LADWP zone (affects tier limits)
- Billing period - Monthly or bimonthly billing
This project is licensed under the MIT License.