Matthias
Matthias
I'm currently working on a new version of the library. With commit brutella/hap@93fd032 you can return errors back to HomeKit if setting a characteristic value fails. ```go import ( "github.com/brutella/hap"...
> On first glance I'm wondering if it's possible to return an error message as well as an error code. Possibly to provide more contextual information. I don't recall if...
FYI I've refactored hc and made a new library out of it. The new implementation is much more simpler. The new library is available as [hap](https://github.com/brutella/hap).
FYI I've refactored hc and made a new library out of it. The new library is available as [hap](https://github.com/brutella/hap). In [hap](https://github.com/brutella/hap) you can specify the the ip and port of...
I don't know any button event characteristic? Tell me more.
> I wonder if that is somehow related? Yes, this library uses [dnssd](https://github.com/brutella/dnssd) to make the accessory discoverable on the local network.
I think that the best way would be to just use Avahi where possible (ex. on Linux).
A random thought just came to my mind, which may resolve this issue. What about setting the hostname of the announced Bonjour service NOT to the local hostname? You would...
Could you please test it with the `hostname` branch?
**Re: Unavailable** What type of accessories are you creating? Looks like they are incompatible with Apple Home.