Hello,
I’m trying to control entire home automation using painlessmesh, i have tried to implement similar thing with Blynk (not much of a success)
The idea is to use one esp32 to connect to the gateway and another esp32 to recieve instructions via UART from the first one and send the data in the esp channel
Is there a way to configure buttons to send json data that specifies the board in the mesh network and the values to be sent to that
Like if i can send
{
“Board” = “1”
“Pin” = " 12"
"Value=“1”
}
And recieve updates similary to update the gateway then it would help a lot …