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

TS0011 - BSeed Zigbee Smart Wall-Switch #6885

Closed
dpozimski opened this issue Apr 13, 2023 · 9 comments
Closed

TS0011 - BSeed Zigbee Smart Wall-Switch #6885

dpozimski opened this issue Apr 13, 2023 · 9 comments

Comments

@dpozimski
Copy link

Device

  • Product name: BSEED Smart Zigbee Wall-Switch.
  • Manufacturer: _TZ3000_hafsqare
  • Model identifier: TS0011
  • Device type:
  • Other: Wall-Switch

Screenshots

Basic

image
node info
device

Identify

identity

Groups

groups
groups2

Scenes

scenes
scenes2

On/Off

onoff
onoff2

OTAU

otau

Tuya Specific

tuyaspecific

@BabaIsYou
Copy link
Contributor

BabaIsYou commented Apr 13, 2023

Hi. Could you please review your screenshots to conform to waited informations as requested in template (screenshot of clusters list, "read" off each cluster before taking screenshot, ...) ? Thx

@dpozimski
Copy link
Author

Basic

basic

Identify

identity

Alarms

Device Temperature

Groups

groups

Scenes

scenes

On/Off

onoff

Level Control

Color Control

Simple Metering

Diagnostics

Other clusters that are not mentioned above

tuyaspecific
nodeinfo

@BabaIsYou

@BabaIsYou
Copy link
Contributor

BabaIsYou commented Apr 13, 2023

By the mean time, could perhaps try to adapt the DDF from #6422

{
  "schema": "devcap1.schema.json",
  "manufacturername": ["_TZE200_9cxuhakf", "_TZE200_p0gzbqct" "_TZE200_ip2akl4w","_TZ3000_hafsqare"],
  "modelid": ["TS0601", "TS0601", "TS0601", "TS0601"],
  "vendor": "Tuya Generic",
  "product": "Smart Dimmer Switch 1 gang",
  "sleeper": false,
  "status": "Gold",
  "subdevices": [
    {
      "type": "$TYPE_DIMMABLE_PLUGIN_UNIT",
      "restapi": "/lights",
      "uuid": [
        "$address.ext",
        "0x01"
      ],
      "items": [
        {
          "name": "attr/id"
        },
        {
          "name": "attr/lastannounced"
        },
        {
          "name": "attr/lastseen"
        },
        {
          "name": "attr/manufacturername"
        },
        {
          "name": "attr/modelid"
        },
        {
          "name": "attr/name"
        },
        {
          "name": "attr/swversion",
          "parse": {"fn": "zcl", "ep": 1, "cl": "0x0000", "at": "0x0001", "script": "tuya_swversion.js"},
          "read": {"fn": "zcl", "ep": 1, "cl": "0x0000", "at": "0x0001"}
        },
        {
          "name": "attr/type"
        },
        {
          "name": "attr/uniqueid"
        },
        {
          "name": "state/alert",
          "default": "none",
          "public": false
        },
        {
          "name": "state/on",
          "parse": {"fn": "tuya", "dpid": 1, "eval": "Item.val = Attr.val;" },
          "write": {"fn": "tuya", "dpid": 1, "dt": "0x10", "eval": "Item.val == 1 ? 1 : 0;"},
          "read": {"fn": "tuya"},
          "refresh.interval": 300
        },
        {
          "name": "state/bri",
          "parse": {"fn": "tuya", "dpid": 2, "eval": "Item.val = (Attr.val / 1000.0) * 254.0;"},
          "write": {"fn": "tuya", "dpid": 2, "dt": "0x2b", "eval": "(Item.val / 254.0) * 1000.0;"},
          "read": {"fn": "none"},
          "refresh.interval": 86400
        },
        {
          "name": "state/reachable"
        }
      ]
    }
  ]
}

@dpozimski
Copy link
Author

It was not possible to paste it to deconz gui from home Assistant. The ddf json that i found was in preview tab and it could not be edited.

@BabaIsYou
Copy link
Contributor

t was not possible to paste it to deconz gui from home Assistant

It wasn't possible in Deconz GUI, from HA or whatever you use !

The ddf json that i found was in preview tab and it could not be edited.

DDF has to be stored in a stecific folder (may be could find hints here #6798 (comment)). Then just rejoining the device may be sufficient.

@dpozimski
Copy link
Author

hi, what is the status of the issue?

@BabaIsYou
Copy link
Contributor

Did you have a look at my previous post to give a try to the DDF ? Without someone testing it we couldn’t add it to a version

@github-actions
Copy link
Contributor

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

@github-actions github-actions bot added the stale label May 21, 2023
@github-actions
Copy link
Contributor

As there has not been any response in 28 days, this issue will be closed. @ OP: If this issue is solved post what fixed it for you. If it is not solved, request to get this opened again.

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

No branches or pull requests

2 participants