osullys Posted October 4, 2010 Posted October 4, 2010 Ok, so I purchased an Iphone App called Bobby, which is a neat remote program. The program integrates with GC-100, which I have connected to the ISY. I am creating "buttons" in the Bobby program, which then send the command through the GC-100 and into the ISY via the Serial port. Here comes the question. How do I figure out what commands to send to the ISY to turn something on or off? It looks like it is allowing me to send either RS-232 ASCII commands or RS-232 Hexadecimal commands. Can somebody point to a resource to figure out how to code in these formats? Can you provide an example in each to, lets say turn on and turn off 0E.A4.F4, which is a LampLinc? Thanks!!!
Michel Kohanim Posted October 4, 2010 Posted October 4, 2010 Hello osullys, Are you trying to send RS232 commands to ISY? Unfortunately that would not work. On the other hand, you can send REST (network requests) to ISY and you will find many examples here: http://forum.universal-devices.com/viewtopic.php?t=2252 With kind regards, Michel
osullys Posted October 4, 2010 Author Posted October 4, 2010 Ah ok, I think I'll use the IRLinc then. I'll have the GC-100 send out IR codes instead. Thanks!!
Recommended Posts