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

Add sensor that detects MySkoda API problems #569

Open
WebSpider opened this issue Jan 14, 2025 · 2 comments
Open

Add sensor that detects MySkoda API problems #569

WebSpider opened this issue Jan 14, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@WebSpider
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Problems with the MySkoda API leave this integration semi-functional only. When this happens, I don't know what's causing the issues.

Describe the solution you'd like
Know when there are issues with the MySkoda API so I understand what's going on

Describe alternatives you've considered
So far I have used Discord to see if "it's just me, or the world as well".

Additional context
There are some API's that detect if a service is having issues. We may use those.

@ChristophCaina
Copy link
Contributor

the myskoda component (not the integration itself) should probably check for the server response...
for example, the server could return an 401, 500, or whatever status.

The integration could check against this.
It might be, that the concept for this integration should be similar as for others (like HomeConnectAlt)

where you have an information for the Platform
And then, each individual device.

Image

Image

The sensor could probably be a binary sensor with device class "connectivity" - and should report disconnect whenever the server is not sending a 200 response back (?)

@schnu240
Copy link

schnu240 commented Feb 6, 2025

I would like to see the feature as well. I encounter every 2-3 weeks that something is not working but it would be nice if the integration inform about it.

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

No branches or pull requests

3 participants