Page 1 of 1

extra slash at the end

Posted: 17 Jan 2017, 11:05
by AndrewZ
Hello

I'm running Build: 147. This is my configuration:

Code: Select all

Publish Template: %sysname%/%tskname%/%valname%
This is what I'm getting from MQTT broker (using mosquitto_sub):

Code: Select all

esp1/rssi/ -69
Why the slash is added at the end?
"rssi" seems to be a %valname%, but what is the %tskname% ?

Re: extra slash at the end

Posted: 03 Feb 2017, 12:13
by sonnyboy
I think this looks exactly like it should.
Your RSSI is -69

sysname comes from Config page "Name"
tskname comes from Devices "Name"
valname is the value of Device name

Re: extra slash at the end

Posted: 04 Feb 2017, 10:50
by AndrewZ
Thanks, already fixed - I misunderstood some configuration fields meaning.