Printing item-values in a Telegram rule

You’ll need to use the state of the Item…

sendTelegram("bot1", "The temperature changed to: " + KG_Solar_Kollektortemperatur.state.toString)

It helps a lot if you use code fences (#12).