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 Holman RGB Garden Light #2975

Open
weswark opened this issue Feb 18, 2025 · 5 comments
Open

Request support for Holman RGB Garden Light #2975

weswark opened this issue Feb 18, 2025 · 5 comments
Labels
awaiting feedback Needs more information full_info All info needed was provided new device Unsupported device

Comments

@weswark
Copy link

weswark commented Feb 18, 2025

Log message

2025-02-18 08:24:53.659 WARNING (MainThread) [custom_components.tuya_local.config_flow] Device matches None with quality of 0%. DPS: {"updated_at": 1739838291.9245062}
2025-02-18 08:24:53.660 WARNING (MainThread) [custom_components.tuya_local.config_flow] Include the previous log messages with any new device request to https://github.com/make-all/tuya-local/issues/

Product ID

"product_id": "34iad2he4ads3aeg"

Product Name

"product_name": "RGB Garden Light"

DPS information

{
  "result": {
    "properties": [
      {
        "code": "switch_led",
        "custom_name": "",
        "dp_id": 20,
        "time": 1739837297298,
        "type": "bool",
        "value": false
      },
      {
        "code": "work_mode",
        "custom_name": "",
        "dp_id": 21,
        "time": 1739671249710,
        "type": "enum",
        "value": "colour"
      },
      {
        "code": "colour_data",
        "custom_name": "",
        "dp_id": 24,
        "time": 1739671249710,
        "type": "string",
        "value": "006403e803e8"
      },
      {
        "code": "scene_data",
        "custom_name": "",
        "dp_id": 25,
        "time": 1739671249710,
        "type": "string",
        "value": "04464602007803e803e800000000464602007803e8000a00000000"
      },
      {
        "code": "countdown",
        "custom_name": "",
        "dp_id": 26,
        "time": 1739671249710,
        "type": "value",
        "value": 0
      },
      {
        "code": "control_data",
        "custom_name": "",
        "dp_id": 28,
        "time": 1734867274673,
        "type": "string",
        "value": ""
      },
      {
        "code": "rhythm_mode",
        "custom_name": "",
        "dp_id": 30,
        "time": 1739671249741,
        "type": "raw",
        "value": "AAAAAAA="
      },
      {
        "code": "power_memory",
        "custom_name": "",
        "dp_id": 33,
        "time": 1739671250081,
        "type": "raw",
        "value": "AAEAAAPoA+gAAAAA"
      },
      {
        "code": "do_not_disturb",
        "custom_name": "",
        "dp_id": 34,
        "time": 1739671249710,
        "type": "bool",
        "value": true
      }
    ]
  },
  "success": true,
  "t": 1739838084180,
  "tid": "493771b6ed8e11ef9e609e9247cde4aa"
}

Information about how the device functions

No response

@weswark weswark added the new device Unsupported device label Feb 18, 2025
@weswark
Copy link
Author

weswark commented Feb 18, 2025

{
"result": {
"category": "dj",
"functions": [
{
"code": "switch_led",
"desc": "{}",
"name": "开关",
"type": "Boolean",
"values": "{}"
},
{
"code": "work_mode",
"desc": "{"range":["white","colour","scene","music"]}",
"name": "工作模式",
"type": "Enum",
"values": "{"range":["white","colour","scene","music"]}"
},
{
"code": "colour_data_v2",
"desc": "{"h":{"min":0,"scale":0,"unit":"","max":360,"step":1},"s":{"min":0,"scale":0,"unit":"","max":1000,"step":1},"v":{"min":0,"scale":0,"unit":"","max":1000,"step":1}}",
"name": "彩光模式值",
"type": "Json",
"values": "{"h":{"min":0,"scale":0,"unit":"","max":360,"step":1},"s":{"min":0,"scale":0,"unit":"","max":1000,"step":1},"v":{"min":0,"scale":0,"unit":"","max":1000,"step":1}}"
},
{
"code": "scene_data_v2",
"desc": "{"scene_num":{"min":1,"scale":0,"max":8,"step":1},"scene_units": {"unit_change_mode":{"range":["static","jump","gradient"]},"unit_switch_duration":{"min":0,"scale":0,"max":100,"step":1},"unit_gradient_duration":{"min":0,"scale":0,"max":100,"step":1},"bright":{"min":0,"scale":0,"max":1000,"step":1},"temperature":{"min":0,"scale":0,"max":1000,"step":1},"h":{"min":0,"scale":0,"unit":"","max":360,"step":1},"s":{"min":0,"scale":0,"unit":"","max":1000,"step":1},"v":{"min":0,"scale":0,"unit":"","max":1000,"step":1}}}",
"name": "场景模式值",
"type": "Json",
"values": "{"scene_num":{"min":1,"scale":0,"max":8,"step":1},"scene_units": {"unit_change_mode":{"range":["static","jump","gradient"]},"unit_switch_duration":{"min":0,"scale":0,"max":100,"step":1},"unit_gradient_duration":{"min":0,"scale":0,"max":100,"step":1},"bright":{"min":0,"scale":0,"max":1000,"step":1},"temperature":{"min":0,"scale":0,"max":1000,"step":1},"h":{"min":0,"scale":0,"unit":"","max":360,"step":1},"s":{"min":0,"scale":0,"unit":"","max":1000,"step":1},"v":{"min":0,"scale":0,"unit":"","max":1000,"step":1}}}"
},
{
"code": "countdown_1",
"desc": "{"unit":"s","min":0,"max":86400,"scale":0,"step":1}",
"name": "倒计时",
"type": "Integer",
"values": "{"unit":"s","min":0,"max":86400,"scale":0,"step":1}"
},
{
"code": "control_data",
"desc": "{"change_mode":{"range":["direct","gradient"]}, "bright":{"min":0,"scale":0,"unit":"","max":1000,"step":1}, "temperature":{"min":0,"scale":0,"unit":"","max":1000,"step":1}, "h":{"min":0,"scale":0,"unit":"","max":360,"step":1},"s":{"min":0,"scale":0,"unit":"","max":255,"step":1},"v":{"min":0,"scale":0,"unit":"","max":255,"step":1}}",
"name": "调节模式值",
"type": "Json",
"values": "{"change_mode":{"range":["direct","gradient"]}, "bright":{"min":0,"scale":0,"unit":"","max":1000,"step":1}, "temperature":{"min":0,"scale":0,"unit":"","max":1000,"step":1}, "h":{"min":0,"scale":0,"unit":"","max":360,"step":1},"s":{"min":0,"scale":0,"unit":"","max":255,"step":1},"v":{"min":0,"scale":0,"unit":"","max":255,"step":1}}"
},
{
"code": "rhythm_mode",
"desc": "{"maxlen":255}",
"name": "生物节律",
"type": "Raw",
"values": "{"maxlen":255}"
},
{
"code": "power_memory",
"desc": "{}",
"name": "断电记忆",
"type": "Raw",
"values": "{}"
},
{
"code": "do_not_disturb",
"desc": "{}",
"name": "勿扰模式",
"type": "Boolean",
"values": "{}"
}
],
"status": [
{
"code": "switch_led",
"name": "开关",
"type": "Boolean",
"values": "{}"
},
{
"code": "work_mode",
"name": "模式",
"type": "Enum",
"values": "{"range":["white","colour","scene","music"]}"
},
{
"code": "colour_data_v2",
"name": "彩光模式",
"type": "Json",
"values": "{"h":{"min":0,"scale":0,"unit":"","max":360,"step":1},"s":{"min":0,"scale":0,"unit":"","max":1000,"step":1},"v":{"min":0,"scale":0,"unit":"","max":1000,"step":1}}"
},
{
"code": "scene_data_v2",
"name": "情景模式",
"type": "Json",
"values": "{"scene_num":{"min":1,"scale":0,"max":8,"step":1},"scene_units": {"unit_change_mode":{"range":["static","jump","gradient"]},"unit_switch_duration":{"min":0,"scale":0,"max":100,"step":1},"unit_gradient_duration":{"min":0,"scale":0,"max":100,"step":1},"bright":{"min":0,"scale":0,"max":1000,"step":1},"temperature":{"min":0,"scale":0,"max":1000,"step":1},"h":{"min":0,"scale":0,"unit":"","max":360,"step":1},"s":{"min":0,"scale":0,"unit":"","max":1000,"step":1},"v":{"min":0,"scale":0,"unit":"","max":1000,"step":1}}}"
},
{
"code": "countdown_1",
"name": "倒计时",
"type": "Integer",
"values": "{"unit":"s","min":0,"max":86400,"scale":0,"step":1}"
},
{
"code": "control_data",
"name": "调节控制",
"type": "Json",
"values": "{"change_mode":{"range":["direct","gradient"]}, "bright":{"min":0,"scale":0,"unit":"","max":1000,"step":1}, "temperature":{"min":0,"scale":0,"unit":"","max":1000,"step":1}, "h":{"min":0,"scale":0,"unit":"","max":360,"step":1},"s":{"min":0,"scale":0,"unit":"","max":255,"step":1},"v":{"min":0,"scale":0,"unit":"","max":255,"step":1}}"
},
{
"code": "rhythm_mode",
"name": "生物节律",
"type": "Raw",
"values": "{"maxlen":"255"}"
},
{
"code": "power_memory",
"name": "断电记忆",
"type": "Raw",
"values": "{}"
},
{
"code": "do_not_disturb",
"name": "勿扰模式",
"type": "Boolean",
"values": "{}"
}
]
},
"success": true,
"t": 1739839967208,
"tid": "ab987c28ed9211efbbcac2b21b10ca93"
}

@make-all make-all added the full_info All info needed was provided label Feb 18, 2025
@make-all make-all moved this to 📋 Backlog in Tuya Local Feb 18, 2025
@make-all make-all added the awaiting feedback Needs more information label Feb 18, 2025
@make-all make-all moved this from 📋 Backlog to 🏗 Stalled in Tuya Local Feb 18, 2025
@make-all
Copy link
Owner

make-all commented Feb 18, 2025

Please collect the logs again using tuya-local 2025.2.1 (or later)

@weswark
Copy link
Author

weswark commented Feb 22, 2025

2025-02-22 08:44:16.152 ERROR (MainThread) [custom_components.tuya_local.device] Failed to refresh device state for Test.

@weswark
Copy link
Author

weswark commented Feb 22, 2025

Device is online, all details entered correctly (have several other tuya devices through tuya local)

@make-all
Copy link
Owner

Likely the details are not correct, in particular the protocol version can be different than what is initially detected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback Needs more information full_info All info needed was provided new device Unsupported device
Projects
Status: 🏗 Stalled
Development

No branches or pull requests

2 participants