Serial to MQTT bridge #18636
Unanswered
radudorurus
asked this question in
Support request
Replies: 2 comments 2 replies
-
TasmotaClient could certainly help you But why not doing everything with Tasmota? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I don’t know where you run HA, but ther is a daemon for raspberry that bridges serial to mqtt. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
Please guide me to the right place where to find the documentation for implementing serial to MQTT bridge. I hope I named it correctly.
I've searched so far and I found incomplete information or something not suitable for what I want to do.
The project is simple.
I have an Arduino Nano standalone automation for the heating system (that includes a boiler, DHW tank, heat buffer tank, few pumps, etc).
I wish to get the data it has over MQTT to reach to a HA machine.
The solution about I've heard is to have a Wemos D1/D2 serial connected with the Arduino setup which sends periodically whatever variables I want to have on HA.
I remember I found one single place where a library was mentioned to be added on the Arduino project and configured properly (but I did not saved that page). Probably is about TasmotaSlave.
I mention my available space on the Nano is low (~2k) but probably I can optimize some things to gain more.
A lot of the memory space is probably occupied by the menu screens (i2c display 20x4)
So my automation has:
If I would succeed to publish the temperatures and the relay statuses over MQTT, that would be a satisfactory result.
Being able to modify the parameters from HA would be a bonus.
Thank you in advance for any hint toward the solution.
Beta Was this translation helpful? Give feedback.
All reactions