suscriber topic MQTT
-
Hello
I suscribed a topic and send me information in json format, I´m tring read information but, it´s not posible. This is the message send:
{"Datin":30}
My configuration in data point is this:
Can yuo help me?
-
@Fabier What version of the MQTT module are you using?
The format accepted in the "JSON value path" was changed to use the JSON pointer spec. Check the help link.
It should be/Datin
for the latest MQTT module. -
@jared-wiltshire Thank, The version is 3.1.1
-
@Fabier There should be an ugprade to v3.1.2 available which will fix your issue. Your "JSON value path" should be automatically converted to
/Datin
.I would also suggest upgrading to Mango v3.2 (its free of charge).
-
@jared-wiltshire Thank by help me, but still, I can't watch the value.
This is my configuration:
-
@Fabier are there any messages in your log file? Have you tested the topic using another client?
-
I tested publish information and is ok, but I can´t suscriber, I think that is a problem of the Broker in Blumix, Thank