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:
G Johansson 2024-12-12 20:39:19 +01:00 committed by GitHub
parent fd039bdb2c
commit a1f0ab14f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.