Success!!! I got the second oven commissioned too. (I had to go through the oven menu and reset the wifi settings.)
For your tables, The H7240BM oven responds as follows:
curl.exe -X GET (IP):5001/generate-summary/H7240BM
{“Status”: 1, “InternalState”: 0, “ProgramType”: 1, “ProgramID”: 0, “ProgramPhase”: 0, “RemainingTime”: [0, 0], “StartTime”: [0, 0], “TargetTemperature”: [-32768, -32768, -32768], “Temperature”: [-32768, -32768, -32768], “SignalInfo”: false, “SignalFailure”: false, “SignalDoor”: false, “RemoteEnable”: [15, 0, 0], “ProcessAction”: 0, “DeviceAction”: 0, “Light”: 2, “StandbyState”: 2, “ElapsedTime”: [0, 0], “DeviceType”: 13, “SubType”: 0, “DeviceName”: “”, “AppSupport”: 661, “FctSupport”: 3, “XKMSupport”: 7, “ProtocolVersion”: 4, “DeviceIdentLabel”: {“Version”: “E”, “FabNumber”: “000139008181”, “FabIndex”: “00”, “TechType”: “H7240BM”, “MatNumber”: “11804520”, “SWIDs”: [5464, 20487, 25228, 5479, 25301, 25307, 25247, 20571, 25239, 5651, 20366, 20462]}, “XKMIdentLabel”: {“Version”: “E”, “FabNumber”: “000000848340”, “FabIndex”: “00”, “TechType”: “EK057”, “MatNumber”: “11913741”, “SWIDs”: [6534], “ReleaseVersion”: “08.32”}, “DecodedProgramPhase”: “NotUsed”, “DecodedProgramID”: “NotSelected”, “DecodedStatus”: “Off”, “DecodedDeviceType”: “OvenWithMicrowave”, “RemainingMinutes”: 0, “ElapsedMinutes”: 0, “Progress”: “0.0”}
curl.exe -X GET (IP):5001/start/H7240BM
{“DeviceReadyToStart”: false, “DeviceRemoteStartCapable”: true}
curl.exe -X GET (IP):5001/walkdop2tree/H7240BM
{“error”: “DOP2 Root Node not found”, “device”: “192.168.10.113”}
curl.exe -X GET (IP):5001/wakeup/H7240BM
[{“Success”: {“DeviceAction”: 0}}]
The H7263BP responds as follows:
curl.exe -X GET (IP):5001/generate-summary/H7263BP
{“Status”: 1, “InternalState”: 0, “ProgramType”: 1, “ProgramID”: 0, “ProgramPhase”: 0, “RemainingTime”: [0, 0], “StartTime”: [0, 0], “TargetTemperature”: [-32768, -32768, -32768], “Temperature”: [-32768, -32768, -32768], “SignalInfo”: false, “SignalFailure”: false, “SignalDoor”: false, “RemoteEnable”: [15, 0, 0], “ProcessAction”: 0, “DeviceAction”: 0, “Light”: 2, “StandbyState”: 3, “ElapsedTime”: [0, 0], “DeviceType”: 12, “SubType”: 0, “DeviceName”: “”, “AppSupport”: 661, “FctSupport”: 3, “XKMSupport”: 7, “ProtocolVersion”: 4, “DeviceIdentLabel”: {“Version”: “E”, “FabNumber”: “000138768063”, “FabIndex”: “00”, “TechType”: “H7263BP”, “MatNumber”: “11804780”, “SWIDs”: [5462, 20487, 25228, 5472, 25300, 25307, 25247, 20417, 25224, 5651, 20366, 20462]}, “XKMIdentLabel”: {“Version”: “E”, “FabNumber”: “000000520924”, “FabIndex”: “00”, “TechType”: “EK057”, “MatNumber”: “11913740”, “SWIDs”: [6534], “ReleaseVersion”: “08.32”}, “DecodedProgramPhase”: “NotUsed”, “DecodedProgramID”: “NotSelected”, “DecodedStatus”: “Off”, “DecodedDeviceType”: “Oven”, “RemainingMinutes”: 0, “ElapsedMinutes”: 0, “Progress”: “0.0”}
curl.exe -X GET (IP):5001/start/H7263BP
{“DeviceReadyToStart”: false, “DeviceRemoteStartCapable”: true}
curl.exe -X GET (IP):5001/walkdop2tree/H7263BP
{“error”: “DOP2 Root Node not found”, “device”: “192.168.10.115”}
curl.exe -X GET (IP):5001/wakeup/H7263BP
[{“Success”: {“DeviceAction”: 0}}]