ekutner / home-connect-hass

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

Missing sensors for Cookit #216

Closed tschoiss closed 1 year ago

tschoiss commented 1 year ago

I currently miss some of the sensor stated here:

grafik

Originally posted by @nanosonde in https://github.com/ekutner/home-connect-hass/discussions/79#discussioncomment-3206568

Only "Bosch Cookit - Connected", "Bosch Cookit - Operation State" and "Bosch Cookit - Power State" are available. According to https://api-docs.home-connect.com/events?#availability-matrix there are also a few more available.

ekutner commented 1 year ago

See the README about (not) reporting missing sensors without showing that they should actually be there. Events are not related to sensors, sensors are either, program options, statuses or settings.

tschoiss commented 1 year ago

According the provided Link (README: "...show either in the logs or in the API documentation that the missing item is actually available...") this should be the data which is available for the Cook-Processor (Cookit)

BSH.Common.Appliance.Connected | CONNECTED | BSH.Common.Appliance.Disconnected | DISCONNECTED | BSH.Common.Appliance.Paired | PAIRED | BSH.Common.Appliance.Depaired | DEPAIRED | BSH.Common.Root.SelectedProgram | NOTIFY | BSH.Common.Root.ActiveProgram | NOTIFY BSH.Common.Option.RemainingProgramTime | NOTIFY | BSH.Common.Option.ProgramProgress | NOTIFY | BSH.Common.Setting.PowerState | NOTIFY | BSH.Common.Status.OperationState | STATUS | BSH.Common.Event.ProgramAborted | EVENT | BSH.Common.Event.ProgramFinished | EVENT |

image image

As you can see in the picture, not everything is provided. In my initial post you can see that there were more.

ekutner commented 1 year ago

All the data you've shown here is in the sensors you already have. Some sensors are only created when they become available by the API.