diff --git a/source/_integrations/nordpool.markdown b/source/_integrations/nordpool.markdown index 101096ab665..48df43c51fd 100644 --- a/source/_integrations/nordpool.markdown +++ b/source/_integrations/nordpool.markdown @@ -12,23 +12,19 @@ ha_codeowners: - '@gjohansson-ST' ha_domain: nordpool ha_platforms: + - diagnostics - sensor -ha_integration_type: integration +ha_integration_type: hub --- The **Nord Pool** {% term integration %} integrates [Nord Pool Group](https://www.nordpoolgroup.com/) energy prices into Home Assistant. The {% term integration %} provides the public market prices displayed on the [Nord Pool Auction page](https://data.nordpoolgroup.com/auction/day-ahead/prices). +Most European energy is traded via the Nord Pool Group marketplace. If your energy provider doesn't have a dedicated Home Assistant integration and you have a spot-price-based contract, you can use the **Nord Pool** {% term integration %}. This integration provides spot prices for your selected market, which you can, as an example, use in a {% term template %} to calculate prices for your [energy dashboard](#energy-dashboard). + {% include integrations/config_flow.md %} -{% tip %} -Only a single configuration entry is supported. Use the reconfigure option from the configuration entry if needed to modify the settings. - -EUR is the base currency for market prices. If you choose another currency, you can find the conversion rate in the `Exchange rate` sensor. -All prices are displayed as `selected_currency/kWh`. -{% endtip %} - {% configuration_basic %} Areas: description: Select one or multiple market areas to create sensors for. @@ -36,60 +32,112 @@ Currency: description: Currency to display prices in. EUR is the base currency in Nord Pool prices. {% endconfiguration_basic %} +{% tip %} +Only a single integration entry is supported. To modify the settings, you can use the reconfigure option from the integration entry. + +EUR is the base currency for market prices. If you choose another currency, you can find the conversion rate in the `Exchange rate` sensor. +All prices are displayed as `[Currency]/kWh`. +{% endtip %} + +## Data fetching and limitations + +Data is polled from the **Nord Pool** API on an hourly basis, exactly on the hour, to ensure the price sensors are displaying the correct price. + +If polling cannot happen because of no connectivity or a malfunctioning API, there is no retry; the next periodic update will try again. + ## Sensors -Each market area will create a device which has the following sensors: +The integration will create entities showing today's energy prices for the configured market area. Only the base energy price is shown. VAT and other additional costs are not included. ### Main sensors -- Current price for the selected area -- Previous price for the selected area -- Next price for the selected area +| Sensor | Type | Description | +| ------------------------- | ----------------- | --------------------------------------------------------------------------------- | +| Current price | [Currency]/kWh | The current (hourly) energy price. | +| Previous price | [Currency]/kWh | The price of the previous hour. | +| Next price | [Currency]/kWh | The price of the next hour. | +| Daily average | [Currency]/kWh | The average of today's energy prices. | -These sensors can be used to calculate your current energy cost, or to help decide whether to charge the battery now or in an hour, etc. +### Peak & off-peak sensors -### Block price sensors +Additional sensors are provided for peak and off-peak blocks. -- Block average -- Block minimum -- Block maximum -- Block start time -- Block end time +- Peak refers to the price of the period from 8am to 8pm. +- Off-peak 1 refers to the price of the time period from midnight to 8am. +- Off-peak 2 refers to the average price of the time period from 8pm to midnight. + +
+
+
+
+
+
+