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 or mismatched types HomeConnect API unexpected values (HBG7221B1/D8) #332

Closed
edgardasb opened this issue Jan 27, 2025 · 2 comments
Labels
api keys/values Unrecognised Home Connect API keys or mismatched value types

Comments

@edgardasb
Copy link

Plugin Version

1.2.5

Home Connect Appliance(s)

Bosch Oven HBG7221B1/D8

Log File

=======================================================================================
[27/01/2025, 14:22:07] [HomeConnect] 
[27/01/2025, 14:22:07] [HomeConnect] // Option
[27/01/2025, 14:22:07] [HomeConnect] export interface OptionValues {
[27/01/2025, 14:22:07] [HomeConnect]     'BSH.Common.Option.Duration'?:                           number;
[27/01/2025, 14:22:07] [HomeConnect]     'BSH.Common.Option.ElapsedProgramTime'?:                 number;
[27/01/2025, 14:22:07] [HomeConnect]     'BSH.Common.Option.EnergyForecast'?:                     number;
[27/01/2025, 14:22:07] [HomeConnect]     'BSH.Common.Option.ProgramProgress'?:                    number;
[27/01/2025, 14:22:07] [HomeConnect]     'BSH.Common.Option.RemainingProgramTime'?:               number;
[27/01/2025, 14:22:07] [HomeConnect]     'BSH.Common.Option.RemainingProgramTime.AutoCounting'?:  boolean; // (unrecognised)
[27/01/2025, 14:22:07] [HomeConnect]     'BSH.Common.Option.RemainingProgramTimeIsEstimated'?:    boolean;
[27/01/2025, 14:22:07] [HomeConnect]     'BSH.Common.Option.StartInRelative'?:                    number;
[27/01/2025, 14:22:07] [HomeConnect]     'BSH.Common.Option.WaterForecast'?:                      number;
[27/01/2025, 14:22:07] [HomeConnect]     'Cooking.Oven.Option.FastPreHeat'?:                      boolean;
[27/01/2025, 14:22:07] [HomeConnect]     'Cooking.Oven.Option.SetpointTemperature'?:              number;
[27/01/2025, 14:22:07] [HomeConnect]     'Dishcare.Dishwasher.Option.ExtraDry'?:                  boolean;
[27/01/2025, 14:22:07] [HomeConnect]     'Dishcare.Dishwasher.Option.HalfLoad'?:                  boolean;
[27/01/2025, 14:22:07] [HomeConnect]     'Dishcare.Dishwasher.Option.HygienePlus'?:               boolean;
[27/01/2025, 14:22:07] [HomeConnect]     'Dishcare.Dishwasher.Option.IntensivZone'?:              boolean;
[27/01/2025, 14:22:07] [HomeConnect]     'Dishcare.Dishwasher.Option.SilenceOnDemand'?:           boolean;
[27/01/2025, 14:22:07] [HomeConnect]     'Dishcare.Dishwasher.Option.VarioSpeedPlus'?:            boolean;
[27/01/2025, 14:22:07] [HomeConnect] }
[27/01/2025, 14:22:07] [HomeConnect] 
[27/01/2025, 14:22:07] [HomeConnect] =======================================================================================

Additional Information

No response

@edgardasb edgardasb added the api keys/values Unrecognised Home Connect API keys or mismatched value types label Jan 27, 2025
Copy link

Thank you for taking the time to report this issue. 👍


🔴 The following key/value updates appear to be required:

Interface Property Type
OptionValues 'BSH.Common.Option.RemainingProgramTime.AutoCounting' boolean

These should be included in the next release.

@thoukydides
Copy link
Owner

By coincidence this was reported about half an hour earlier in #331. It is in v1.2.6.

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