esphome-esp-now icon indicating copy to clipboard operation
esphome-esp-now copied to clipboard

Exchaging data between nodes

Open gio-dot opened this issue 3 years ago • 1 comments

Hi, thank you for your project. It would be possible to exchange data between nodes? My goal would be to send data (voltage, temperature, power etc.) from an esphome node to another (to realize a remote display that can work even if homeassistant is down), but it is not clear to me if it is possible and how. If it is already possible, can you please add an example for such use case?

gio-dot avatar Mar 27 '23 16:03 gio-dot

Currently, this is not implemented. There are some examples that do "roughly" what you want in this repo. There they update a binary sensor over esp-now. Technically, the same would be possible with this library, but it would require quite some work. Which I am not planning on doing.

tomrusteze avatar Mar 30 '23 17:03 tomrusteze