brutella / hc

hc is a lightweight framework to develop HomeKit accessories in Go.
Apache License 2.0
1.74k stars 189 forks source link

Accessory Not Supported #124

Closed rumblefrog closed 6 years ago

rumblefrog commented 6 years ago

Heyo 👋 I'm fairly new to the home automation scene, so I'm not exactly sure what I'm doing.

I've gotten to the part where I can successfully connect to the accessory via the native Home app, but it displays "Not Supported" when I attempt to use it.

Not sure where it went wrong, but here's my repo: https://github.com/RumbleFrog/Light-Controller

And I also tried the hklight example, but it doesn't seem even to be appearing as an accessory.

Is there anything I'm missing, like a bridge of some kind? My intention is to directly add and control my raspberry pi zero w as an accessory.

Any help would be appreciated.

img_1642

rumblefrog commented 6 years ago

Upon reading more, looks like a set of services you can use, and cannot create any on your own. Problem solved.