I recently migrated my emoncms server and put all on a docker instance, all is working fine. Now I have a device (tasmota) where I integrated French Teleinfo decoding into. This is working fine also.
Now Tasmota can publish data using MQTT (and not HTTP) and here is my question. How can I do that? I already have MQTT broker on my server working for other process so this part is no problem.
Reading doc, I think I need to use emonhub but it’s not on the docker image. Anyway I could add in somewhere on my server, but looks like emonhub listen to serial to send back data to emoncms.
I’m a little bit disapointed because I thought that what I need would be easy and the emonhub would have it as basic configuration. I think I may have missed something not succeeding doing so basic stuff.