-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error sensor bad data #60556
Comments
I am finding the same issues. The PVPC has become unavailable. My log shows the following:
and
|
pvpc_hourly_pricing documentation |
Hey there @azogue, mind taking a look at this issue as it has been labeled with an integration ( |
Same problem here. I've noticed that accessing directly to https://api.esios.ree.es/archives/70/download_json?locale=es&date=2021-11-30 via System info
|
It's also happening for me (and probably for all) Looks like the ESIOS server is banning us again 😭 It returns a 403 status error for a request at a PUBLIC url 😤, and it's just banning us based on the content of the I'll try to make a quickfix to try to avoid the banning, again 😭, but it looks like the webadmins at ESIOS are kind of angry at us 🙈 |
Can you add an option to add an API Token from REE? |
It could be interesting |
Same problem here! |
Alternately, maybe you could add an option to set the used User Agent, so they cannot easily identify us! |
I've just received my personal token for the REE API. They also sent the following message asking for a responsible use of the resource.
Would be great to have the possibility in the integration to insert the API token and send all petitions authenticated. |
If "esios" API is banning us, we could also use REData API: https://www.ree.es/es/apidatos. Example for today: https://apidatos.ree.es/en/datos/mercados/precios-mercados-tiempo-real?start_date=2021-12-01T00:00&end_date=2021-12-01T23:59&time_trunc=hour From JSON response, take one of the objects inside
|
But totally agree on using "esios" personal API keys so we don't run on the same problem again. How much time it took @fernandodpr for them to provide a key? I guess we need to write it in HA documentation. |
I asked for a token last night, and they replied today, exactly 14h apart |
Mostly the same as @MrMarble, I asked for it yesterday at 17h and received an email today at 11 h. The method it's a little rudimentary, but it seems to work. |
I've requested it today, once I receive where can I test it? I'm new in this but I want to help, if I can. |
Quickfix for those in a hurry: azogue/aiopvpc#35 (comment) |
The problem
Logger: homeassistant.components.pvpc_hourly_pricing.sensor
Source: components/pvpc_hourly_pricing/sensor.py:136
Integration: Spain electricity hourly pricing (PVPC) (documentation, issues)
First occurred: 21:22:10 (2 occurrences)
Last logged: 21:26:06
sensor.precio_luz: repeated bad data update, mark component as unavailable source
What version of Home Assistant Core has the issue?
core-2021.11.5
What was the last working version of Home Assistant Core?
core-2021.11.5
What type of installation are you running?
Home Assistant Core
Integration causing the issue
esios
Link to integration documentation on our website
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: