I have a string like “humidity 39%” which I would like to send via Telegram.
That works well if I send it with the action sendTelegramAnswer
If I send it with action sendTelegram I have to use “humidity 39%%”, otherwise I get error failed: Conversion = ’ ’
So far so good, but the string appears then in Telegram with double % as well
Is this a bug in the different actions?
Does someone know a solution how to get a single % with the sendTelegram action?
Hi, try send
\uFE6A
"humidity 39\uFE6A"
instead of %
Greets
thanks for the hint - that is working
only the % character appears smaller than the text, which in my case is ok
just found the other one with normal size
\uFF05