Hello all
My English is unfortunately not so good, for this reason I'll have it translated.
I want to send via PRTG only the value of a sensor via HTTP Action to an ESP8266.
But when I do this via PRTG I get with the placeholder %lastvalue not only the value 315 but:
TaskValueSet,6,1,315 Watt ($) "ActivePower"))_.
The URL which I have defined under HTTP-Action is called:
http://10.XX.XX.XX/control?cmd=TaskValueSet,6,1,%lastvalue
If I call the following HTTP Action via browser it will be transferred to the ESp coorectly:
http://10.XX.XX.XX/control?cmd=TaskValueSet,6,1,315
How can I get PRTG to transfer only the value? Many thanks for a suggestion
Add comment