brutella / hc

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

Add Accessory IDs found in the wild, requesting comments on new WiFi stuff #193

Closed cloudkucooland closed 3 years ago

cloudkucooland commented 3 years ago

Found some values in ~/Library/HomeKit/plain-metadata.config

I'm trying to figure out the UUIDs for the WiFi stuff and can't seem to suss out what I need to do, any suggestions/pointers?

brutella commented 3 years ago

Looking at the content of my ~/Library/HomeKit/plain-metadata.config file, I see the following uuids.

Services

Characteristics

brutella commented 3 years ago

Merged 🎉

cloudkucooland commented 3 years ago

Thanks.

I'm working on getting data from my solar panels. I saw in another project that there is a "power meter" characteristic somewhere that I've not seen. Do you know anything about it? Right now I'm abusing the lux sensor. Screen Shot 2021-03-09 at 10 36 23 AM