[SOLVED] Not getting event notification via Telegram

I have a Raspberry pi running the temperature and humidity sensor with a python script. Here is my reference of my setup on Raspberry Pi.

At the event, I create a notification via Telegram at Temperature variable to get a notification when the temperature rising at 34 degree Celsius but I don’t get a notification when the temperature rising at 34 or more than 34 degree celsius. How can I solve this problem?

Hello @asraf5285,

Regrettably I’m not able to reproduce your issue, the telegram events are working properly from my side.

Take in count that the event will be triggered just once the variable is greater than 34, that’s mean if your variable still in a value greater than 34 for a period of time the event will be no triggered again, will be triggered just once the variable is less than 34 and then increase again to the limit established, in this case 34.

I hope this would help you, if not please let me know!

All the best,
Maria C.