home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
74.18k stars 31.15k forks source link

Tuya Garage Door Opener (Kogan Smart Wireless Garage Door Opener) #59586

Closed sambarlick closed 3 years ago

sambarlick commented 3 years ago

The problem

Controls no longer available. Controls were previously available using the old v1 api, now Home Assistant notes the device as unsupported.

What version of Home Assistant Core has the issue?

2021.11

What was the last working version of Home Assistant Core?

2021.9

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Tuya

Link to integration documentation on our website

No response

Example YAML snippet

From Tuya IoT

[
  {
    "code": "control"
  },
  {
    "code": "close_reminder",
    "value": false
  }
]

Code
Type
Values
control Integer 
{
  "range": [
    "open",
    "close"
  ]
}
close_reminder  Boolean 
"{true,false}"

{
  "result": {
    "active_time": 1618627695,
    "category": "mc",
    "category_name": "Door/Window Controller",
    "create_time": 1618627695,
    "gateway_id": "",
    "icon": "smart/icon/ay15253387844269Sg99/af8b87d81595558ed3433d7c2d0b6ef8.png",
    "id": "0337807124a1600b1ee3",
    "ip": 
    "lat": 
    "local_key": 
    "lon": 
    "model": "",
    "name": "Kogan Smart Wireless Garage Door Opener",
    "online": true,
    "owner_id": 
    "product_id": "8pmfag4piankf06t",
    "product_name": "Kogan Smart Wireless Garage Door Opener",
    "sub": false,
    "time_zone": "+10:00",
    "update_time": 1636715387,
    "uuid": 
  },
  "success": true,
  "t": 1636723084296
}

Anything in the logs that might be useful for us?

No response

Additional information

Let me know if you need anymore information.

frenck commented 3 years ago

mc is currently not a supported device category.

If you want to suggest a feature, you should try our Community Forum: Feature Requests.

If you have additional questions, feel free to join our Discord chat server.

Thanks! 👍

sambarlick commented 3 years ago

Thanks for your fast reply Frenck.

I assume because it is a new API it is no longer supported?

Sam

frenck commented 3 years ago

I assume because it is a new API it is no longer supported? It needs to be coded in by someone.