huffmd1 Posted May 14, 2014 Posted May 14, 2014 Is it possible that the ISY could send a command to the Harmony Ultimate? I can control it from my iPhone so it uses my network. Any help would be great. Ultimately what I want to do is when I open my door it triggers the ISY to send a signal to my logitech hub to start my activity for playing music and it begins playing music when I come home. It would be pretty nice!
Michel Kohanim Posted May 14, 2014 Posted May 14, 2014 Hi Guys, If you do know the command set/APIs, then yes of course. All you need is the Network Module and then create your own resources which can then be used in programs. Here are some examples: http://wiki.universal-devices.com/index ... _Resources With kind regards, Michel
huffmd1 Posted May 16, 2014 Author Posted May 16, 2014 The problem is finding them. I have looked at a couple of places but I am not a programmer and do not understand much of this stuff. I went to this site: http://sourceforge.net/projects/harmony ... rol/files/ but I am not having any luck with the information. If anyone else could look and give me some help I would greatly appreciate it.
BillyTRichVa Posted May 16, 2014 Posted May 16, 2014 I went to this site: http://sourceforge.net/projects/harmony ... rol/files/ This looks promising. I have other projects I need to complete before getting into this, but I think this contains what is needed
huffmd1 Posted May 16, 2014 Author Posted May 16, 2014 Hey Billy thanks for the response. Whenever you get some time I could use some help.
BillyTRichVa Posted May 16, 2014 Posted May 16, 2014 I didn't mean to imply I think I know what I"m doing, but from what I've read about the networking module, it doesn't look too tough.
Michel Kohanim Posted May 16, 2014 Posted May 16, 2014 Hi huffmd1, I am so very sorry but as I indicated on the email: a. Their API requires session tokens which requires conversation for each session. ISY does not currently support this 2. They use XMPP SASL for authentication, this is not what ISY supports With kind regards, Michel
Xathros Posted May 16, 2014 Posted May 16, 2014 Just out of curiosity, are session tokens/cookies on the roadmap for the network module? I just bumped into this limitation again today with my Unifi access point controller. -Xathros
Michel Kohanim Posted May 16, 2014 Posted May 16, 2014 Hi Xathros, Not natively because sessions mean different things to different platforms. This said, once we have variables incorporated into the network module, hopefully you can assign a variable to a session and then use it in other resources. This said, the main problem becomes hydration: who's going to get the first session and would it possible invalidate other sessions? With kind regards, Michel
ryarber Posted July 10, 2014 Posted July 10, 2014 Would the reverse be possible? Ie. Will it be possible to control scenes in the ISY from a harmony ultimate remote?
Michel Kohanim Posted July 10, 2014 Posted July 10, 2014 Hi ryarber, I suppose it would be possible but I think it will take a lot of programming. With kind regards,Michel
MaddBomber83 Posted July 10, 2014 Posted July 10, 2014 I've given some basic thought to this as it is something I would like to do eventually. I believe there may be a 'physical' solution; in that the ISY has IR and I think there is a network device that can send IR as well. From Harmony to ISY would work with the hub / IR Blaster pointed at the ISY. This would allow the remote to issue commands to the ISY. I've not looked much at the other way around though where the ISY issues commands to the Harmony. I had assumed I would go the route with the network blaster to issue IR commands directly to the equipment. Thoughts?
Mark H Posted July 10, 2014 Posted July 10, 2014 Would the reverse be possible? Ie. Will it be possible to control scenes in the ISY from a harmony ultimate remote? Unless I've badly misunderstood what you asked, yes, that's how it works by default; the Harmony remote or its Hub issues IR commands via its two "IR Blasters" I have attached. As Michel noted, you do have to write (at least two, see below) programs for each IR command. In my case, I use a Harmony button PRESS as the "On" command, and button HOLD as "Off". I've not been able to reliably get DOUBLE-PRESS to work, however I only need on and off, so press and hold work fine. At this time I have only 17 scenes I want to control this way, so it took 34 simple programs to make this work. Here's one pair as an example: . If IR_001 is Pressed Then Set Scene "Overhead" On **************************************** If IR_001 is Held Then Set Scene "Overhead" Off . But the OP asked about ISY sending to Harmony (via IR, I assume), the reverse of the above, and I don't believe that's possible. The IR interface on the ISY is "receive only", and can't transmit. I don't know if the Network Resources module can "talk" to the Harmony Hub, though.
MaddBomber83 Posted July 11, 2014 Posted July 11, 2014 (edited) But the OP asked about ISY sending to Harmony (via IR, I assume), the reverse of the above, and I don't believe that's possible. The IR interface on the ISY is "receive only", and can't transmit. I don't know if the Network Resources module can "talk" to the Harmony Hub, though. Found one of the threads: http://forum.universal-devices.com/topic/10986-global-cache-itach-wf2ir-help-needed/?hl=blaster There is the Global Cache WiFi 2 IR Blaster; and also some Raspberry PI solutions mentioned in that thread. The ISY would issue a network command to the IR Blaster that would send the IR signal to whatever you had it pointed at. It allows me two way iR control with my native remotes, to use a KPL to turn on or off the equipment in a "macro" fashion. I update house occupancy with the iR remotes being received. Edited July 11, 2014 by MaddBomber83
Big517 Posted December 3, 2014 Posted December 3, 2014 Has anyone made any progress or experimented with this? It's time to replace my old Harmony remote. and I'm thinking of the Harmony Ultimate as well... I use iRule on my devices, but the need for a tactile universal remote is important for guests and kids in the house.
Recommended Posts