⚠️ WORK IN PROGRESSThis project is currently under active development. The solution is not stable, not complete, and not ready for production use.
....and....just doesn't work yet ....
NextEnergy API integration for Home Assistant. Provides current and next hour electricity prices via sensors. Currently supporting Market and Market+ rates.
sensor.nextenergy_current_marketsensor.nextenergy_current_market_plussensor.nextenergy_next_marketsensor.nextenergy_next_market_plus
- Market = raw exchange price.
- Market+ = all-in price (market price + energy tax + VAT).
- Add this repo as a custom repository in HACS.
- Install via HACS.
- Restart Home Assistant.
- Add the integration via the UI and provide your credentials (or use
secrets.yaml).
- Go to Settings → Devices & Services → Add Integration → NextEnergy
- Enter your username and password.
- Finish setup and sensors will appear.
Add the following to configuration.yaml.
logs: custom_components.nextenergy: debug
This project is licensed under the MIT License - see the LICENSE file for details.
Big thanks to https://github.com/iacavd/NextEnergyPricesHA and https://github.com/ServError/NextEnergyPricesHA for the analysis and coding!