How to send Geo JSON object over MQTT to OpenRemote?

Hi Everyone,

I want to send Geo JSON data (Latitude, Longitude) to OpenRemote from my MQTT Client (MQTTBox). Can anyone help me with the way to send the JSON data (Geo JSON)?

I am getting " Error processing from CLIENT - INVALID_VALUE_FOR_WELL_KNOWN_ATTRIBUTE:" error even after trying a number of combinations :-(. Please help.

BR,
Deepak Sehrawat

Got it from another link :slight_smile:

{
“type”:“Point”,
“coordinates”: [4.585222000000789, 51.91327390361854]
}

1 Like