@Martinus
Hi,
Can you explain in short, how we can use the SendTo command?
SendTo
Moderators: grovkillen, Stuntteam, TD-er
Re: SendTo
You can send commands to a remote ESP unit. This can be useful for standalone ESP units without any MQTT brokers, HA controllers and such.BertB wrote:@Martinus
Hi,
Can you explain in short, how we can use the SendTo command?
Build just simple basic Home automation with just two ESP modules.
Assume two ESP's, set as Unit 1 and Unit 2.
Enter this command on unit 1, will turn on GPIO 2 on unit 2:
Code: Select all
sendTo 2,GPIO,2,1
Suppose an event on unit 1 needs to set an output on unit 2:
rules tab on unit 1:
Code: Select all
on demoEvent do
sendTo 2,GPIO,2,1
endon
Code: Select all
on demoEvent do
sendTo 2,event,givemesomewater
endon
All inspired by the good old Nodo...
Re: SendTo
Very cool,
the Wiki should Show this fantasic function...
the Wiki should Show this fantasic function...

Re: SendTo
That arise s another question:
Can I have a minimal Setup with two ESP units, where one is an AP, the others a client.
Anybody knows this?
That would be cooool
Can I have a minimal Setup with two ESP units, where one is an AP, the others a client.
Anybody knows this?
That would be cooool
Who is online
Users browsing this forum: Bing [Bot], Google [Bot] and 13 guests