It is looking at the correct topic with Quality of Service 0.NvBgm wrote: Wednesday 07 January 2026 19:33 Can anyone help me with the MQTT Mapper?
I've installed the plugin and it works fine. Now I want to import a value from the MQTT broker, which works fine to a certain extent. The correct meter is created.
But I don't get the value; it stays at zero.
In the MQTT Explorer, I see 38 under 'Value'. The value in the MQTT Explorer isn't in JSON format. It should display it with the code below.
In the logfile of Domoticz i get:Code: Select all
{ "Waterverbruik": { "topic": "p1monitor/watermeter/day/watermeter_consumption_liter", "type": "243", "subtype": "33", "switchtype": "2", "mapping": { "item": "" } } }
MqttClient::Subscribe to [{'Topic': 'p1monitor/watermeter/day/watermeter_consumption_liter', 'QoS': 0}]
Look at the end. this is not the value i looking for.. 'QoS': 0
That is correct.
What if you through MQTT explorer send a new value eg 25, do you see it listed in the log?