Hi Team, first post here, looking for some advice on using Tasmota Smart Meter via MQTT to Domoticz.
What do I want to achieve?
I would like to receive data from a Sinotimer DDS024MR 3 phase MODBus energy meter in Domoticz. To that extend I have created the Tasmota Smart Meter build and installed that on a Wemos D1 mini. Together with the RS485 hardware and a suitable Tasmota Smart Meter script, this works: Tasmota shows values for Energy, 3 x Power and 3 x Voltage as intended. I have installed an MQTT broker (Mosquitto) together with Domoticz on an RPI.
What is the challenge?
As next step, I need to interface Tasmota via MQTT to Domoticz. From an MQTT point of view, that works. Then, one needs to create in Domoticz ‘Dummy’ devices of a suitable type and record their ID’s (idx). In Tasmota, using the Configure Domoticz menu, one can link a measured value – say power – to a dummy Domoticz device by entering its idx. As a result, Tasmota starts publishing MQTT messages to the topic ‘domoticz/in’ which are picked up by Domoticz. It’s this step that I’m stuck with. I probably missed some piece of ‘how to’ information…
My question
I cannot figure out how setup on Tasmota side such that Domoticz receives the right data in the right dummy devices. For example, the Configure Domoticz Tasmota menu has only one Power option, how do I get the three values (one for each phase) across? Same for the three voltage values for each phase; only one voltage option in the Tasmota menu (and if I use it, I get one of the power values in Domoticz).
How to set this up in a more flexible way than the Configure Domoticz Tasmota menu offers? Or, where did I miss out? Or is it perhaps something not fully supported?