mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Add troubleshooting section to Nord Pool (#36302)
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
fd039bdb2c
commit
a1f0ab14f6
@ -45,6 +45,14 @@ Data is polled from the **Nord Pool** API on an hourly basis, exactly on the hou
|
|||||||
|
|
||||||
If polling cannot happen because of no connectivity or a malfunctioning API, there is no retry; the next periodic update will try again.
|
If polling cannot happen because of no connectivity or a malfunctioning API, there is no retry; the next periodic update will try again.
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
This service is reliant on an internet connection and that the **Nord Pool** API is available. Here are the things you can try before raising an issue:
|
||||||
|
|
||||||
|
- Check that internet is available from your Home Assistant instance.
|
||||||
|
- Check that the **Nord Pool** API is available by clicking [here](https://dataportal-api.nordpoolgroup.com/api/DayAheadPrices). You should get a JSON back with the title `Unauthorized`.
|
||||||
|
- Use `curl` in a terminal on your Home Assistant instance using the same URL as previously opened in the browser. `curl https://dataportal-api.nordpoolgroup.com/api/DayAheadPrices`
|
||||||
|
|
||||||
## Sensors
|
## 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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user