DavidMStraub / homeassistant-homeconnect

Custom component for Home Assistant to connect appliances supporting the Home Connect standard
MIT License
116 stars 29 forks source link

Additional items from HomeConnect #136

Open Eckart0 opened 2 years ago

Eckart0 commented 2 years ago

Hello, Homeconnect integration is working well and stable with me.

But I do have one suggestion: Couldn't the Homeconnect itmes be made available completely in Home Assistant? For example, I would like to be able to read out the temperature of the oven or check whether the child lock is switched on.

Here are a few items that I have read out but are not shown in the current version of the integration:


HOB:
settings:
homeconnect.0.SIEMENS-EX601JYW1E-XXXXXXXXXXXX.settings.BSH_Common_Setting_AlarmClock
homeconnect.0.SIEMENS-EX601JYW1E-XXXXXXXXXXXX.settings.BSH_Common_Setting_ChildLock
selected:
homeconnect.0.SIEMENS-EX601JYW1E-XXXXXXXXXXXX.programs.selected.options.PowerLevelMode.BSH_Common_Option_Duration
homeconnect.0.SIEMENS-EX601JYW1E-XXXXXXXXXXXX.programs.selected.options.PowerLevelMode.Cooking_Hob_Option_ZoneSelector
homeconnect.0.SIEMENS-EX601JYW1E-XXXXXXXXXXXX.programs.selected.options.PowerLevelMode.Cooking_Hob_Option_JoinZone
homeconnect.0.SIEMENS-EX601JYW1E-XXXXXXXXXXXX.programs.selected.options.PowerLevelMode.Cooking_Hob_Option_PowerLevel

OVEN:
events:
homeconnect.0.SIEMENS-HB678GBS6-XXXXXXXXXXXX.events.BSH_Common_Event_AlarmClockElapsed
homeconnect.0.SIEMENS-HB678GBS6-XXXXXXXXXXXX.events.BSH_Common_Event_ProgramFinished
homeconnect.0.SIEMENS-HB678GBS6-XXXXXXXXXXXX.events.Cooking_Oven_Event_PreheatFinished
status:
homeconnect.0.SIEMENS-HB678GBS6-XXXXXXXXXXXX.settings.BSH_Common_Setting_AlarmClock
homeconnect.0.SIEMENS-HB678GBS6-XXXXXXXXXXXX.status.Cooking_Oven_Status_CurrentCavityTemperature
homeconnect.0.SIEMENS-HB678GBS6-XXXXXXXXXXXX.settings.BSH_Common_Setting_ChildLock
programs:
homeconnect.0.SIEMENS-HB678GBS6-XXXXXXXXXXXX.programs.selected.BSH_Common_Root_SelectedProgram
homeconnect.0.SIEMENS-HB678GBS6-XXXXXXXXXXXX.programs.selected.options.BottomHeating
homeconnect.0.SIEMENS-HB678GBS6-XXXXXXXXXXXX.programs.selected.options.HotAirGrilling
homeconnect.0.SIEMENS-HB678GBS6-XXXXXXXXXXXX.programs.selected.options.IntensiveHeat
homeconnect.0.SIEMENS-HB678GBS6-XXXXXXXXXXXX.programs.selected.options.KeepWarm
homeconnect.0.SIEMENS-HB678GBS6-XXXXXXXXXXXX.programs.selected.options.SlowCook
homeconnect.0.SIEMENS-HB678GBS6-XXXXXXXXXXXX.programs.selected.options.FrozenHeatupSpecial
homeconnect.0.SIEMENS-HB678GBS6-XXXXXXXXXXXX.programs.selected.options.BottomHeating
homeconnect.0.SIEMENS-HB678GBS6-XXXXXXXXXXXX.programs.selected.options.HotAirEco

Greetings, Eckart

Krocko commented 2 years ago

You can try this integration.

https://github.com/ekutner/home-connect-hass

it is still in testing phase, but it is working very well.

DavidMStraub commented 2 years ago

Hi,

this repository is no longer up to date with the HA core integration; please discuss feature requests at HA core. I will adapt the Readme to make this clear.