Document starting an oven cycle from a local session - #105
Merged
Merged
Conversation
Remote cycle start has been the standing open question for local control of these appliances: the write returns 2.04 and the cavity never engages. The cook parameters and the run command go to the device collection in a single write, not to each resource separately. The new page gives that payload in full, with the response an oven here returned to it on 2026-09-20: mode, setpoint and cook time in one UPDATE to /device/0, with the run command carried inside the payload's own /operational/state/vs/0 element. Four seconds later the board reported Run and Cooking. Cancelling is an ordinary single-resource write. Also covered: reading modeSpec's per-mode control field to find out whether a board will accept a remote start at all, cavity indexing, the recipe field, and the care a live cook test needs. Measured on one single-cavity oven, one mode. It has not been tried on a range, a microwave, a cooktop or a second oven model.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remote cycle start has been the standing open question for local control of these appliances: the write returns
2.04and the cavity never engages. The cook parameters and the run command go to the device collection in a single write, not to each resource separately.docs/oven-cook-start.mdgives that payload in full, with the response an oven here returned to it on 2026-09-20: mode, setpoint and cook time in one UPDATE to/device/0, with the run command carried inside the payload's own/operational/state/vs/0element. Four seconds later the board reportedRunandCooking, and a single-resource write ofstate: "Ready"cancelled it.The page also covers reading
modeSpec's per-modecontrolfield, which says whether a board will accept a remote start at all, plus cavity indexing, the recipe field, and the care a live cook test needs.Measured on one single-cavity oven, one mode. Not tried on a range, a microwave, a cooktop or a second oven model, and the page says so.
Docs only. No code changes.