Lots of oven controls not working for me
Forgive me if I am missing something obvious, I am a bit of a newbie.
I am trying to control my oven - it is a model PTD7000SN5SS. I have set up some scripts to test functionality that I want to use.
I found that I can turn the lights on and off. Sabbath mode works as well. However I can't turn the oven on or off.
I set up a script to turn on the oven, the YAML editor shows that the following are the commands: device_id: cda4f0182a8737bbc4af4b6130ff4786 domain: water_heater entity_id: 9177735b09a6b20f24fe609645913d1a type: turn_on
When I try to run it, it does not execute - and the trace is: Error: Entity water_heater.naz026633q_oven does not support this service.
The following is the automation config that is shown in the trace tool: id: '1730223415663' alias: Automation - test script editing description: '' triggers: [] conditions: [] actions:
- device_id: cda4f0182a8737bbc4af4b6130ff4786 domain: water_heater entity_id: 9177735b09a6b20f24fe609645913d1a type: turn_on mode: single
Any ideas? Is there anything else that I can provide to help identify the issue.
And again - I appreciate the assistance and apologize for being a bit of a newbie
I wanted to add something else that does not appear to be working. I discovered that I can change the oven mode/temperature via a scene. However, the setting is not persistent, and not saved with the scene. If I save, go out of the scene, change the setting and return to the scene - the oven does not revert to the state that I saved in the scene.
Edit/update: Now, I can't change the oven mode/temperature. Something change and it looks like functionality has been removed....
You need to use set_operation_mode rather than turn_on. As there's many different types of "on" there's no real ability to have a turn off and turn on functionality
Thanks for the suggestion. I am away for the next month - but will try that when I get back, and report my findings.
Edit: I am experimenting with the "set_operation_mode" and I think I see how it works. Is there somewhere that there is some documentation on the different commands and the options for each? That would make it alot easier rather than my experimentation.
Thank you very much