Hi kial !
Yes, I use MQTT.
Based on the article https://flespi.com/blog/custom-naming-scheme-for-mqtt-message-parameters I tried to replace position.latitude
with lat
, position.longitude
with lon
but it looks like I did something wrong.
Here is the channel config
And here is the mqtt message:
{
"sat":7,
"speed":15.369,
"lat":49.0118953,
"lon":28.50155
}
I expected to see sent parameters in logs but I see just an empty message in TOOLBOX
and no positions on the map.
Could you please describe more detailed where to get Value path
and which is valid?