ESP launchpad wifi_matter_light_switch alwyas shows off in rainmaker
-
martin_mortensen
- Posts: 1
- Joined: Thu Jan 08, 2026 8:02 pm
ESP launchpad wifi_matter_light_switch alwyas shows off in rainmaker
I tried creating a matter switch with ESP Launchpad. It seems to have worked and I can connect to it with RainMaker. But when I turn the switch on and off the the switch icon switches back and forth but the Power shows always off. I don't see any pin on the ESP32 switching either. I'm using a Seed Studio ESP32 C3 and checking the pins with a volt meter. Is there a reason RainMaker would always show the switch off? Am I right in assuming I should see GPIO8 switching?
Re: ESP launchpad wifi_matter_light_switch alwyas shows off in rainmaker
wifi_matter_light_switch is the light_switch example from the esp-matter repository. Please refer to its README for usage details: https://github.com/espressif/esp-matter ... ch/#readme
This example implements only the OnOff cluster client, and therefore does not expose any attributes for that cluster. If you check the console logs, when you toggle the switch in the esp-rainmaker app, it sends the On command. Since this command is not implemented on the device, no action is expected or performed.
Please refer to the README for more details about the example and its intended usage.
I’ll check internally what we can do about the incorrect on/off state shown in the app.
This example implements only the OnOff cluster client, and therefore does not expose any attributes for that cluster. If you check the console logs, when you toggle the switch in the esp-rainmaker app, it sends the On command. Since this command is not implemented on the device, no action is expected or performed.
Please refer to the README for more details about the example and its intended usage.
I’ll check internally what we can do about the incorrect on/off state shown in the app.
Who is online
Users browsing this forum: No registered users and 1 guest
