2.5.0 • Published 3 months ago

homebridge-tuya-platform-jeko v2.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

homebridge-tuya-platform-jeko

npm npm mit-license verified-by-homebridge Build and Lint join-discord

Fork of beta version of the official Tuya Homebridge plugin.

This fork focus on Garage door integration with RF Remote Modification are done to allow best simulation without door contact, like WiFi to RF Remote converter (YET6956WTR). For example, the Tuya API stores the remote button state, but the device can only store one signal per button and always sends the command (open) regardless of whether it receives true or false. If auto_close option is set to false, that mean the garage door need to receive the signal of the same button to close.

Tuya Open API

Follow instructions from the original beta fork to connect to Tuya API platform: https://github.com/0x5e/homebridge-tuya-platform

You also need to change device instructions to DP (Data Point) from Tuya ioT portal.

Plugin Options

The category is overridden to ckmkzq for simulating a HomeKit Garage Door Opener.

  • Adjust the code key_type_1 to match the remote button you need (Model YET6956WTR has 4).
  • Set open_time to match your door travel time.
  • Set auto_close if your garage door automatically closes after stay_open_time.

config example

You can also manage those settings from Homebridge UI

...
"deviceOverrides": [
            {
                "id": "xxxxxxxxxxxxxxxxxxx",
                "category": "ckmkzq", // Tuya Garage Door category
                "open_time": 10,
                "auto_close": true,
                "stay_open_time": 15,
                "schema": [
                    {
                        "code": "key_type_1",
                        "newCode": "switch_1",
                        "type": "Boolean"
                    }
                ]
            }
        ],
...
2.5.0

3 months ago

2.4.0

3 months ago

2.3.5

3 months ago

2.3.4

3 months ago

2.3.3

3 months ago

2.3.2

3 months ago

2.3.1

3 months ago

2.3.0

3 months ago

2.2.0

3 months ago

2.1.3

3 months ago

2.1.2

3 months ago

2.1.1

3 months ago

2.1.0

3 months ago

2.0.2

3 months ago

2.0.1

3 months ago

2.0.0

3 months ago

1.5.0

3 months ago

1.4.4

3 months ago

1.4.3

3 months ago

1.4.2

3 months ago

1.4.1

3 months ago

1.4.0

3 months ago

1.3.4

3 months ago

1.3.3

3 months ago

1.3.2

3 months ago

1.3.1

3 months ago

1.3.0

3 months ago

1.2.7

3 months ago

1.2.6

3 months ago

1.2.5

3 months ago

1.2.4

3 months ago

1.2.3

3 months ago

1.2.2

3 months ago

1.2.1

3 months ago

1.2.0

3 months ago

1.1.9

3 months ago

1.1.7

3 months ago

1.1.6

3 months ago

1.1.5

3 months ago

1.1.4

3 months ago

1.1.3

3 months ago

1.1.2

3 months ago

1.1.1

3 months ago

1.1.0

3 months ago

1.0.11

3 months ago

1.0.10

3 months ago

1.0.9

3 months ago

1.0.8

3 months ago

1.0.7

3 months ago

1.0.6

3 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.5.1

3 months ago