Hi Guys,
Ive read multiple posts on setting this up and just need a sanity check.
I have a Teltonika connected via the Teltonika Protcol AVL. I can see the RSSI in the more details.
When I test it, it works fine. However It does not seem to display on the popup. I have waited for new data to come in and still displays a numeric value instead of a string like the below
Below is the code ive used and ive attached the screenshots
rssi == "1"? "<= -97 dBm (Poor to No Signal)":
rssi == "2"? "-82 dBm to -97 dBm (Poor to Fair Signal)":
rssi == "3"? "-67 dBm to -82 dBm (Fair to Good Signal)":
rssi == "4"? "-52 dBm to -67 dBm (Good Signal)":
rssi == "5"? ">= -52 dBm (Excellent Signal)": Null





Have you linked it to your device?
Morning Anton, Appreciate you help.
I have it linked though, It maybe done incorrectly. Im still getting my head around the linked aspects
Screenshot below shows the Attribute added
And just like that you have resolved it, That was the missing piece. Thank you for that. I completely missed the mark on that.
Appericate your support with this.

Hi Guys,
Ive read multiple posts on setting this up and just need a sanity check.
I have a Teltonika connected via the Teltonika Protcol AVL. I can see the RSSI in the more details.
When I test it, it works fine. However It does not seem to display on the popup. I have waited for new data to come in and still displays a numeric value instead of a string like the below
Below is the code ive used and ive attached the screenshots
rssi == "1"? "<= -97 dBm (Poor to No Signal)":
rssi == "2"? "-82 dBm to -97 dBm (Poor to Fair Signal)":
rssi == "3"? "-67 dBm to -82 dBm (Fair to Good Signal)":
rssi == "4"? "-52 dBm to -67 dBm (Good Signal)":
rssi == "5"? ">= -52 dBm (Excellent Signal)": Null