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 (SPV6ZMX23E/09) #326

Open
Arderos opened this issue Jan 12, 2025 · 1 comment
Open

HomeConnect API unexpected values (SPV6ZMX23E/09) #326

Arderos opened this issue Jan 12, 2025 · 1 comment
Labels
api keys/values Unrecognised Home Connect API keys or mismatched value types

Comments

@Arderos
Copy link

Arderos commented Jan 12, 2025

Plugin Version

1.2.4

Home Connect Appliance(s)

Bosch Dishwasher SPV6ZMX23E/09

Log File

==============================================================================

// Union types
export type ProgramKey =
    'Dishcare.Dishwasher.Program.Auto2'
  | 'Dishcare.Dishwasher.Program.Eco50'
  | 'Dishcare.Dishwasher.Program.IntensivPower'
  | 'Dishcare.Dishwasher.Program.MaxEfficient'; // (unrecognised)

// EventNotify
export interface EventNotifyValues {
    'BSH.Common.Option.ProgramProgress'?:        number;
    'BSH.Common.Option.RemainingProgramTime'?:   number;
    'BSH.Common.Root.ActiveProgram'?:            ProgramKey; // (unrecognised)
    'BSH.Common.Root.SelectedProgram'?:          ProgramKey; // (unrecognised)
    'BSH.Common.Setting.PowerState'?:            PowerState;
    'Dishcare.Dishwasher.Option.ExtraDry'?:      boolean;
    'Dishcare.Dishwasher.Option.IntensivZone'?:  boolean;
}

==============================================================================

Additional Information

No response

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

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


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

Type Literal
ProgramKey 'Dishcare.Dishwasher.Program.MaxEfficient'

These should be included in the next release.

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

1 participant