Yacubane / esp32-arduino-matter

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

Light name #11

Closed stefano055415 closed 1 year ago

stefano055415 commented 1 year ago

@jakubdybczak

Can I set a default name to the light when for example I pair it with the apple home app

Yacubane commented 1 year ago

Hey, I don't know if there is such possibility. When I test this library with Google Home app it's asking me to type unique device name - there is no default name. Maybe Apple Home have some default names for each device type?

SCratORS commented 11 months ago

HomeAssistant using default name "TEST_PRODUCT" for all endpoints, and node name as "TEST_VENDOR"... this is very inconvenient if there are a lot of endpoints.... TEST_PRODUCT_1 TEST_PRODUCT_2 TEST_PRODUCT_3 ...etc Try to guess which one is responsible for what....