Home Connect: maintenance alerts

Hey,

could you add states for maintenance? I.e. refill Water, beans etc.?

greetz
boehser enkel

is there a list of the given API on whats possible. i somehow feel that the HA implementation is stripped from the Android App. Not sure if this is because of the developer API or HA implementation. Anyway i left a upvote

There is an API and you can test it yourself what it returns.
You just need your ID and authenticate yourself to use the API on home connect.

Copy the client ID.
Click on the API link.

In the API click on authenticate or authorize or whatever it says on the right side.

Click on the permissions you want to add (don’t click all or you will get an error message).

The first API thing is to get the device ID.
Run that to get your device ID (or what it was called)

Then run the API you want to run using the device ID from above.

(I wrote this from memory so some steps may be missing)

But i would also like to get the notifications.
But I didn’t see any API for that when I looked at them earlier today

1 Like

I get notifications from my Homebridge plugin which also connects to this API

That sounds promising. I’ll have a look at it when I have time.
But sadly I don’t have the skills to help out with the integration.

There is one I can’t run, and I believe that could be the one.

Homeappliances/events

I guess I’ll have to try it later