Jakub Dybczak
Jakub Dybczak
Hey! I'm happy that somebody actually used this lib and is working. I wasn't able to test HomeKit because I don't have such hub. Google does not support Matter at...
Thanks for your feedback! I can also confirm same issues with Google Home -- commisioning works but after that I get "Something went wrong" error. Differences with HomeKit might occur...
I have created new [new_variants_and_cleanup](https://github.com/jakubdybczak/esp32-arduino-matter/tree/new_variants_and_cleanup) branch. Added support for ESP32S3 and cleaned up lib files (library will now be smaller). I have tested compilation process on PlatformIO with `board_build.mcu` set...
I have got this email tonight, looks like we will be able to test Google Home in next few days ;) > Hi Google Home Developer, > > With the...
@palsbo We created discussion about resetting device and putting into pairing mode here: https://github.com/jakubdybczak/esp32-arduino-matter/issues/12
@mamarguerat Did you try to compile empty arduino sketch without this library? Did it worked? Just by glance I think that this issue may be not connected with this library...
Happy to hear it @palsbo! I found some logic that disables BLE (and so pairing as well) when WiFi is already provisioned here: https://github.com/project-chip/connectedhomeip/blob/master/src/platform/ESP32/nimble/BLEManagerImpl.cpp#L150 Maybe it will be enough for...
>Add matter integration, I added two: Vendor ID 0xfff1 for both. Product ID 0x8000 and 0x0001. Google changed something, because I didn't have to add it two months ago. Now...
It seems like you missed one point from readme: `Choose larger partition scheme, for example Minimal SPIFFS.` Default partition scheme is to small for Matter - unfortunately it takes a...
I may look at this. Which Matter Controller are you using?