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

[Device request]: Eeese Otto 13L Dehumidifier #282

Open
Romeck82 opened this issue Oct 19, 2024 · 0 comments · Fixed by #246
Open

[Device request]: Eeese Otto 13L Dehumidifier #282

Romeck82 opened this issue Oct 19, 2024 · 0 comments · Fixed by #246
Labels
confirmed Indicates that there is an issue which has been confirmed device request Indicates a device request in progress Is already being worked on
Milestone

Comments

@Romeck82
Copy link

Romeck82 commented Oct 19, 2024

Device information

https://www.eeese.nl/product/eeese-otto-13l/

Device specification

{
  "device": {
    "active_time": 1729261415,
    "biz_type": 18,
    "category": "cs",
    "create_time": 1729261415,
    "icon": "smart/icon/bay1607411890044P8BP/b99e7bf69ed3ef4bfc857f834919183a.jpg",
    "id": "bf3fdcdd5bfb39ae20wttd",
    "ip": "<redacted>",
    "lat": "<redacted>",
    "local_key": "<redacted>",
    "lon": "<redacted>",
    "model": "2552",
    "name": "eeese air care - Otto Dehumidifier",
    "online": true,
    "owner_id": "<redacted>",
    "product_id": "ma3oq4onxxwg91ky",
    "product_name": "eeese air care - Otto Dehumidifier",
    "status": [
      {
        "code": "switch",
        "value": true
      },
      {
        "code": "dehumidify_set_value",
        "value": 45
      },
      {
        "code": "humidity_indoor",
        "value": 63
      },
      {
        "code": "swing",
        "value": true
      },
      {
        "code": "anion",
        "value": false
      },
      {
        "code": "child_lock",
        "value": false
      },
      {
        "code": "countdown_set",
        "value": "cancel"
      },
      {
        "code": "fault",
        "value": 0
      }
    ],
    "sub": false,
    "time_zone": "+02:00",
    "uid": "<redacted>",
    "update_time": 1729261752,
    "uuid": "<redacted>"
  },
  "specifications": {
    "category": "cs",
    "functions": [
      {
        "code": "switch",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "dehumidify_set_value",
        "type": "Integer",
        "values": "{\"unit\":\"%\",\"min\":25,\"max\":80,\"scale\":0,\"step\":5}"
      },
      {
        "code": "swing",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "anion",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "child_lock",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "countdown_set",
        "type": "Enum",
        "values": "{\"range\":[\"cancel\",\"1h\",\"2h\",\"3h\"]}"
      }
    ],
    "status": [
      {
        "code": "switch",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "dehumidify_set_value",
        "type": "Integer",
        "values": "{\"unit\":\"%\",\"min\":25,\"max\":80,\"scale\":0,\"step\":5}"
      },
      {
        "code": "humidity_indoor",
        "type": "Integer",
        "values": "{\"unit\":\"%\",\"min\":0,\"max\":100,\"scale\":0,\"step\":1}"
      },
      {
        "code": "swing",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "anion",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "child_lock",
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "countdown_set",
        "type": "Enum",
        "values": "{\"range\":[\"cancel\",\"1h\",\"2h\",\"3h\"]}"
      },
      {
        "code": "fault",
        "type": "Bitmap",
        "values": "{\"label\":[\"E1\",\"E2\"]}"
      }
    ]
  },
  "data_points": [
    {
      "code": "switch",
      "custom_name": "",
      "dp_id": 1,
      "time": 1729261419992,
      "type": "bool",
      "value": true
    },
    {
      "code": "dehumidify_set_value",
      "custom_name": "",
      "dp_id": 2,
      "time": 1729261419992,
      "type": "value",
      "value": 45
    },
    {
      "code": "mode",
      "custom_name": "",
      "dp_id": 5,
      "time": 1729261419992,
      "type": "enum",
      "value": "Manual"
    },
    {
      "code": "humidity_indoor",
      "custom_name": "",
      "dp_id": 6,
      "time": 1729261971343,
      "type": "value",
      "value": 63
    },
    {
      "code": "swing",
      "custom_name": "",
      "dp_id": 8,
      "time": 1729261419992,
      "type": "bool",
      "value": true
    },
    {
      "code": "anion",
      "custom_name": "",
      "dp_id": 10,
      "time": 1729261508165,
      "type": "bool",
      "value": false
    },
    {
      "code": "child_lock",
      "custom_name": "",
      "dp_id": 16,
      "time": 1729261419992,
      "type": "bool",
      "value": false
    },
    {
      "code": "countdown_set",
      "custom_name": "",
      "dp_id": 17,
      "time": 1729261419992,
      "type": "enum",
      "value": "cancel"
    },
    {
      "code": "fault",
      "custom_name": "",
      "dp_id": 19,
      "time": 1729261419992,
      "type": "bitmap",
      "value": 0
    }
  ]
}
@Romeck82 Romeck82 added the device request Indicates a device request label Oct 19, 2024
@bobvandevijver bobvandevijver added the in progress Is already being worked on label Oct 21, 2024
@bobvandevijver bobvandevijver added this to the Release 1.5.0 milestone Oct 21, 2024
@bobvandevijver bobvandevijver added the confirmed Indicates that there is an issue which has been confirmed label Oct 21, 2024
@bobvandevijver bobvandevijver mentioned this issue Oct 21, 2024
34 tasks
@bobvandevijver bobvandevijver linked a pull request Oct 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed Indicates that there is an issue which has been confirmed device request Indicates a device request in progress Is already being worked on
Development

Successfully merging a pull request may close this issue.

2 participants