Thank you!
Found this missing ".
Read your suggested post.
Ok, this string item should receive the value directly from the “channel” of the “thing”.
Thing:
Thing exec:command:get_outdoorweather_temp [command="/home/user/tinkerforge/tinkerforge --host 192.168.178.137 --port 4223 call outdoor-weather-bricklet Es8 get-sensor-data 24 --execute \"echo 'scale=2; {temperature} / 10' | bc | xargs printf '%.1f\n'\"", interval=0, autorun=true]
String item:
String TF_Outdoor_Temperature { channel="exec:command:get_outdoorweather_temp:output" }
And from there on, a rule is needed to convert the string into a number?
Your thread:
Is there a direct way to debug this string? Perhaps my userinterface can’t show the string. Or, perhaps, the script isn’t executed at all.