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

Request support for Petrie Automatic WiFi Pet Feeder #2310

Closed
mprobber opened this issue Sep 17, 2024 · 0 comments
Closed

Request support for Petrie Automatic WiFi Pet Feeder #2310

mprobber opened this issue Sep 17, 2024 · 0 comments

Comments

@mprobber
Copy link

Log message

Device matches None with quality of 0%. DPS: {"updated_at": 1726529435.100716, "4": "standby", "9": false, "14": 0, "15": 11}

DPS information

{
  "modelId": "000003u22u",
  "services": [
    {
      "actions": [],
      "code": "",
      "description": "",
      "events": [],
      "name": "默认服务",
      "properties": [
        {
          "abilityId": 1,
          "accessMode": "rw",
          "code": "meal_plan",
          "description": "同步到设备端本地,即使设备离线,仍能正常喂食出粮,喂食计划最多支持10个\nraw格式约定:按照“周期+时间+喂食份数+开关”来实现本地定时,具体如下\n1,前7个比特位代表周一到周日,二进制转十六进制,占用一个字节,0代表未设置,1代表设置,如0000001,表示周日生效,转换为16进制就是01\n2,时间按照小时分钟格式,占用2个字节,分钟和小时,十进制转16进制,如18:50,转为16进制为1232\n3,喂食份数,占用1个字节,十进制转16进制,如12,转为16进制为0c\n4,开关,占用1个字节,00表示关闭,01表示开启\n上述举例,对于APP端时间下发的结果为0112320c01,表示周日,18:50,喂食12份,开启。",
          "extensions": {
            "iconName": "icon-dp_time3",
            "attribute": "96"
          },
          "name": "喂食计划",
          "typeSpec": {
            "type": "raw",
            "maxlen": 128
          }
        },
        {
          "abilityId": 3,
          "accessMode": "rw",
          "code": "manual_feed",
          "description": "",
          "extensions": {
            "iconName": "icon-icon-test13"
          },
          "name": "手动喂食",
          "typeSpec": {
            "type": "value",
            "max": 12,
            "min": 1,
            "scale": 0,
            "step": 1
          }
        },
        {
          "abilityId": 4,
          "accessMode": "ro",
          "code": "feed_state",
          "description": "0:正常状态\n1:余粮不足\n2:堵塞\n3:设备异常\n4:喂食中",
          "extensions": {
            "iconName": "icon-zhuangtai"
          },
          "name": "喂食状态",
          "typeSpec": {
            "type": "enum",
            "range": [
              "standby",
              "no_food",
              "error_ir",
              "feed_timeout",
              "feeding"
            ]
          }
        },
        {
          "abilityId": 9,
          "accessMode": "rw",
          "code": "factory_reset",
          "description": "",
          "extensions": {
            "iconName": "icon-a_nav_mode",
            "attribute": "96"
          },
          "name": "恢复出厂",
          "typeSpec": {
            "type": "bool"
          }
        },
        {
          "abilityId": 14,
          "accessMode": "ro",
          "code": "fault",
          "description": "1:无粮\n2:堵粮\n3:设备异常\n4:电量低",
          "extensions": {
            "iconName": "icon-dp_notice",
            "scope": "fault"
          },
          "name": "故障告警",
          "typeSpec": {
            "type": "bitmap",
            "label": [
              "no_food",
              "error_ir",
              "feed_timeout",
              "battery_low"
            ],
            "maxlen": 4
          }
        },
        {
          "abilityId": 15,
          "accessMode": "ro",
          "code": "feed_report",
          "description": "",
          "extensions": {
            "attribute": "128",
            "id": 15,
            "trigger": "direct"
          },
          "name": "喂食结果上报",
          "typeSpec": {
            "type": "value",
            "max": 12,
            "min": 0,
            "scale": 0,
            "step": 1
          }
        }
      ]
    }
  ]
}

Product ID

p7it0r4vcqgluka8

Product Name

WiFi Feeder

Information about how the device functions

https://www.amazon.com/gp/product/B0B56SXWV2/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&th=1

A wifi pet feeder that lets you select a portion size between 1 and 12, or set a schedule for automatic pet feeding.

@mprobber mprobber added the new device Unsupported device label Sep 17, 2024
@make-all make-all added the full_info All info needed was provided label Sep 17, 2024
make-all added a commit that referenced this issue Sep 26, 2024
@make-all make-all added awaiting confirmation Wating for confirmation the issue is solved unreleased Will be in next release and removed full_info All info needed was provided labels Sep 26, 2024
@make-all make-all removed new device Unsupported device awaiting confirmation Wating for confirmation the issue is solved unreleased Will be in next release labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants