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

BSEED 2 Way Switch _TZ3000_e98krvvk #5837

Closed
h3llh0und opened this issue Feb 28, 2022 · 7 comments
Closed

BSEED 2 Way Switch _TZ3000_e98krvvk #5837

h3llh0und opened this issue Feb 28, 2022 · 7 comments

Comments

@h3llh0und
Copy link

Device

  • Product name: BSEED Zigbee 2 Way Switch
  • Manufacturer: _TZ3000_e98krvvk
  • Model identifier: TS0012
  • Device type :
    • Switch

Screenshots

image
image

Basic

image

Identify

image

On/Off

First
image
Second
image

I can turn the switches on and off with the exec Buttons.
If you need more Input just let me know.

@h3llh0und
Copy link
Author

h3llh0und commented Mar 1, 2022

Ok, i found a quick and dirty solution for me. I created my own DDF File and managed it to get both Switches running. Dont know if this is the best way but it works and i am fine with it.

{
  "schema": "devcap1.schema.json",
  "manufacturername": "_TZ3000_e98krvvk",
  "modelid": "TS0012",
  "product": "TS0012",
  "sleeper": false,
  "status": "Gold",
  "path": "/devices/ts0012.json",
  "subdevices": [
    {
      "type": "$TYPE_ON_OFF_LIGHT",
      "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"
        },
        {
          "name": "attr/type"
        },
        {
          "name": "attr/uniqueid"
        },
        {
          "name": "state/on",
          "refresh.interval": 5
        },
        {
          "name": "state/reachable"
        }
      ]
    },
    {
      "type": "$TYPE_ON_OFF_LIGHT",
      "restapi": "/lights",
      "uuid": [
        "$address.ext",
        "0x02"
      ],
      "items": [
        {
          "name": "attr/id"
        },
        {
          "name": "attr/lastannounced"
        },
        {
          "name": "attr/lastseen"
        },
        {
          "name": "attr/manufacturername"
        },
        {
          "name": "attr/modelid"
        },
        {
          "name": "attr/name"
        },
        {
          "name": "attr/swversion"
        },
        {
          "name": "attr/type"
        },
        {
          "name": "attr/uniqueid"
        },
        {
          "name": "state/on",
          "refresh.interval": 5
        },
        {
          "name": "state/reachable"
        }
      ]
    }
  ]
}

@github-actions
Copy link

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 Mar 23, 2022
@github-actions
Copy link

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.

@Smanar Smanar mentioned this issue Jun 14, 2022
@Mimiix
Copy link
Collaborator

Mimiix commented Jun 14, 2022

Re opening

@Mimiix Mimiix reopened this Jun 14, 2022
@github-actions
Copy link

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.

1 similar comment
@github-actions
Copy link

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.

@xADDRx
Copy link

xADDRx commented Jan 26, 2023

Ok, i found a quick and dirty solution for me. I created my own DDF File and managed it to get both Switches running. Dont know if this is the best way but it works and i am fine with it.

{
  "schema": "devcap1.schema.json",
  "manufacturername": "_TZ3000_e98krvvk",
  "modelid": "TS0012",
  "product": "TS0012",
  "sleeper": false,
  "status": "Gold",
  "path": "/devices/ts0012.json",
  "subdevices": [
    {
      "type": "$TYPE_ON_OFF_LIGHT",
      "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"
        },
        {
          "name": "attr/type"
        },
        {
          "name": "attr/uniqueid"
        },
        {
          "name": "state/on",
          "refresh.interval": 5
        },
        {
          "name": "state/reachable"
        }
      ]
    },
    {
      "type": "$TYPE_ON_OFF_LIGHT",
      "restapi": "/lights",
      "uuid": [
        "$address.ext",
        "0x02"
      ],
      "items": [
        {
          "name": "attr/id"
        },
        {
          "name": "attr/lastannounced"
        },
        {
          "name": "attr/lastseen"
        },
        {
          "name": "attr/manufacturername"
        },
        {
          "name": "attr/modelid"
        },
        {
          "name": "attr/name"
        },
        {
          "name": "attr/swversion"
        },
        {
          "name": "attr/type"
        },
        {
          "name": "attr/uniqueid"
        },
        {
          "name": "state/on",
          "refresh.interval": 5
        },
        {
          "name": "state/reachable"
        }
      ]
    }
  ]
}

Hi h3llh0und,

When I use your code both switches toggle on and off together via deconz. No matter which of the two I press. Do you have any idea?

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

3 participants