my skills:
I can handle the ESP (via NodeMCU) via Arduino-SDK.
I can read and write DIN/DOUT.
I can send my temperature-values via HTTP-Request into the cloud.
But how can two or more ESP modules talk to each other (in the same 'Home'-WLAN)?
What I basically want to do:
In three similar rooms in my house with each 2 or 3 windows I want to check the state of all the windows: Are all windows closed in all rooms?
In each room I want to know if the windows in the other rooms are closed or open.
So each module should be able
* to send the state of its own windows
* to request the state of the other windows
So push and pull should be available for each module.
Each ESP-Module has (2+3+3=) 8 LEDs to show the state of all 8 windows.
Is there a easy way to do that?
Thanks!