Skip to content

flaszlo2000/serial_data_mqtt_forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The purpose of this project is to solve one of my issues with Home Assistant where I have multiple devices on a Esp-Now network but I can't add those to Esp-Home because at this moment they are incompatible technologies.
Behaves like a smart serial to mqtt bridge with great configurability.

The network looks something like this:

  • (n amount of) Esp using Esp-now as worker device(s) ->
  • Esp using Esp-now as a main (collector) device that forwards the collected data on serial ->
  • This program that reads the collected data and send them to Home Assistant (atm via MQTT)

Physically this will look like something like this:

  • esp device using somekind of sensor ->
  • esp device plugged into raspberry via usb

Reasoning:
You might ask that why don't I just send the collected data from the main esp device to MQTT. The reason is simple: I am trying to spare my hardware resources as much as I possibly can.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages