ekutner / home-connect-hass

Alternative (and improved) Home Connect integration for Home Assistant
MIT License
549 stars 54 forks source link

Current Program Activity State? #191

Closed danieledwardgeorgehitchcock closed 1 year ago

danieledwardgeorgehitchcock commented 1 year ago

Is your feature request related to a problem? Please describe. I currently use the Home Connect app / ecosystem for my Bosch washing machine. Inside of the app when the washing machine is running through its cycle, I get activity states such as Automatic Load Detection, Automatic Dirt Detection, Spinning, etc. (see screenshots) I would like this to be exposed as an HA sensor. The problem is that as far as I can determine through using the native HA integration, this integration, and reading through the API docs, this doesn't seem to be exposed in any of the endpoints I have looked at, which begs the question as-to how the Home Connect APP is getting this value..?

Describe the solution you'd like Washing machine program activity state exposed as a sensor

Describe alternatives you've considered Interfacing directly with the Home Connect API, subscribing to and parsing events

Additional context Screen Shots:

Automatic Load Detection:

image

Automatic Dirt Detection:

image

Events:

image

ekutner commented 1 year ago

The integration is already exposing everything that is available for each appliance. The HC mobile app is using a different API and is also able to connect directly to the appliances when connected to the same network. That API is not documented and can't be used.