An open API service indexing awesome lists of open source software.

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

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

![](https://github.com/xxandev/homekit/blob/main/gallery/homekit.jpg)

![](https://github.com/xxandev/homekit/blob/main/gallery/homekit_1.png)

![](https://github.com/xxandev/homekit/blob/main/gallery/homekit_2.png)

### 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)