Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
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).
-
-
@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