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

HomeConnect API unexpected values (CMG7241B1B/C7) #314

Closed
dansonamission opened this issue Nov 29, 2024 · 2 comments
Closed

HomeConnect API unexpected values (CMG7241B1B/C7) #314

dansonamission opened this issue Nov 29, 2024 · 2 comments
Labels
api keys/values Unrecognised Home Connect API keys or mismatched value types

Comments

@dansonamission
Copy link

Plugin Version

1.1.0

Home Connect Appliance(s)

Bosch Oven CMG7241B1B/C7

Log File

[11/29/2024, 6:00:25 PM] [HomeConnect] Please report these by creating a new GitHub issue using this link:
[11/29/2024, 6:00:25 PM] [HomeConnect]     https://github.com/thoukydides/homebridge-homeconnect/issues/new?template=key_value.yml&labels=api+keys%2Fvalues&title=HomeConnect+API+unexpected+values+%28CMG7241B1B%2FC7%29&version=1.1.0&appliance=Bosch+Oven+CMG7241B1B%2FC7
[11/29/2024, 6:00:25 PM] [HomeConnect] Most of the issue fields will be filled-in appropriately.
[11/29/2024, 6:00:25 PM] [HomeConnect] Just paste the following into the "Log File" field and submit the issue:
[11/29/2024, 6:00:25 PM] [HomeConnect] ===================================================================================
[11/29/2024, 6:00:25 PM] [HomeConnect] 
[11/29/2024, 6:00:25 PM] [HomeConnect] // Union types
[11/29/2024, 6:00:25 PM] [HomeConnect] export type ProgramKey =
[11/29/2024, 6:00:25 PM] [HomeConnect]     'Cooking.Common.Program.Hood.Automatic'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Common.Program.Hood.DelayedShutOff'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Common.Program.Hood.Venting'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.HeatingMode.2DHotAir' // (unrecognised)
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.HeatingMode.BottomHeating'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.HeatingMode.Defrost'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.HeatingMode.HotAir'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.HeatingMode.HotAirGrilling'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.HeatingMode.KeepWarm'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.HeatingMode.PizzaSetting'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.HeatingMode.PreHeating'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.HeatingMode.PreheatOvenware'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.HeatingMode.SlowCook'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.HeatingMode.TopBottomHeating'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.HeatingMode.TopBottomHeatingEco'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.Microwave.180Watt'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.Microwave.360Watt'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.Microwave.600Watt'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.Microwave.90Watt'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Cooking.Oven.Program.Microwave.Max'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Dishcare.Dishwasher.Program.Auto2'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Dishcare.Dishwasher.Program.Eco50'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Dishcare.Dishwasher.Program.Glas40'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Dishcare.Dishwasher.Program.Intensiv70'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Dishcare.Dishwasher.Program.MachineCare'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Dishcare.Dishwasher.Program.PreRinse'
[11/29/2024, 6:00:25 PM] [HomeConnect]   | 'Dishcare.Dishwasher.Program.Quick65';
[11/29/2024, 6:00:25 PM] [HomeConnect] 
[11/29/2024, 6:00:25 PM] [HomeConnect] // EventNotify
[11/29/2024, 6:00:25 PM] [HomeConnect] export interface EventNotifyValues {
[11/29/2024, 6:00:25 PM] [HomeConnect]     'BSH.Common.Option.RemainingProgramTime'?:        number;
[11/29/2024, 6:00:25 PM] [HomeConnect]     'BSH.Common.Root.SelectedProgram'?:               ProgramKey; // (unrecognised)
[11/29/2024, 6:00:25 PM] [HomeConnect]     'BSH.Common.Setting.PowerState'?:                 PowerState;
[11/29/2024, 6:00:25 PM] [HomeConnect]     'Cooking.Common.Setting.Lighting'?:               boolean;
[11/29/2024, 6:00:25 PM] [HomeConnect]     'Cooking.Hood.Setting.ColorTemperature'?:         ColorTemperature;
[11/29/2024, 6:00:25 PM] [HomeConnect]     'Cooking.Hood.Setting.ColorTemperaturePercent'?:  number;
[11/29/2024, 6:00:25 PM] [HomeConnect] }
[11/29/2024, 6:00:25 PM] [HomeConnect] 
[11/29/2024, 6:00:25 PM] [HomeConnect] ===================================================================================
[11/29/2024, 6:00:34 PM] [HomeConnect] [Washer-dryer] Waiting for 4 features to finish initialising: Power, Door, Programs, and Child Lock

Additional Information

No response

@dansonamission dansonamission added the api keys/values Unrecognised Home Connect API keys or mismatched value types label Nov 29, 2024
@thoukydides
Copy link
Owner

Thanks for the report. The undocumented Cooking.Oven.Program.HeatingMode.2DHotAir program will be included in the next release.

@thoukydides
Copy link
Owner

That is in v1.1.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api keys/values Unrecognised Home Connect API keys or mismatched value types
Projects
None yet
Development

No branches or pull requests

2 participants