Hello,
I am on Grafana v11.5.1 (c6c701cf5b) on RaspberryPi 4 docker.
I created a button on a canvas to set a temperature using json which works.
{ "valve":12 ,
"ctrlTarget": ${temperature} }
What I could not achieve is setting ${temperature} + 1 or - 1. I’d like to have two buttons to increase or decrease the temperature.
${temperature} has the current temperature from infinity json query or graphite query.
Is there a way to have this simple math in the payload?
regards,
Christoph Holtermann