gadjet / Window-Door-sensor-Version-5

Version 5 of the Window/Door sensor project this time with ultra low current consumption
GNU General Public License v2.0
54 stars 15 forks source link

ESP NOW to MQTT bridge #2

Open NeOdYmS opened 1 year ago

NeOdYmS commented 1 year ago

it's not an issue just a question ;

i follow this project with attention since the start ^_^

can you give us more informations or a link about ESP NOW to mqtt

i am managing all my esp things with Home Assistant

thanks, best regards

gadjet commented 1 year ago

Hi, My ESP-NOW receiver doesn't convert directly to MQTT although it could, I send the ESP NOW data via the USB connection from an ESP07 into the USB port of my raspberry Pi which runs Node Red, Node Red sends the data to the MQTT server. there are a few projects around showing how to send ESP NOW data to MQTT, try Timm Bogner's project for some ideas and examples

NeOdYmS commented 1 year ago

thank you very much !

NeOdYmS commented 1 year ago

and thank you for sharing your projects ! great job !

gadjet commented 1 year ago

You're very welcome, I love it when someone uses or learns from what I do.

NeOdYmS commented 1 year ago

also do you have the code of your receiver ? to understand the message structure ?

gadjet commented 1 year ago

I can add the receiver code later but the message structure is exactly the same as in the transmitter code.