brutella / hc

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

Scenes #188

Closed khwerhahn closed 3 years ago

khwerhahn commented 3 years ago

Hi,

this is a more general question on understand HomeKit and hc. I haven't found anything about "scenes". I can create scenes via the Eve app or Hue and they can be seen in Homekit (Home App). Can i interact with them via hc?

Use case: My automations have gotten out of hand and I want to build myself an app where I can see in realtime which automations (scenes) triggered a device to do something (e.g. wh did this lamp just turn off).

brutella commented 3 years ago

No, scenes are a concept in HomeKit and not the underlying protocol. You only have access to scenes with an iOS (or macOS Catalyst) app by using the HomeKit framework.