tomrusteze / esphome-esp-now

This repository gives some examples on how to use esp-now communication in esphome.
74 stars 7 forks source link

Exchaging data between nodes #3

Open gio-dot opened 1 year ago

gio-dot commented 1 year ago

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?

tomrusteze commented 1 year ago

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.