Jump to content

captain118

Members
  • Posts

    8
  • Joined

  • Last visited

captain118's Achievements

Newbie

Newbie (1/6)

0

Reputation

  1. Ok that makes since thanks for the info now back to coding fun!!!
  2. In your program you can have a schedule. Your schedule can have a duration. I was trying to set my living room lamp for if its during the day: Schedule From 8am For 10 hours And Motion Sensor is off (no movement I think) then Set Light Of Else Set Light On I was curious as to how the schedule worked. Is it a schedule for when the program is enabled?
  3. How does the on schedule duration work? Does it check the status every few seconds?
  4. Is there any way around it? snmp read/write, a trusted device mechanism, api I can use to write something?
  5. Thanks that makes since. I should have tested that. I imaged it would send me notifications of the status every time a query was made.
  6. I have looked through the code for notifications and I dont see an option for sending a notification when the status changes. Is there one?
  7. I have a third party package that allows me to do a http get/post as the result of a trigger. I would like to turn on my insteon light upon calling the trigger. However when I try this method, it requires a password. Is there a method to setup a trusted device that way it doesnt require authentication or is there a way to perform an action on my insteon light through a http request? for those interested the http request for your devices are as such: http:///rest/nodes//cmd/ IE: If my ISY Device was at IP 192.168.0.1 and my insteon module was 11 4C 88 and the Action was ON http://192.168.0.1/rest/nodes/11%204C%2088%201/cmd/DON Same details and the off command would be: http://192.168.0.1/rest/nodes/11%204C%2088%201/cmd/DOF Ok so I'm not entirely sure what the last %201 is. Its possible that its the scene number? Thanks, Kirk
×
×
  • Create New...