ChuckMash / ESPythoNOW

A python library for sending, receiving, and monitoring ESP-NOW messages
MIT License
44 stars 6 forks source link

listener to mqtt application #8

Open boverby opened 1 day ago

boverby commented 1 day ago

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:

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 commented 1 day ago

not an issue, just thanks