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 (WQB245B0BY/01) #230

Closed
TBD opened this issue Jan 14, 2024 · 2 comments
Closed

HomeConnect API unexpected values (WQB245B0BY/01) #230

TBD opened this issue Jan 14, 2024 · 2 comments
Labels
api keys/values Unrecognised Home Connect API keys or mismatched value types

Comments

@TBD
Copy link

TBD commented Jan 14, 2024

Plugin Version

0.38.0

Home Connect Appliance(s)

Bosch Dryer WQB245B0BY/01

Log File

// Union types
export type ProgramKey =
    'LaundryCare.Dryer.Program.BusinessShirts'
  | 'LaundryCare.Dryer.Program.Cotton'
  | 'LaundryCare.Dryer.Program.Cotton.CottonEco' // (unrecognised)
  | 'LaundryCare.Dryer.Program.Delicates'
  | 'LaundryCare.Dryer.Program.DownFeathers'
  | 'LaundryCare.Dryer.Program.Hygiene'
  | 'LaundryCare.Dryer.Program.Mix'
  | 'LaundryCare.Dryer.Program.Super40'
  | 'LaundryCare.Dryer.Program.Synthetic'
  | 'LaundryCare.Dryer.Program.TimeCold'
  | 'LaundryCare.Dryer.Program.TimeWarm'
  | 'LaundryCare.Dryer.Program.Towels';

Additional Information

is it possible to show the time remaining ? it shows 12 switch buttons named Dryer that doesn't help 😋

thank you

@TBD TBD added the api keys/values Unrecognised Home Connect API keys or mismatched value types label Jan 14, 2024
@thoukydides
Copy link
Owner

Thanks for the report. The LaundryCare.Dryer.Program.Cotton.CottonEco program will be added in the next release.

It would have been preferable to create separate issues/discussions for the other items you raise...

is it possible to show the time remaining ?

It is already exposed to HomeKit, and can be seen in third-party HomeKit apps, such as The Eve App. This is covered in the documentation, and previous issues/discussions:

it shows 12 switch buttons named Dryer that doesn't help 😋

Do you mean Switch services for starting programs, or Stateless Programmable Switch buttons that can trigger automations from Home Connect events?

I am guessing the former, since Dryer appliances should only support 5 events, not 12. The switches should have unique names. This was improved as a result of #196, although it may require the Apple Home app to be force-quit and restarted to take effect. If that doesn't help, then a workaround is to open the settings for each switch in the Home app, delete the appliance name, and it will reveal the correct name. You can then manually rename them appropriately (although this really shouldn't be required).

@thoukydides
Copy link
Owner

LaundryCare.Dryer.Program.Cotton.CottonEco is in v0.39.0.

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