maximkulkin / esp-homekit-demo

Demo of Apple HomeKit accessory server library
MIT License
803 stars 233 forks source link

Create homekit bridge #396

Closed FFTSolution closed 3 years ago

FFTSolution commented 3 years ago

sorry, I can Solve it ! thanks for reply !!

maximkulkin commented 3 years ago

Let's first define what we are trying to achieve here.

FFTSolution commented 3 years ago

i want to create homekit Bridge, so I want use Zigbee/Z-wave for send data from Sensor to Homebride !

maximkulkin commented 3 years ago

Usually what happens is your bridge device exposes itself as an accessory with ID=1 and just an ACCESSORY_INFO service (and accessory category=2 (homekit_accessory_category_bridge)). All bridged devices are exposed as additional accessories, each have services corresponding to accessory type.