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 (SJ558S06JC/19) #313

Closed
nekopoi opened this issue Nov 25, 2024 · 2 comments
Closed

HomeConnect API unexpected values (SJ558S06JC/19) #313

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

Comments

@nekopoi
Copy link

nekopoi commented Nov 25, 2024

Plugin Version

1.1.0

Home Connect Appliance(s)

Siemens Dishwasher SJ558S06JC/19

Log File

[11/25/2024, 11:33:54 PM] [HomeConnect] =====================================================================================
[11/25/2024, 11:33:54 PM] [HomeConnect] 
[11/25/2024, 11:33:54 PM] [HomeConnect] // Option
[11/25/2024, 11:33:54 PM] [HomeConnect] export interface OptionValues {
[11/25/2024, 11:33:54 PM] [HomeConnect]     'BSH.Common.Option.EnergyForecast'?:                   number;
[11/25/2024, 11:33:54 PM] [HomeConnect]     'BSH.Common.Option.ProgramProgress'?:                  number;
[11/25/2024, 11:33:54 PM] [HomeConnect]     'BSH.Common.Option.RemainingProgramTime'?:             number;
[11/25/2024, 11:33:54 PM] [HomeConnect]     'BSH.Common.Option.RemainingProgramTimeIsEstimated'?:  boolean;
[11/25/2024, 11:33:54 PM] [HomeConnect]     'BSH.Common.Option.StartInRelative'?:                  number;
[11/25/2024, 11:33:54 PM] [HomeConnect]     'BSH.Common.Option.WaterForecast'?:                    number;
[11/25/2024, 11:33:54 PM] [HomeConnect]     'Dishcare.Dishwasher.Option.BrillianceDry'?:           boolean;
[11/25/2024, 11:33:54 PM] [HomeConnect]     'Dishcare.Dishwasher.Option.HalfLoad'?:                boolean;
[11/25/2024, 11:33:54 PM] [HomeConnect]     'Dishcare.Dishwasher.Option.StorageFunction'?:         boolean; // (unrecognised)
[11/25/2024, 11:33:54 PM] [HomeConnect]     'Dishcare.Dishwasher.Option.VarioSpeedPlus'?:          boolean;
[11/25/2024, 11:33:54 PM] [HomeConnect]     'LaundryCare.Common.Option.LoadRecommendation'?:       number;
[11/25/2024, 11:33:54 PM] [HomeConnect]     'LaundryCare.Washer.Option.ProcessPhase'?:             ProcessPhase;
[11/25/2024, 11:33:54 PM] [HomeConnect]     'LaundryCare.Washer.Option.RinsePlus'?:                RinsePlus;
[11/25/2024, 11:33:54 PM] [HomeConnect]     'LaundryCare.Washer.Option.SilentWash'?:               boolean;
[11/25/2024, 11:33:54 PM] [HomeConnect]     'LaundryCare.Washer.Option.SpinSpeed'?:                SpinSpeed;
[11/25/2024, 11:33:54 PM] [HomeConnect]     'LaundryCare.Washer.Option.Temperature'?:              Temperature;
[11/25/2024, 11:33:54 PM] [HomeConnect] }
[11/25/2024, 11:33:54 PM] [HomeConnect] 
[11/25/2024, 11:33:54 PM] [HomeConnect] =====================================================================================

Additional Information

No response

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

Thanks for the report. The undocumented Dishcare.Dishwasher.Option.StorageFunction program option 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