hi,
in the end the datapoint started working by itself and seem to work 100%,
I used /value as JSON pointer for value in this message:
{"tsE":1589204279000,"tsM":"20200511153800","value":23118}
I also need to use the topic type "JSON with Timestamp" but I could not get the right value as timestamp so for example for the message:
{"tsE":1589204279000,"tsM":"20200511153800","value":23118}
tsM = timestamp in format yyyyMMddHHmmss
I used the following parameters but is not working:
0_1589204799355_Schermata 2020-05-11 alle 16.46.25.png
the error is:
MQTT Client':
Error during read topic: "gipo/inv7/wh/eday"
datapoint: "MQTT Client - 0gipo/inv7/wh/eday -- /tsM"
payload: "{"tsE":1589207111000,"tsM":"20200511162512","value":25105}"
error: "Text '20200511162512' could not be parsed: Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2020-05-11T16:25:12 of type java.time.format.Parsed"
I also want to upgrade the Mqtt module but in the modules pages I see:0_1589205571038_Schermata 2020-05-11 alle 16.55.26.png
What I can do?
Thanks for your help
Rgards