Page 1 of 1

Twitterbot that let's you control yourdomoticz server by twitter

Posted: Saturday 11 June 2016 1:24
by webgnome
Hi,

I just uploaded the code for a Twitter bot that is able to handle twitter requests to my domoticz server.
it communicates with domoticz through JSON calls and to Twitter using twitter's API.
Right now its able to handle on\off light switches and groups\scene's
as for security It will only issue commands sent from 1 predefined twitter account and works through the API's on both end so it has no personal hooks into the server or twitter itself.

code can be found here: https://github.com/Hairycoo/tweetbot-for-domoticz

Hope you enjoy it