I am trying to control domoticz by using Telegram.
I am using already the telegram API for notification.
I have followed the wiki page instrictions : https://www.domoticz.com/wiki/Remote_Co ... legram_Bot
But I am facing an issue.
The dtb.log.error files is showing an issue with ssl.core library.
Code: Select all
pi@domo:/var/tmp $ cat dtb.log.errors
/usr/bin/lua5.2: error loading module 'ssl.core' from file '/usr/local/lib/lua/5.2/ssl.so':
libssl.so.1.0.0: cannot open shared object file: No such file or directory
Code: Select all
sudo apt install lua-socket
Please help !