In the UI the device shows up correctly and lat and lon are shown as separate values. The graphs are displayed correctly and the devices' attributes show up in the variables view, too.
But when I want to access the attributes of the device like $location.lat in a rule or variable expression, it does not yield the expected value, but the entire mqtt message payload, the raw JSON.
I configured a device like
In the UI the device shows up correctly and lat and lon are shown as separate values. The graphs are displayed correctly and the devices' attributes show up in the variables view, too.
But when I want to access the attributes of the device like
$location.lat
in a rule or variable expression, it does not yield the expected value, but the entire mqtt message payload, the raw JSON.