Unable to transfer location data via TagoTIP (to EU Server)

When uploading location data via MQTT TagoTIP I get the following out on Inspector:

13:30:40: [POST] HTTP Request: ######

13:30:40:Raw payload:

[ { “variable”: “location”, “value”: “cad-dnt1-26212” }, { “variable”: “location”, “value”: { “lat”: 48.831004, “lng”: 12.988001 } } ]

[ { “variable”: “location”, “value”: “cad-dnt1-26212” }, { “variable”: “location”, “value”: { “lat”: 48.831004, “lng”: 12.988001 } } ]

13:30:40: Connection refused, invalid payload: “[object Object]”

The payload send out via NodeRED is structured like this:

[location=cad-dnt1-26212;location@=48.831004,12.988001]

Even simplier examples do not work => Msg: invalid payload

[location@=48.831004,12.988001]

My Question. Has anyone experience in transfering location data via TagoTIP to a device in tago.io?

Regards

Peter

Hi Peter,

Thank you for pointing that out! It’s now possible to also add location data to any variable. You can check out how to do that here in the suffixes section.

1 Like