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] Tuya TS0603 #944

Open
2 tasks done
Ph4n70 opened this issue Oct 31, 2024 · 1 comment
Open
2 tasks done

[Device] Tuya TS0603 #944

Ph4n70 opened this issue Oct 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Ph4n70
Copy link

Ph4n70 commented Oct 31, 2024

Device Model

Tuya TS0603

Is there an existing issue for this?

  • I have searched the existing issues and did not find an existing issue.

Supported by Zigbee2MQTT?

  • Device is supported by Zigbee2MQTT

Missing features / functionality

Can be used as a "switch" thanks to HomeKit integration but can not be used as a garage door opener (status missing)

HomeKit Services and Characteristics

Show this device as a cover in HomeKit (with both "trigger" and status) to use it as a "garage door opener" and not like a switch

Exposes information from Zigbee2MQTT

[
  {
    "name": "state",
    "label": "State",
    "access": 3,
    "type": "binary",
    "property": "state",
    "description": "Trigger the door movement",
    "value_on": true,
    "value_off": false
  },
  {
    "name": "garage_door_contact",
    "label": "Garage door contact",
    "access": 1,
    "type": "binary",
    "property": "garage_door_contact",
    "description": "Indicates if the garage door contact is closed (= true) or open (= false)",
    "value_on": true,
    "value_off": false
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "category": "diagnostic",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Additional information / Other remarks

Thanks in advance for your help !!!

@Ph4n70 Ph4n70 added the enhancement New feature or request label Oct 31, 2024
@itavero
Copy link
Owner

itavero commented Nov 1, 2024

Duplicate of #444

@itavero itavero marked this as a duplicate of #444 Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants