ESPythoNOW icon indicating copy to clipboard operation
ESPythoNOW copied to clipboard

listener to mqtt application

Open boverby opened this issue 1 year ago • 1 comments

Thank you for this library. I was having trouble debugging the uFire LLC esp-now to mqtt bridge. This library made it easy to replace their bridge and also move it to a server instead of an esp32. I thought uFire had a good message structure and a good esp-now component, so I just needed to map their parsing code to python after using your library to capture the messages. This is my first python project so excuse any rookie mistakes.

see:

  • https://github.com/u-fire - clean esphome esp-now component
  • https://github.com/boverby/python_espnow_mqtt - my mashup

This repo shows using your library, receiving/parsing uFire esp-now messages, sending homeassistant compatible events to mqtt broker, and running from systemd.

I also included the esphome yaml ( now55.yaml ) code that creates the sensor message

boverby avatar Nov 18 '24 14:11 boverby

not an issue, just thanks

boverby avatar Nov 18 '24 14:11 boverby