https://github.com/xxandev/homekit
add-on to brutella/hap, homekit accessories
https://github.com/xxandev/homekit
go-hap go-homekit gohap golang-hap golang-homekit hap hap-accessories hap-accessory homekit homekit-accessories homekit-accessory homekit-bridge
Last synced: 30 days ago
JSON representation
add-on to brutella/hap, homekit accessories
- Host: GitHub
- URL: https://github.com/xxandev/homekit
- Owner: xxandev
- Created: 2021-02-02T09:34:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T09:16:17.000Z (about 3 years ago)
- Last Synced: 2024-06-19T03:13:34.490Z (over 1 year ago)
- Topics: go-hap, go-homekit, gohap, golang-hap, golang-homekit, hap, hap-accessories, hap-accessory, homekit, homekit-accessories, homekit-accessory, homekit-bridge
- Language: Go
- Homepage: https://github.com/xxandev/homekit
- Size: 38.3 MB
- Stars: 19
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HomeKit Accessories
This repository is an add-on to [brutella/hap](https://github.com/brutella/hap) from Matthias Hochgatterer



### Environment
**OS:** [ubuntu](https://ubuntu.com/) [22.04 lts](https://ubuntu.com/download/desktop/thank-you?version=22.04&architecture=amd64)
**Lang:** [golang 1.18](https://golang.org/)
**Lib:** [hap](https://github.com/brutella/hap)
**APPLE DEVICE:** ipad/iphone (os 16.1)
## Accessory List:
- [Bridge](https://github.com/xxandev/homekit/tree/main/example/bridge)
- [Air Purifier](https://github.com/xxandev/homekit/tree/main/example/air_purifier)
- [Humidifier dehumidifier](https://github.com/xxandev/homekit/tree/main/example/humidifier_dehumidifier)
- [Door](https://github.com/xxandev/homekit/tree/main/example/door)
- [Lock](https://github.com/xxandev/homekit/tree/main/example/lock)
- [Fan](https://github.com/xxandev/homekit/tree/main/example/fan_rs)
- [Faucet](https://github.com/xxandev/homekit/tree/main/example/faucet)
- [Gate (GarageDoorOpener)](https://github.com/xxandev/homekit/tree/main/example/gate)
- [Irrigation](https://github.com/xxandev/homekit/tree/main/example/irrigation)
- [Lightbulb](https://github.com/xxandev/homekit/tree/main/example/lightbulb_colored)
- [Outlet](https://github.com/xxandev/homekit/tree/main/example/outlet)
- [Security system](https://github.com/xxandev/homekit/tree/main/example/security_system)
- [Sensor air quality](https://github.com/xxandev/homekit/tree/main/example/sensor_air_quality)
- [Sensor contact](https://github.com/xxandev/homekit/tree/main/example/sensor_contact)
- [Sensor dioxide](https://github.com/xxandev/homekit/tree/main/example/sensor_dioxide)
- [Sensor humidity](https://github.com/xxandev/homekit/tree/main/example/sensor_humidity)
- [Sensor leak](https://github.com/xxandev/homekit/tree/main/example/sensor_leak)
- [Sensor light](https://github.com/xxandev/homekit/tree/main/example/sensor_light)
- [Sensor monoxide](https://github.com/xxandev/homekit/tree/main/example/sensor_monaxide)
- [Sensor motion](https://github.com/xxandev/homekit/tree/main/example/sensor_motion)
- [Sensor smoke](https://github.com/xxandev/homekit/tree/main/example/sensor_smoke)
- [Sensor temperature](https://github.com/xxandev/homekit/tree/main/example/sensor_temp)
- [Switch](https://github.com/xxandev/homekit/tree/main/example/switch)
- [Television](https://github.com/xxandev/homekit/tree/main/example/television)
- [Thermostat](https://github.com/xxandev/homekit/tree/main/example/thermostat_climate)
- [Window covering](https://github.com/xxandev/homekit/tree/main/example/window_covering)
- [Window](https://github.com/xxandev/homekit/tree/main/example/window)
- [Camera](https://github.com/brutella/hkcam) [**rtsp**](https://github.com/dbarrosop/hkcam/tree/rtsp)
- [Doorbell](https://github.com/ra1nb0w/hkdoorbell)
- [Smart speaker](https://github.com/xxandev/homekit/tree/main/example/smart_speaker) [**dev**](https://github.com/homebridge/HAP-NodeJS/blob/master/src/accessories/SmartSpeaker_accessory.ts)
- [WiFi router](https://github.com/xxandev/homekit/tree/main/example/wifi_router) [**dev**](https://github.com/homebridge/HAP-NodeJS/blob/master/src/accessories/Wi-FiRouter_accessory.ts)