Pulls data from OMIE into Home Assistant. OMIE is the nominated electricity market operator ( NEMO) for managing the Iberian Peninsula's day-ahead and intraday electricity markets.
💶 Follow the day-ahead Spot and Adjustment Mechanism prices for 🇵🇹 and 🇪🇸.
📈 Use sensor attributes to graph hourly prices.
🧾 Estimate your power bill based on the spot prices.
💡 Check out our Wiki for examples!
Provides the following sensors containing daily and day-ahead values.
Sensor | Unit | Description |
---|---|---|
omie_spot_price_es |
€/MWh | Marginal price for the current hour in Spain, determined in the day-ahead market of the previous day. |
omie_spot_price_pt |
€/MWh | Marginal price for the current hour in Portugal, determined in the day-ahead market of the previous day. |
omie_adjustment_price_es (P) |
€/MWh | Adjustment mechanism price for the current hour paid by consumers in Spain. |
omie_adjustment_price_pt (P) |
€/MWh | Adjustment mechanism price for the current hour paid by consumers in Portugal. |
General notes regarding the sensors:
- Daily average and hourly values are available in each sensor's attributes.
- Unwanted sensors may be disabled in each sensor's Settings after installation.
- Sensors marked with a (P) contain Provisional values until the results of the last intraday market session are published at around 10:30 PM on the day.
Use HACS (preferred) or follow the manual instructions below.
- Open
Integrations
inside the HACS configuration. - Click on the 3 dots in the top-right corner and select
Custom Repositories
. - Paste in https://github.com/luuuis/hass_omie and select
Integration
as category. - Once installation is complete, restart Home Assistant.
Manual installation instructions
- Download
hass_omie.zip
from the latest release in https://github.com/luuuis/hass_omie/releases/latest - Unzip into
<hass_folder>/config/custom_components
$ unzip hass_omie.zip -d <hass_folder>/custom_components/omie
- Restart Home Assistant
Go to the Integrations
page, click Add Integration
and select the OMIE Home Assistant Integration or click the
following button.