Matthias
Matthias
@schittler Are you using the latest version 1.2.2 of hc?
On what hardware are you running it?
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). Please check if your issue is resolved by the new implementation.
I've just tried to add an accessory with the name `Brücke` which contains the umlaut `ö`. The bridge shows up as `Brucke` because `RemoveAccentsFromString()` does its job to convert `ö`...
Is this pull request still useful for somebody?
This library currently doesn't distinguish between a single command or a batch of commands. The callback function (see [example](https://github.com/brutella/hc/blob/master/_example/example/main.go#L26)) is called for every characteristics which is included in the command...
That's because of http://openradar.appspot.com/radar?id=4931940373233664
`hc` only replaces spaces with "_" for the published dns-sd service name. The accessory should still appear without spaces in HomeKit. Can you please check that.
Apple Home should only show an underscore when you add the accessory to HomeKit. Once added to HomeKit, the name should be correct.
Hm, I never seen that error. I will try to reproduce it.