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 Support Request] TS130F _TZ3000_vsj5o7dm #3348

Open
ctechmat opened this issue Sep 4, 2024 · 1 comment
Open

[Device Support Request] TS130F _TZ3000_vsj5o7dm #3348

ctechmat opened this issue Sep 4, 2024 · 1 comment

Comments

@ctechmat
Copy link

ctechmat commented Sep 4, 2024

Problem description

Currently, there is not attribute to turn on/off the backlight on that device.
Furthermore is it possible to add a switch or toggle button in order to control the backlight from the device page.

Link to that device : https://www.bseed.com/collections/zigbee-series/products/bseed-zigbee-shutter-switch-smart-wall-touch-switch

Solution description

I can control the backlight with ZHA toolkit by using the following information

action: zha_toolkit.attr_write
data:
ieee: xx:xx:xx:xx:xx:xx:xx:xx
cluster: 0x0006
attribute: 0x5000
attr_val: "0" # to turn off the backlight
attr_val: "1" # to turn on the backlight

It would be great to add an attribute called backlight_on_off with the id 0x5000 (or maybe to change the id of the attribute on_off from 0x0000 to 0x5000 if it does not impact other devices).

Screenshots/Video

Screenshot for the switch or toggle

button

Device signature

Device signature
"data": {
    "ieee": "**REDACTED**",
    "nwk": 6873,
    "manufacturer": "_TZ3000_vsj5o7dm",
    "model": "TS130F",
    "name": "_TZ3000_vsj5o7dm TS130F",
    "quirk_applied": true,
    "quirk_class": "zhaquirks.tuya.ts130f.TuyaTS130ESTC",
    "quirk_id": null,
    "manufacturer_code": 4417,
    "power_source": "Mains",
    "lqi": 200,
    "rssi": -50,
    "last_seen": "2024-09-04T12:47:11",
    "available": true,
    "device_type": "Router",
    "signature": {
      "node_descriptor": {
        "logical_type": 1,
        "complex_descriptor_available": 0,
        "user_descriptor_available": 0,
        "reserved": 0,
        "aps_flags": 0,
        "frequency_band": 8,
        "mac_capability_flags": 142,
        "manufacturer_code": 4417,
        "maximum_buffer_size": 66,
        "maximum_incoming_transfer_size": 66,
        "server_mask": 10752,
        "maximum_outgoing_transfer_size": 66,
        "descriptor_capability_field": 0
      },

Diagnostic information

Diagnostic information
[Paste the diagnostic information here]

Logs

Logs
[Paste the logs here]

Custom quirk

Custom quirk
[Paste your custom quirk here]

Additional information

No response

@polymachine
Copy link

Hi I've just installed one of these also and cannot find out hoe to either calibrate the shutter opening/closing times or how to set them manually ... is this also not supported or am i missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants