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 iSparkle RGB #2784

Open
maLLoud86 opened this issue Jan 14, 2025 · 2 comments
Open

Request support for iSparkle RGB #2784

maLLoud86 opened this issue Jan 14, 2025 · 2 comments
Labels
full_info All info needed was provided new device Unsupported device

Comments

@maLLoud86
Copy link

maLLoud86 commented Jan 14, 2025

Log message

2025-01-14 17:52:30.293 WARNING (MainThread) [custom_components.tuya_local.config_flow] Device matches arlec_rf_transmitter with quality of 67%. DPS: {"updated_at": 1736873544.6021552, "20": true, "101": "Color", "102": "Stream"}
2025-01-14 17:52:30.293 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/
``` 2025-01-14 17:52:38.702 INFO (MainThread) [homeassistant.components.light] Setting up tuya_local.light 2025-01-14 17:52:38.702 INFO (MainThread) [homeassistant.components.number] Setting up tuya_local.number 2025-01-14 17:52:38.703 INFO (MainThread) [homeassistant.components.select] Setting up tuya_local.select 2025-01-14 17:52:38.716 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.tuya_local entity: light.led_strip 2025-01-14 17:52:38.754 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new select.tuya_local entity: select.led_strip_scene 2025-01-14 17:52:38.756 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new number.tuya_local entity: number.led_strip_idozito ```

Product ID

ufi02yfc589ssyjp

Product Name

Isparkle RGB

DPS information

{ "result": { "model": "{\"modelId\":\"0000004n63\",\"services\":[{\"actions\":[],\"code\":\"\",\"description\":\"\",\"events\":[],\"name\":\"默认服务\",\"properties\":[
{\"abilityId\":20,\"accessMode\":\"rw\",\"code\":\"switch_led\",\"description\":\"\",\"extensions\":{\"attribute\":\"1\"},\"name\":\"开关\",\"typeSpec\":{\"type\":\"bool\"}},
{\"abilityId\":101,\"accessMode\":\"rw\",\"code\":\"Color\",\"description\":\"\",\"name\":\"颜色\",\"typeSpec\":{\"type\":\"enum\",\"range\":[\"R\",\"RG\",\"G\",\"GB\",\"B\",\"RB\",\"RGB\",\"Color\"]}},
{\"abilityId\":102,\"accessMode\":\"rw\",\"code\":\"Mode\",\"description\":\"\",\"name\":\"模式\",\"typeSpec\":{\"type\":\"enum\",\"range\":[\"Bright\",\"Gradually\",\"Star\",\"Flower\",\"Marquee\",\"Fireworks\",\"Meteor\",\"Stream\"]}},
{\"abilityId\":103,\"accessMode\":\"rw\",\"code\":\"Timerreport\",\"description\":\"云定时状态下发\",\"name\":\"云定时下发\",\"typeSpec\":{\"type\":\"bool\"}}]}]}" }, "success": true, "t": 1736918880484, "tid": "7c1c649ad30111efa76ab217c6c149bc" }
```text { "result": { "properties": [ { "code": "switch_led", "custom_name": "", "dp_id": 20, "time": 1736865732055, "type": "bool", "value": false }, { "code": "Color", "custom_name": "", "dp_id": 101, "time": 1736865732055, "type": "enum", "value": "GB" }, { "code": "Mode", "custom_name": "", "dp_id": 102, "time": 1736865732055, "type": "enum", "value": "Bright" }, { "code": "Timerreport", "custom_name": "", "dp_id": 103, "time": 1664914359585, "type": "bool", "value": false } ] }, "success": true, "t": 1736866170510, "tid": "c29bf45bd28611efbbc9c2b21b10ca93" } ```

Information about how the device functions

I hope the log is now correct.
All functions work great in the Smart Life app, but in HA it's just on and off (I didn't try a timer).
By default, the device knows these:

  • Timer
  • 7 predefined colors + 1 Rainbow
  • 7 predefined lighting effects + 1 continuous lighting
  • If it were possible to solve the operation of the color picker, that would be great (the factory software can't do that either).

Product link:https://www.isparklelight.com/product/smart-rgb-led-curtain-micro-lights/
Huge Thanks!
ps: This text was translated by Google

@maLLoud86 maLLoud86 added the new device Unsupported device label Jan 14, 2025
@make-all
Copy link
Owner

Query Things Data Model results from the Tuya developer portal are required.
The information given is not enough to know how to control those dps, as there is no information about the allowed values for Mode and Color.

Also there is no sign of a timer, or of brightness control, which HA expects for all lights that support more than just on/off.

@make-all make-all added the awaiting feedback Needs more information label Jan 14, 2025
@make-all make-all moved this to 🏗 Stalled in Tuya Local Jan 14, 2025
@maLLoud86
Copy link
Author

{ "result": { "model": "{\"modelId\":\"0000004n63\",\"services\":[{\"actions\":[],\"code\":\"\",\"description\":\"\",\"events\":[],\"name\":\"默认服务\",\"properties\":[{\"abilityId\":20,\"accessMode\":\"rw\",\"code\":\"switch_led\",\"description\":\"\",\"extensions\":{\"attribute\":\"1\"},\"name\":\"开关\",\"typeSpec\":{\"type\":\"bool\"}},{\"abilityId\":101,\"accessMode\":\"rw\",\"code\":\"Color\",\"description\":\"\",\"name\":\"颜色\",\"typeSpec\":{\"type\":\"enum\",\"range\":[\"R\",\"RG\",\"G\",\"GB\",\"B\",\"RB\",\"RGB\",\"Color\"]}},{\"abilityId\":102,\"accessMode\":\"rw\",\"code\":\"Mode\",\"description\":\"\",\"name\":\"模式\",\"typeSpec\":{\"type\":\"enum\",\"range\":[\"Bright\",\"Gradually\",\"Star\",\"Flower\",\"Marquee\",\"Fireworks\",\"Meteor\",\"Stream\"]}},{\"abilityId\":103,\"accessMode\":\"rw\",\"code\":\"Timerreport\",\"description\":\"云定时状态下发\",\"name\":\"云定时下发\",\"typeSpec\":{\"type\":\"bool\"}}]}]}" }, "success": true, "t": 1736918880484, "tid": "7c1c649ad30111efa76ab217c6c149bc" }

Unfortunately, this device does not support brightness control.

@make-all make-all added full_info All info needed was provided and removed awaiting feedback Needs more information labels Jan 15, 2025
@make-all make-all moved this from 🏗 Stalled to 🔖 Ready in Tuya Local Jan 15, 2025
@github-project-automation github-project-automation bot moved this from 🔖 Ready to ✅ Done in Tuya Local Jan 15, 2025
@make-all make-all reopened this Jan 15, 2025
@github-project-automation github-project-automation bot moved this from ✅ Done to 📋 Backlog in Tuya Local Jan 15, 2025
@make-all make-all moved this from 📋 Backlog to 🔖 Ready in Tuya Local Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full_info All info needed was provided new device Unsupported device
Projects
Status: 🔖 Ready
Development

No branches or pull requests

2 participants