itavero / homebridge-z2m

Expose your Zigbee devices to HomeKit with ease, by integrating šŸ Zigbee2MQTT with šŸ  Homebridge.
https://z2m.dev
Apache License 2.0
324 stars 50 forks source link

[Device] Tuya TS0603 #944

Open Ph4n70 opened 2 weeks ago

Ph4n70 commented 2 weeks ago

Device Model

Tuya TS0603

Is there an existing issue for this?

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 !!!

itavero commented 2 weeks ago

Duplicate of #444