menu connected
wide shoutbox
/listConnections - list all current connections to shoutbox
/version - return current version
/t - shout as mr.turing
/addXMPPRelay/(xmpp buddy name) - add buddy as an xmpp relay
/removeXMPPRelay/(xmpp buddy name) - remove buddy as xmpp relay
Excellent demonstration Dom
Excellent demonstration Dom !!!
This is a perfect example of the power of distributed systems, well done !
"Make my Coffee" is next ? :D
Are you using this one ? - http://www.domoticz.com/
I've looked a little at this one which seemed promising too https://www.openhab.org/
Hi, thank you. No i don't
Hi, thank you.
No i don't used domoticz.
My system is based on modules which communicate on CAN bus. One raspberry make interface between CAN bus and Lan protocol. A HTTP API control every thing.
So with InMoov, it is very simple to send HTTP commande like this :
url = domoServer + 'api.php?lieu=' + str(val1) + ',' + str(val2) + '&val=' + str(val3)