Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for New Widetech Dehumidifier (nwt.derh.312en) #896

Closed
gerliczky opened this issue Dec 26, 2020 · 1 comment · Fixed by #1581
Closed

Support for New Widetech Dehumidifier (nwt.derh.312en) #896

gerliczky opened this issue Dec 26, 2020 · 1 comment · Fixed by #1581

Comments

@gerliczky
Copy link

gerliczky commented Dec 26, 2020

Before submitting a new request, use the search to see if there is an existing issue for the device.

Device information:

  • Name(s) of the device: New Widetech Dehumidifier (nwt.derh.312en)
  • Link: Aliexpress

Use miiocli device --ip <ip address> --token <token> info

  • Model: nwt.derh.312en
  • Hardware version: esp32
  • Firmware version: 2.1.3.0004

Additional context

{
  "did": "123456789",
  "model": "nwt.derh.312en",
  "ptName": "除湿机",
  "value": {
    "launch": [],
    "action_list": [
      {
        "sa_id": 5578,
        "model": "nwt.derh.312en",
        "name": "power on",
        "keyName": "power on",
        "type": 0,
        "groupInfo": [],
        "tr_id": 201,
        "payload": {
          "did": "",
          "command": "nwt.derh.312en.set_properties",
          "value": [
            {
              "piid": 1,
              "siid": 2,
              "value": true
            }
          ]
        }
      },
      {
        "sa_id": 5579,
        "model": "nwt.derh.312en",
        "name": "power off",
        "keyName": "power off",
        "type": 0,
        "groupInfo": [],
        "tr_id": 201,
        "payload": {
          "did": "",
          "command": "nwt.derh.312en.set_properties",
          "value": [
            {
              "piid": 1,
              "siid": 2,
              "value": false
            }
          ]
        }
      },
      {
        "sa_id": 5580,
        "model": "nwt.derh.312en",
        "name": "turn on beep",
        "keyName": "turn on beep",
        "type": 0,
        "groupInfo": [],
        "tr_id": 201,
        "payload": {
          "did": "",
          "command": "nwt.derh.312en.set_properties",
          "value": [
            {
              "piid": 1,
              "siid": 4,
              "value": true
            }
          ]
        }
      },
      {
        "sa_id": 5581,
        "model": "nwt.derh.312en",
        "name": "turn off beep",
        "keyName": "turn off beep",
        "type": 0,
        "groupInfo": [],
        "tr_id": 201,
        "payload": {
          "did": "",
          "command": "nwt.derh.312en.set_properties",
          "value": [
            {
              "piid": 1,
              "siid": 4,
              "value": false
            }
          ]
        }
      },
      {
        "sa_id": 5582,
        "model": "nwt.derh.312en",
        "name": "turn on indicator light",
        "keyName": "turn on indicator light",
        "type": 0,
        "groupInfo": [],
        "tr_id": 201,
        "payload": {
          "did": "",
          "command": "nwt.derh.312en.set_properties",
          "value": [
            {
              "piid": 1,
              "siid": 5,
              "value": true
            }
          ]
        }
      },
      {
        "sa_id": 5583,
        "model": "nwt.derh.312en",
        "name": "turn off indicator light",
        "keyName": "turn off indicator light",
        "type": 0,
        "groupInfo": [],
        "tr_id": 201,
        "payload": {
          "did": "",
          "command": "nwt.derh.312en.set_properties",
          "value": [
            {
              "piid": 1,
              "siid": 5,
              "value": false
            }
          ]
        }
      },
      {
        "sa_id": 5584,
        "model": "nwt.derh.312en",
        "name": "turn on physical controls mode",
        "keyName": "turn on physical controls mode",
        "type": 0,
        "groupInfo": [],
        "tr_id": 201,
        "payload": {
          "did": "",
          "command": "nwt.derh.312en.set_properties",
          "value": [
            {
              "piid": 1,
              "siid": 6,
              "value": true
            }
          ]
        }
      },
      {
        "sa_id": 5585,
        "model": "nwt.derh.312en",
        "name": "turn off physical controls mode",
        "keyName": "turn off physical controls mode",
        "type": 0,
        "groupInfo": [],
        "tr_id": 201,
        "payload": {
          "did": "",
          "command": "nwt.derh.312en.set_properties",
          "value": [
            {
              "piid": 1,
              "siid": 6,
              "value": false
            }
          ]
        }
      },
      {
        "sa_id": 5586,
        "model": "nwt.derh.312en",
        "name": "target value dehumidify",
        "keyName": "target value dehumidify",
        "type": 0,
        "groupInfo": [],
        "tr_id": 201,
        "payload": {
          "did": "",
          "command": "nwt.derh.312en.set_properties",
          "value": [
            {
              "piid": 3,
              "siid": 2,
              "value": 1
            }
          ]
        }
      },
      {
        "sa_id": 5587,
        "model": "nwt.derh.312en",
        "name": "dry cloth",
        "keyName": "dry cloth",
        "type": 0,
        "groupInfo": [],
        "tr_id": 201,
        "payload": {
          "did": "",
          "command": "nwt.derh.312en.set_properties",
          "value": [
            {
              "piid": 3,
              "siid": 2,
              "value": 2
            }
          ]
        }
      }
    ]
  }
}
@al-one
Copy link
Contributor

al-one commented Feb 25, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants