Everything posted by siegeld
- Java SDK and Beta
-
Java SDK and Beta
No schedules. I just use the JDK to get events and to set lighting levels for nodes and groups.
-
Java SDK and Beta
Any chance that the current beta version has been tested with the existing JDK? I'm very much looking forward to the features in the new release!
-
Button pressed / released (more than 500 ms) events
By the way - can you somehow determine if a button has been double clicked (fast on / fast off) with the current release of the JDK?
-
Button pressed / released (more than 500 ms) events
Great! Perfect! I'm ready to try the beta - has it yet been tested with the java SDK?
-
Button pressed / released (more than 500 ms) events
Apparently Insteon will send a command when a paddle button is pressed more than 500 ms - a button pressed and released event. Will the next release of ISY support triggering an event off this? What I want to do is find a way to have a switch normally operate a single light in a room, but if I do something different (double click, hold it a bit longer, etc) have it trigger an event that will turn all the lights in the room on or off. Any suggestions? Thanks!
-
Query device status from JDK
Thanks - I did not realize that you could do this from the console. I've now set it up as you suggest. Thank you.
-
Query device status from JDK
I'd appreciate if you could explain how to query the status of a device (node) from the JDK. I'd also appreciate if you could include information on how to trigger a query of all nodes as well - the same operation that is performed when the ISY first starts up. I would like to do this on a periodic basis to make sure things stay in sync. Much thanks.
-
Problems with RemoteLinc
I am trying to add a button on a RemoteLinc to a scene. I've got the RemoteLinc linked to ISY - no problem with that. When I add a button to a scene via the GUI, it chugs along for a little while, and then I get a popup - "Operation Failed" (or something like that). Note that the RemoteLinc works fine using Insteon linking (without ISY) - so I think that I don't have communication problems. I actually have four Access Points, and I've tried this operation from various places to try to verify that communication is not an issue. I get the failure in all cases. I also rebooted the ISY, no change. I deleted the RemoteLinc from the ISY and re-linked it, and no change. Ideas?
-
Setting on-level for a group (scene)
For some reason, the following code fragment does not work: return changeGroupState(InsteonConstants.DEVICE_ON, Integer.toString(onLevel), address); The idea is to set the scene address to the onLevel specified. The scene does turn on, but always to full brightness (or perhaps, I would think, to the default brightness for that scene). Isn't there a way to send a preset dim level to a scene the same way I can send a preset dim level to an individual device?