ewilken / hap-rs

Rust implementation of the Apple HomeKit Accessory Protocol (HAP)
Apache License 2.0
196 stars 33 forks source link

IOS Home App does not see accessories any longer #69

Closed soundprojects closed 2 years ago

soundprojects commented 2 years ago

Running hap-rs with a sprinkler accessory added

Things worked instantly the first time but after deletion the accessory does not show up when pressing 'Add Accessory' in the IOS home app

when running dns-sd command in the terminal and running Discovery bonjour application all the services show up perfectly

I resetted the whole homekit home and added all the accessories back but still the hap-rs ones do not show up.

soundprojects commented 2 years ago

Deleting the whole data folder made the accessories show up again, perhaps a clear all data function is needed in the Storage api