home-assistant-HomeWhiz / home-assistant-HomeWhiz

Home Assistant custom component for devices that can connect to HomeWhiz mobile app (Beko, Grundig, Arcelik)
MIT License
97 stars 28 forks source link

Support for oven commands #90

Open rowysock opened 1 year ago

rowysock commented 1 year ago

In the oven config there is commands section. We should handle it

 "commands": [
    {
      "strKey": "OVEN_SKIP_PREHEATING",
      "wifiArrayIndex": 95,
      "enumValues": [
        {
          "strKey": "OVEN_SKIP_PREHEATING_OFF",
          "wifiArrayValue": 0
        },
        {
          "strKey": "OVEN_SKIP_PREHEATING_ON",
          "wifiArrayValue": 1
        }
      ]
    }
  ]
rowysock commented 1 year ago

@fotisbaco I'm going to need your help with implementing those commands. Can you share the screen of how the commands look in the original application?