Yacubane / esp32-arduino-matter

Matter IoT protocol library for ESP32 working on Arduino framework
Apache License 2.0
303 stars 30 forks source link

Add example with two endpoints #5

Closed oleksiikutuzov closed 1 year ago

oleksiikutuzov commented 1 year ago

Going through different matter device types and trying to make them work with HomeKit, I created another example of using a plugin unit device (socket or switch in HomeKit terms). It is pretty similar to a Light example here, but has two endpoints and controls two outputs. I thought it would be helpful to add it.

oleksiikutuzov commented 1 year ago

Yeah, that was also my point to test which device types are actually supported right now (I couldn't make temperature or occupancy sensors work wird default configuration, even though they should be supported according to tables) and how they are represented in different apps. image