RSSI value to a variable

103 views
Skip to first unread message

Eddy Geurts

unread,
Jun 10, 2019, 4:07:35 AM6/10/19
to SonoffUsers
Is there a way to get the value of RSSI into a variable?
I want to use the value of the RSSI via a variable onto a display (SSD1306)

Phil

unread,
Jun 10, 2019, 6:04:00 AM6/10/19
to SonoffUsers
using node red for example you can use the payload from a 'Status 11' mqtt command/request  and in a function use an assignment like

Var MyRssiVar = { payload: msg.payload.RSSI };

Eddy Geurts

unread,
Jun 10, 2019, 9:17:52 AM6/10/19
to SonoffUsers

I already did something like that, but I am looking for something in a rule like:

on Wifi#RSSI do

   var3 %value%

endon 


Currently I use cmnd/ExtraPlus/var3 as topic to set the variable fetched from msg.payload.Wifi.RSSI and tele/<topic>/STATE

I am looking for a way "inside" Tasmota.

NickNack

unread,
Oct 27, 2019, 9:38:15 AM10/27/19
to SonoffUsers

Hello,

I tried to do the same, but didn't succeed. 

Does anybody have an idea or workaround?
Reply all
Reply to author
Forward
0 new messages