tuya / tuya-homebridge

Homebridge custom plugin for controlling Powered by Tuya (PBT) devices in HomeKit. This plugin is officially maintained by the Tuya Developer Team.
MIT License
332 stars 168 forks source link

PIR Floodlight (Wasserstein Smart Flood light) #354

Closed mpreissner closed 1 year ago

mpreissner commented 1 year ago

Device info:

{ "active_time": 1681842665, "biz_type": 18, "category": "gyd", "create_time": 1681842665, "icon": "smart/icon/ay1487838136715yw6hG/96fb2d3a49b9e8011aa3276a1e1087e5.png", "id": "eb2144da0d2a20740axxou", "ip": "", "lat": "", "local_key": "bb16aee3e13272d0", "lon": "", "model": "Smart floodlight", "name": "Patio Flood Light", "online": true, "owner_id": "", "product_id": "5buq4gxsr42omwrs", "product_name": "Wasserstein Smart Floodlight", "status": [ { "code": "switch_led", "value": false }, { "code": "work_mode", "value": "white" }, { "code": "bright_value", "value": 1000 }, { "code": "temp_value", "value": 1000 }, { "code": "countdown", "value": 0 }, { "code": "device_mode", "value": "auto" }, { "code": "pir_state", "value": "none" }, { "code": "cds", "value": "50lux" }, { "code": "pir_sensitivity", "value": "middle" }, { "code": "pir_delay", "value": 30 }, { "code": "switch_pir", "value": true }, { "code": "standby_time", "value": 1 }, { "code": "standby_bright", "value": 0 } ], "sub": false, "time_zone": "-04:00", "uid": "az1661032659854B2k21", "update_time": 1681842685, "uuid": "d6bfabe039c5ed01" }

Device functions :

{ "category": "gyd", "devices": [ "eb2144da0d2a20740axxou" ], "functions": [ { "code": "switch_led", "desc": "switch led", "name": "switch led", "type": "Boolean", "values": "{}" }, { "code": "work_mode", "desc": "work mode", "name": "work mode", "type": "Enum", "values": "{\"range\":[\"white\"]}" }, { "code": "bright_value", "desc": "bright value", "name": "bright value", "type": "Integer", "values": "{\"min\":10,\"max\":1000,\"scale\":0,\"step\":1}" }, { "code": "temp_value", "desc": "temp value", "name": "temp value", "type": "Integer", "values": "{\"min\":0,\"max\":1000,\"scale\":0,\"step\":1}" }, { "code": "countdown", "desc": "countdown", "name": "countdown", "type": "Integer", "values": "{\"unit\":\"s\",\"min\":0,\"max\":86400,\"scale\":0,\"step\":1}" }, { "code": "control_data", "desc": "control data", "name": "control data", "type": "String", "values": "{\"maxlen\":255}" }, { "code": "device_mode", "desc": "device mode", "name": "device mode", "type": "Enum", "values": "{\"range\":[\"auto\",\"manual\"]}" }, { "code": "cds", "desc": "cds", "name": "cds", "type": "Enum", "values": "{\"range\":[\"2000lux\",\"300lux\",\"50lux\",\"10lux\",\"5lux\",\"now\"]}" }, { "code": "pir_sensitivity", "desc": "pir sensitivity", "name": "pir sensitivity", "type": "Enum", "values": "{\"range\":[\"low\",\"middle\",\"high\"]}" }, { "code": "pir_delay", "desc": "pir delay", "name": "pir delay", "type": "Integer", "values": "{\"unit\":\"s\",\"min\":5,\"max\":3600,\"scale\":0,\"step\":1}" }, { "code": "switch_pir", "desc": "switch pir", "name": "switch pir", "type": "Boolean", "values": "{}" }, { "code": "standby_time", "desc": "standby time", "name": "standby time", "type": "Integer", "values": "{\"unit\":\"min\",\"min\":1,\"max\":480,\"scale\":0,\"step\":1}" }, { "code": "standby_bright", "desc": "standby bright", "name": "standby bright", "type": "Integer", "values": "{\"min\":0,\"max\":1000,\"scale\":0,\"step\":1}" } ], "product_id": "5buq4gxsr42omwrs" }

github-actions[bot] commented 1 year ago

Thank you for your feedback, we will solve this issue soon

github-actions[bot] commented 1 year ago

Stale issue. we will close the issue soon. If this issue has not been resolved, please update the issue and contact us in time.

mpreissner commented 9 months ago

This plugin still doesn't pick up my Wasserstein floodlight. Any ETA on support for this device type? Any additional information needed?