Esphome webrelay ( i/o over lan )

hello

i want to build a esphome device with 8inputs , and a esphome device with 4 outputs. (1-4) and a second esphome with 4outputs (5-8)

the goal is to connect them on a lan/wifi and to remote control the outputs according the state of the input.

without homeassistant , and easy configuration .(eg : via macadress to find the other ip’s)

is this doable in esphome or is this a case for arduino ide?

You can check out this page for device-to-device communication:

An alternative is to use the API via http requests:

1 Like