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

Empty programs for my washing machine and dryer (Bosch Serie 6) #56

Open
2 tasks done
ppiotrek90 opened this issue Feb 10, 2025 · 1 comment
Open
2 tasks done
Labels
bug Something isn't working

Comments

@ppiotrek90
Copy link

Describe the bug

While I do see switches with different programs, I can't do much with them as I'm getting this popup: Translation Error: The intl string context variable "error" was not provided to the string "Error starting program {program}: {error}". When I go to Active or Selected program, the drop down is empty. I can see in the diagnostics the program names have the same keyword repeated three times.

"programs": [
  "LaundryCare.Washer.Program.LabelEU19.LabelEU19.Eco4060",
  "LaundryCare.Washer.Program.Cotton.Cotton.Cotton",
  "LaundryCare.Washer.Program.EasyCare.EasyCare.EasyCare",
  "LaundryCare.Washer.Program.Mix.Mix.Mix",
  "LaundryCare.Washer.Program.DelicatesSilk.DelicatesSilk.DelicatesSilk",
  "LaundryCare.Washer.Program.Wool.Wool.Wool",
  "LaundryCare.Washer.Program.ShirtsBlouses.SportFitness.SportFitness",
  "LaundryCare.Washer.Program.ShirtsBlouses.ShirtsBlouses.ShirtsBlouses",
  "LaundryCare.Washer.Program.DarkWash.DarkWash.DarkWash",
  "LaundryCare.Washer.Program.Outdoor.Outdoor.Outdoor",
  "LaundryCare.Washer.Program.Super153045.Super1530.Super1530",
  "LaundryCare.Washer.Program.Sensitive.Sensitive.Sensitive"
]

"programs": [
  "LaundryCare.Dryer.Program.Cotton.Cotton.Cotton",
  "LaundryCare.Dryer.Program.Synthetic.Synthetic.Synthetic",
  "LaundryCare.Dryer.Program.Mix.Mix.Mix",
  "LaundryCare.Dryer.Program.Delicates.Delicates.Delicates",
  "LaundryCare.Dryer.Program.Towels.Towels.Towels",
  "LaundryCare.Dryer.Program.TimeCold.TimeCold.TimeCold",
  "LaundryCare.Dryer.Program.Super40.Super40.Super40",
  "LaundryCare.Dryer.Program.DownFeathers.DownFeathers.DownFeathers",
  "LaundryCare.Dryer.Program.TimeWarm.TimeWarm.TimeWarm",
  "LaundryCare.Dryer.Program.ShirtBlouses.ShirtBlouses.ShirtBlouses",
  "LaundryCare.Dryer.Program.Hygiene.Hygiene.Hygiene"
]

To Reproduce

Set up integration with WGH24409PL WQH245B0PL through Home Connect in HA

Additional context

No response

Version

Core 2025.2.1

Platform

Home Assistant 14.2

Code of Conduct

  • I agree to follow this project's Code of Conduct.

No Duplicate

  • I have checked existing issues to avoid duplicates.
@ppiotrek90 ppiotrek90 added the bug Something isn't working label Feb 10, 2025
@MartinHjelmare
Copy link
Owner

The translation error is caused by Home Assistant. What we could address in this library is to add missing program keys to our known program keys.

Although the three word repetition looks a bit like a bug in the device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants