Hi there evnex team,
Is there an issue with the Evnex API currently? When using the bearer token generated for any further requests a 401 authentication error is returned.
Cheers
Derek
Hi there evnex team,
Is there an issue with the Evnex API currently? When using the bearer token generated for any further requests a 401 authentication error is returned.
Cheers
Derek
Same here. Evnex integration in home assistant stopped working in the middle of a charging session. Deleted the integration to re-install it but that doesn’t work either.
Cheers
New API @TomRose ? Appreciate if you’ve got any docs on the changes and I’ll aim to update the Python library this weekend to fix the home assistant integration.
We removed some legacy APIs earlier in the week (surprised that caused a 401 rather than a 404). Can you let me know which API is returning that?
Hi Tom.
In my case it is an error 404 within home assistant.
Cheers
Hi Tom
The original issue may have been a 404. I tried using a couple of tokens, 1 generated from api and another from evnex app in the official api reference List charge points
Hi Tom! Nice to see you still about there. 404 errors for me in the HA integration. I accidentally wrote details to support@evnex.co.nz before I’d realised you’d gone big turkey and actually had “.com”
Hope you and Hardbyte can sort - it’s a really useful integration.
Cheers
Martin
(All That’s Tesla Podcast)
I’m seeing the same, I assume everyone is. If it’s any use, here is the error from the Home Assistant log:
2025-05-19 09:08:17.378 WARNING (MainThread) [evnex.api] Unsuccessful request
404
{“errors”:[{“status”:“404”,“title”:“NotFoundError”}]}
Alright I’ve found and updated the first few API endpoints in this PR. Will aim to go through more of the API before cutting a new release.
Contributions also welcome!