I have just setup a Things Gateway on my raspberry pi, and I am currently trying to connect it with Thingy52 and Ti’s SensorTag through BLE. I think the homekit add-on may allow me to do that. But I couldn’t find it in the add-on discover page. In fact, I have compared the list shown on my browser with the one on the github, and mine seems out-dated. I would like to ask how can I find a way to update the available add-on list, or should I manually install the add-on?
The HomeKit adapter will not allow you to add the thingy:52 or the SensorTag. Those are BLE devices, but not HomeKit devices.
However, if you still want to add the HomeKit add-on, browse to Settings -> Add-ons, then click the + icon at the bottom right. If it’s still not there, try refreshing that page.
Update: I just tried the provided 0.6.1 image. It does have the webthing add-on pre-installed. Yet, I still couldn’t add the Thingy52, and there is nothing shows up in the add-on discover page.
@yury_other You’ll need to download and run webthing-thingy52 separately. It’s an application, not an add-on. With that running, you should be able to add your Thingy:52 in the gateway’s UI by clicking the + button at the bottom right of the Things screen. If it doesn’t appear, you can click the “Add by URL” link and type in “http://<ip-address>:8888”, where “<ip-address>” is replaced by the IP address of the host you’re running the webthing-thingy52 application on.