I was able to control my Kogan Tuya Garage opener until 2020.10 so I thought a defect had found it’s way in but was advised it was never supported and that a Feature Request should be raised, so thank you @sambarlick for raising this.
______________________-
Garage Door Opener - Release 2021.11; no entities are available: Switch, Binary Sensor
I updated HAOS on Raspberry Pi 4B to core-2021.11.0 and found my garage door opener but without any entities.
--------------------------- start log ---------------------------
No errors have been reported
---------------------------- end log ----------------------------
what did you set your values at for this?
i can get the state and the 10 min notifaction to trigger but i cant get the door to open in HA
im a bit of a newbe so any help would be very helpful
i see that 104 is the possotion sensor
105 is the 10 min trigger
looks like 102 in the state
and 101 is the trigger to open/close
I have a Kogan one too - It works by setting up Tap-To-Run in the Tuya app these show as buttons in Home Assist. Weirdly the current state of the device does show up??
Full support would be nice as I’m having issues with Homekit integration meaning I have to say “turn on open garage door” to Siri and the open garage door magic button hasn’t appears on my Carplay stereo that others have manage to get working with other openers.
Couple of things that I noticed following your instructions:
If you add the “Door Control” with ID 101 and Current Position, Set Position as 102, then Door Sensor is unavailable to be added as an additional entity. The way around this was to add the Door Control Last, and choosing ID, Current Position & Set Position as 101
I added unique_id to the cover template so I could edit the entity in the dashboard
I have hidden the original cover.garage_door entity from the dashboard and because of the template and the sensor entity, this works perfect!
Thought I would add my experience to help others. I also bought the “Connect Smart Remote Garage Door Opener” hoping it would work out of the box, but that was not the case…
I ended up using the LocalTuya integration as a cover type device. Did try the TuyaLocal integration that had the Kogan Smart Wireless Garage Door Opener as a device you can add. It worked but the position status did not change. Using Developer Tools did testing and checked the states and found that the raw_state attribute correctly reported the door position.
After much research I found out how to make a custom sensor that can be added to the dashboard. It will also show when the door is opening or closing. Thanks to @tom_l for the basic code I found.