Search found 5 matches

by antonio.asaro.ca
Wed Feb 28, 2024 8:40 pm
Forum: ESP-IDF
Topic: chip-tool remembering commissioned devices
Replies: 0
Views: 346

chip-tool remembering commissioned devices

Hi, I compiled/flashed the light example onto my esp32. I commissioned it with Home Assistant. Then in Home Assistant, I shared the device so I could commission/play with in in chip-tool. I was able to turn the LED on/off from both HA and chip-tool, running on my PC. A few days later, I'm here on my...
by antonio.asaro.ca
Mon Feb 26, 2024 6:19 pm
Forum: ESP RainMaker
Topic: not authorized
Replies: 1
Views: 1748

not authorized

I get the this error when I try to access rainmaker, using google sign-in. I checked the forums and found another user that had the same issue but, it seemed to resolve itself. I've tried logging in several times over the last few days but no luck. Login info is: antonio.asaro.ca@gmail.com " You are...
by antonio.asaro.ca
Mon Feb 26, 2024 5:44 pm
Forum: ESP-IDF
Topic: esp-matter sdk and (simple) OTA update
Replies: 4
Views: 914

Re: esp-matter sdk and (simple) OTA update

FYI - I got it all to work. In case anyone else is interested, I did the following ... - using menuconfig, set matter OTA flag, checked the REQUESTOR flag is set - compiled esp32 firmware (which generates OTA image in build/) - initial erase + flash firmware on esp32 - e.g project v1.0 - update proj...
by antonio.asaro.ca
Fri Feb 23, 2024 11:04 am
Forum: ESP-IDF
Topic: esp-matter sdk and (simple) OTA update
Replies: 4
Views: 914

esp-matter sdk and (simple) OTA update

Hi, I've been able to compile, modify (added temperature + contact sensors), upload and commission the light example from espressif's matter-sdk into HomeAssistant. This one https://github.com/espressif/esp-matter/tree/main/examples/light - so, not the connectedhomeip light* examples. I'd like to be...