https://github.com/luuuis/hass_omie
OMIE Home Assistant Integration
https://github.com/luuuis/hass_omie
electricity home-assistant mibel omie portugal spain
Last synced: 2 months ago
JSON representation
OMIE Home Assistant Integration
- Host: GitHub
- URL: https://github.com/luuuis/hass_omie
- Owner: luuuis
- License: apache-2.0
- Created: 2023-02-19T22:20:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T11:23:42.000Z (5 months ago)
- Last Synced: 2025-05-09T00:03:04.054Z (2 months ago)
- Topics: electricity, home-assistant, mibel, omie, portugal, spain
- Language: Python
- Homepage: https://forum.cpha.pt/t/integracao-omie-precos-horarios-diarios-mecanismo-de-ajuste/11668
- Size: 83 KB
- Stars: 60
- Watchers: 7
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/custom-components/hacs) [](https://github.com/luuuis/hass_omie/releases) [](https://github.com/luuuis/hass_omie/releases)
# OMIE Home Assistant Integration
## Features
Pulls data from [OMIE](https://www.omie.es/en) 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](https://www.omie.es/en/spot-hoy) for 🇵🇹 and 🇪🇸.
📈 Use sensor attributes to [graph hourly prices](https://github.com/luuuis/hass_omie/wiki/ApexChartsExamples).
🧾 [Estimate your power bill](https://github.com/luuuis/hass_omie/wiki/Tarifários-Portugal) based on the spot prices.
💡 [Check out our Wiki](https://github.com/luuuis/hass_omie/wiki) for examples!
![]()
### Sensors
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.## Installation
Use [HACS](https://hacs.xyz) (preferred) or follow the manual instructions below.
### Installation using HACS
1. Open `Integrations` inside the HACS configuration.
1. Click on the 3 dots in the top-right corner and select `Custom Repositories`.
1. Paste in https://github.com/luuuis/hass_omie and select `Integration` as type.
1. Once installation is complete, restart Home Assistant.Manual installation instructions
### **Manual installation**
1. Download `hass_omie.zip` from the latest release in https://github.com/luuuis/hass_omie/releases/latest
2. Unzip into `/config/custom_components`
```shell
$ unzip hass_omie.zip -d /custom_components/omie
```
3. Restart Home Assistant## Configuration
Go to the `Integrations` page, click `Add Integration` and select the OMIE Home Assistant Integration or click the
following button.[](https://my.home-assistant.io/redirect/config_flow_start/?domain=omie)