ha_epex_spot icon indicating copy to clipboard operation
ha_epex_spot copied to clipboard

Adds EPEX Spot data to Home Assistant.

Results 10 ha_epex_spot issues
Sort by recently updated
recently updated
newest added

I'm trying to determine the start of the lowest price interval, based on the `epex_spot.get_lowest_price_interval` service call. If I use this service call in the Developers tools: ``` service: epex_spot.get_lowest_price_interval...

Github release tag is on v2.3.6 while manifest.json still states 2.3.5

This PR adds support for Tibber as the source of electricity prices. You need to have an account with Tibber and you also need to get an access token for...

Hey, there is new service available that predicts prices for nex 48/96 hours. [energyforecast](https://www.energyforecast.de/) It would be cool if ha_exex_sport could also support it.

enhancement

Trying to get lowest (or highest) price interval service call fails with SmartEnergy. Same thing works for Awattar (at). ![image](https://github.com/user-attachments/assets/118d6bc3-576b-408c-9b27-ec8b769becf2) As far as I can tell, this is the relevant...

This PR changes from the ct/kWh to €/£/mWh/kWh as preferred by Home Assistant (see https://github.com/mampfes/ha_epex_spot/discussions/122).

Actual quantile calculation window is the actual day (00:00 - 23:00). For battery optimazation strategie - force charge, - charge from grid, - disable discharge, - ... it really make...

Since yesterday smart energy API is broken. This has happened in the past and will probably happen in the future again. As a user of ha_epex_spot I would like to...

This PR changes the unit from ct/kWh to €/£/mWh/kWh as preferred by Home Assistant (see https://github.com/mampfes/ha_epex_spot/discussions/122). ### Changes as requested in https://github.com/mampfes/ha_epex_spot/pull/128 - Rename to `price_per_kwh` - only return price_per_kwh...

This PR removes the price sensor and renames the net price sensor to price as requested in https://github.com/mampfes/ha_epex_spot/pull/128 This PR depends on https://github.com/mampfes/ha_epex_spot/pull/148