Skip to content
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

Code 403 on getEnergyIQ #53

Open
dudz40 opened this issue Jan 11, 2024 · 8 comments
Open

Code 403 on getEnergyIQ #53

dudz40 opened this issue Jan 11, 2024 · 8 comments

Comments

@dudz40
Copy link

dudz40 commented Jan 11, 2024

since a couple of days i am getting a 403 on the getEnergyIQ call. Any other reports?

@mattdavis90
Copy link
Owner

No other issues have been raised. There was mention of Tado changing how authentication works but I rolled out an update that should have fixed that. They removed basic Auth from all endpoints and require JWT, which should now be the case for this library as well.

This isn't an API call I personally use, so it is also possible that Tado changed the API call. Are you still able to access the data in the app and web browser? If you can then we should be able to see the new API call in developer tools.

@mattdavis90
Copy link
Owner

I misremembered the JWT and Auth fixes were for AirConfort - 03e5a81

@dudz40
Copy link
Author

dudz40 commented Jan 11, 2024 via email

@dhavalsalwala
Copy link

dhavalsalwala commented Jul 1, 2024

I think tado has changed API URL. For me this works via the rest client,

https://energy-insights.tado.com/api/homes/123456/consumptionOverview?month=2024-07&country=IE

@mattdavis90
Copy link
Owner

That looks like a totally different endpoint - probably worth implementing that as well but it doesn't have the same response as the original endpoint. I don't really use the EnergyIQ stuff in Tado so there isn't much data in my account to test with but as far as I can tell there isn't a direct replacement for the older endpoint. I'll look to include the overview endpoint and remove the old function call.

@mattdavis90
Copy link
Owner

This is now pushed up into v0.16.0

@mattdavis90
Copy link
Owner

The API call is getEnergyIQOverview and I've removed the broken API call

@dhavalsalwala
Copy link

dhavalsalwala commented Jul 5, 2024

Thanks @mattdavis90 . I will test the new API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants