Does somebody also have issues with the telegram notifications on this garbagecalendar lua script?
It worked great for a long time.
But suddenly, no telegram notifications anymore.
There is no error in de log.
The text device is also update with the latest information. But notifications suddenly stopped.
I have a dzvents script which also uses telegram with a curl. That also stopped working a few weeks back. That was because of the spaces in de text.
Code: Select all
os.execute('curl -s -X POST "https://api.telegram.org/bot'..teleTok..'/sendMessage?chat_id='..chatId..'&text=Oplader motor is ingeschakeld.' ..IP..'"')
But when looking in the code of this script, it doesn't use os.execute, but this kind of notification setup
Code: Select all
dz.notify(notifyHead, 'message.',dz.PRIORITY_NORMAL,nil,nil,dz.NSS_TELEGRAM)
Have to say, i didn't test to view the log.
Just asking, maybe i am not the only one