Dashboard - paylod parser

Hello,

I am a new user of thinger.io, and I am interseted in plotting data from my bucket (containing multiple signals).
I would like to plot a signal like this:
y=asignal+b
with a and b fixed constant values, and signal a signal read from my bucket.
Also, I would like to plot a signal like this:
y=a
signal1+b*signal2+c
with a,b and c constant values, and signal1 signal2 are two signal read from my bucket.

Please can you help me to do this,
Thanks a lot,

S.Gouttebroze

hello sgoutteb,

I think that this is not possible with the standard console, because it does not support any kind of customized data treatment. So you can do it on your device and store de “y” value in the bucket too or build your own web console taking data though the server REST API.