You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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....
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:
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
The text was updated successfully, but these errors were encountered: