Replies: 2 comments 3 replies
-
If you activate the options they should appear activated on the device and run if you start the device with the physical button, but the active program requires them manually added. There is another issue on here which uses a template to add the selected program, you could probably use a similar approach to add the selected Programs: How are you sending the multiple options together? I think each one goes in its own dict so [{"uid":123,"value":true},{"uid":321,"value":true}] rather than [{"uid":123,"value":true,"uid":321,"value":true}] |
Beta Was this translation helpful? Give feedback.
-
I believe
The extra drying option on mine is:
Is there any messages in the logs when you publish the request? I only use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Firstly, let me say thank you for this project. It's exactly what i was looking for to integrate into my home automation project.
I have an issue with the following that i can't for the life of me rectify.
I can send the following and it works as expected.
5121 is the extra dry option. But if i send it with 5123 (HygeinePlus) or 5137 (SpeedPerfect) it doesn't.
I essentially want to be able to send multiple options with a program as they are selected on home assistant.
If i have the options selected prior and then send the start program payload minus the options it runs without them regardless.
Is there a way to start a program with the user selected options?
Beta Was this translation helpful? Give feedback.
All reactions