Jump to content

JimTurner

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by JimTurner

  1. Thanks for your help. How do I know what version of the Z-Wave board I have?
  2. <!-- Complex static Z-Wave editors --> <editors> <editor id="ZW_CONFIG"> <range uom="111" min="-128" max="127" /> <range uom="112" min="-32768" max="32767" /> <range uom="113" min="-8388608" max="8388607" /> <range uom="114" min="-2147483648" max="214748647" /> <range uom="107" min="0" max="255" /> <range uom="108" min="0" max="65535" /> <range uom="109" min="0" max="16777215" /> <range uom="110" min="0" max="4294967295" /> </editor> <editor id="ZW_WAKE_INTERVAL"> <range uom="58" min="0" max="16777215" /> <range uom="45" min="0" max="279620" /> <range uom="20" min="0" max="4660" /> </editor> <editor id="ZW_UNLOCK"> <range uom="25" min=0 max=6 nls="IX_UNLOCK" /> </editor> <editor id="ZW_OFF_0_ON_100"> <range uom="78" subset="0,100" /> </editor> <editor id="ZW_OFF_ON_UNKNOWN"> <range uom="78" subset="0,100,101" /> </editor> <editor id="ZW_OPEN_CLOSE_UNK"> <range uom="79" subset="0,100,101" /> </editor> <editor id="ZW_DIM_PERCENT"> <range uom="51" min="0" max="100" /> <range uom="25" subset="1" nls="IX_PCT_OPT" /> </editor> <editor id="ZW_OL"> <range uom="51" min="0" max="100" /> </editor> <editor id="ZW_RR"> <range uom="58" min="0" max="127" /> <range uom="45" min="0" max="127" /> </editor> <editor id="ZW_MLS_DIR"> <range uom="25" subset="0,1,3" nls="IX_MLS_DIR" /> </editor> <editor id="ZW_LOCK_STS_2"> <range uom="11" subset="0,100-102" /> </editor> <editor id="ZW_LOCK_STS"> <range uom="11" subset="0,100,101" /> </editor> <editor id="ZW_ERR"> <range uom="25" subset="0,1" nls="IX_ERR" /> </editor> </editors> Here is the response XML...
  3. Yes. I tried that already, and it gets the same error as the APP. This page contains the following errors: error on line 19 at column 27: AttValue: " or ' expected Below is a rendering of the page up to the first error.
  4. So I had a port on the remote connection config that was interfering - cleared that. Looks like this works. I still get the first error on the screen shot no matter what I do.
  5. I get no errors other than a timeout on the "Test System on Remote URL". However I get the errors in the attached screen shot when doing a refresh/sync:
  6. My issue is the same only different. I have enabled Certs through the my.isy page, and added the module through the Java front end on my PC. Trying to set this up for remote access, I see my portal with the MAC address and it shows green on the IOS app when testing the connection. However, I get a timeout and it never connects. What am I missing?
  7. Poked around and did not find an answer. I have an ISY994 along with an Eero hub on a UPS. My issue is, I had a power failure that extended past the UPS support time. When power was finally restored, the ISY was inaccessible by any means. I am assuming it booted before the network did, and was not able to obtain a DHCP address. I unplugged the ISY and plugged it back in, and then it was addressable. I am wondering if setting a static IP in the ISY would solve this? If so, do I need to set the Subnet Mask, gateway, and DNS boxes? Eero uses 192.168.7.x IP scope. Basically I want to fully auto-recover on power restore without any manual intervention. Thanks!
  8. Hi all, I am trapping APC UPS events to send myself emails on electrical noise, power failure and power restore. Wondered if there is a way to trigger a program on - say - electrical noise event. The program would initiate "turn off" commands on select z-wave and/or insteon devices to lessen the impact of electrical storms (that are so prevalent where I live) to expensive equipment. Thought about hitting the ISY with a URL run program command but could not find the right syntax for that. Already lost an Air Conditioner and Security camera during last storm. Thanks! ~jimt
  9. Ok, thanks! I will check that out. Could have been named something clearer like "DeviceEvent" but I am late to the design / requirements party!
  10. Hi all, Tried to search for this, but got nowhere. In HouseLinc (yeah, shoot me!), it would know that a device button was set from off to on or vice versa. I have not seen where or if that can be accomplished in the ISY. What I want to do is trigger a timer in a program that turns off a given Insteon device at some interval (say 2 hours) after it is manually turned on at the device itself. That possible on this platform? Thanks! jimt
×
×
  • Create New...