Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lawrencebensaid/homebridge-create-windcalm
Add your CREATE Windcalm DC ceiling fan to Homebridge
https://github.com/lawrencebensaid/homebridge-create-windcalm
homebridge homekit tuya
Last synced: 23 days ago
JSON representation
Add your CREATE Windcalm DC ceiling fan to Homebridge
- Host: GitHub
- URL: https://github.com/lawrencebensaid/homebridge-create-windcalm
- Owner: lawrencebensaid
- Created: 2022-08-13T09:20:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T13:12:50.000Z (about 2 years ago)
- Last Synced: 2024-12-05T03:32:07.122Z (about 1 month ago)
- Topics: homebridge, homekit, tuya
- Language: TypeScript
- Homepage:
- Size: 39.1 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebridge CREATE Windcalm
Add your CREATE Windcalm DC ceiling fan to Homebridge.
## Configuration
**Example config**
```json
{
"accessory": "CREATEWindcalm",
"name": "My Ceiling Fan",
"id": "bf********************",
"key": "****************",
}
```**NOTE:** *You need to have the device connected to your Wi-Fi network before you can use it with Homebridge. You can do that with the [CREATE app](https://apps.apple.com/app/id1479200310) or any other Tuya compatible app.*
## Tuya Device Preparation
**Controlling and monitoring Tuya device on your network requires the following:**
- *Device ID* (`id`) - The unique identifier for the Tuya device
- *Local Key* (`key`) - The security key required to access the Tuya device.## Assisting tools
This tool can help to find your device's *Local Key*.
[GitHub > TinyTuya](https://github.com/jasonacox/tinytuya)