Open gio-dot opened 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.
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?