Evening all, i am having great difficulty with what i imagine is the simplest of actions. I am trying to set my dishwasher program via the Actions in developer tools. But every time the action activates the dishwasher defaults to it’s current program.
-select.dishwasher_bsh_common_root_activeprogram has the following options from the device.
options:
Auto1
Auto2
Intensiv70
MachineCare
NightWash
Normal45
PreRinse
Quick45
Quick65
friendly_name: dishwasher ActiveProgram
These also work perfectly if i set them from the States tab. But when i run it via the actions tab i get the follow log error.
2025-03-19 21:18:59.394 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities select.dishwasher_bsh_common_root_activeprogram are missing or not currently available
Can someone please tell me what i am doing wrong as i’ve been at this for hours now and i’m no closed to a solution.
I figured out the problem in the end. As i was testing this from the States tab it was showing the MQTT control screen changing. But the code wasn’t performing the same action.
This was because the Dishwasher was already running and a program was loaded. The UI was showing that the states tab was changing the program but it wasn’t. It was only showing that change in the UI.
The code i had written originally works except if i want to change a program i need to clear the previous one first.