Premise Premise and IFTTT

Motorola Premise

danq

New Member
There is an easy way to integrate your Premise-run with IFTTT - The Maker channel on IFTTT integrates easily with Premise.  I use it to control my Logitech Harmony remote system.  With this script you can trigger just about anything handled by IFTTT.
 
if sysevent.newVal = true then
            set XMLDoc = CreateObject("Microsoft.XMLDOM")
            XMLDoc.validateOnParse = false
            XMLDoc.async = false
            XMLDoc.Load("https://maker.ifttt.com/trigger/family_room_firetv/with/key/xxxxxxx")
            set MXLDoc = nothing
end if
 
Best,
Dan
 
 
Thanks for sharing!  Sounds like an elegant way to bridge the Harmony activities to Premise.  I wish Logitech's Harmony API was open to hobbyists like me, but even if it was, it seems right now one could only integrate activity triggers into Premise. 
 
I would love to use the new Harmony 950 or Elite to replace my dated URC MX-900 remotes.  I have the URC remotes setup to send custom serial commands to my Premise server over RF (via an old URC MSC-400) when hard or soft buttons are pressed on the remotes: http://cocoontech.com/forums/topic/18691-advanced-rf-and-ir-control-for-premise/
 
Harmony announced a while back they would have a professional option for system integrators, hopefully this will bring more flexibility.
 
Back
Top