First of all, I would like to thank WifiSafe for providing a Vera Controller to test the CallMeBot API integration in this great device.The integration is pretty simple through a LUA Script. Just follow these step by step instructions to receive Telegram Phone Calls from the Vera's Scenes. The bot will make the Telegram Phone[...]
Finally, the ioBroker can make a Telegram phone calls (with Voice) thanks to the CallMeBot API. You need ioBroker.telegram adapter with version >= 1.5.0 for that.Everything is you need is to create a blockly or script as following:Pre-requisitesYou need to authorize CallMeBot to call and text you. Click here to Authenticate. BlocklyJust place the block "call via Telegram"[...]
Yes! Now OpenHab can make a Telegram phone calls (with Voice) thanks to the CallMeBot API. You just need OpenHab to execute the following command to get a Telegram Voice call and "read" your message with different voices:http://api.callmebot.com/start.php?source=openHAB&user=@username&text=This is openHAB calling to you to inform you about something that is happening at your house&lang=en-GB-Standard-BParameters:user is[...]
Yes! Now HomeAssistant can make a Telegram phone call (with Voice) thanks to the CallMeBot API. You just need HA to execute a WGET or CURL command to get a Telegram Voice call and "read" your message.URL to use:http://api.callmebot.com/start.php?source=HA&user=@user&text=This is Home Assistant calling to you to inform you about something that is happening at your[...]
Telegram is one of the most popular messaging platform that we have today. If you are reading this, it is because for one reason or another one, you need your internal Telegram ID to configure some kind of bot, notification, service.What is a TelegramID? Is the same as the Telegram Alias? The answer is NO. [...]
The CallMeBot API is very easy to use. You just need to GET the following URL using any command-line web browser such as wget or curl (more…)