JimTurner
Members-
Posts
24 -
Joined
-
Last visited
JimTurner's Achievements
New (2/6)
2
Reputation
-
I have a Harmony remote, and several devices that use the Harmony app to control my Home Entertainment setup. The core Harmony configuration is stored on the actual Harmony 'controller' not in the app on the phones or tablets. When I launch the app, it automatically pulls the latest config to the app and off I go. I can edit on any device and it stores the new config back to the Harmony. This would be a great addition to the UDMobile setup. Right now, I have 4 devices running UDMobile and have to go to each one to do a hand sync / hand add to favorites, etc. if I make a change to the setup. Suggestion is to store the Config on the Controller (EISY / Polisy), and pull down when UDMobile launches. I understand this is a significant architecture change but would be REALLY cool. My $0.02 after taxes.
-
EISY - Wifi Connection not getting Static Assignment from DHCP
JimTurner replied to woodfieldp's topic in eisy
Static IP assignments are usually controlled by your router, not the device. I can 'reserve' IP 192.169.1.xxx for a certain device on my network, then set that device to use DHCP. If you hard code an IP in the device and don't reserve it, the DHCP server won't know about it and you could end up with IP Address conflicts. How you reserve it is a function of the router, and the methods are as unique as the router population. -
Got that - I know that much about zwave. My issue was adding the lock previously removed from the ISY to the EISY. No nodes were created - so no control.
-
I moved everything to the EISY. Had to reintroduce ZWave (now on both controllers), and cleaned out the ISY Completely EXCEPT as noted. 1 ZWave device (with 2 nodes), and the four programs.
-
UPDATE: I am now using both the ISY994 and the new EISY. I stripped all nodes/devices from the ISY EXCEPT for the offending ZWave device (the August Lock). I figured out how to make the 2 controllers talk after perusing this board. (Love the brains here). First of all, I've submitted a ticket for the ZWave issue on the EISY, and as of this writing have not heard. On the ISY I have 4 programs: 2 lock and unlock the door respectively (needed the granularity for the programs that now reside on the EISY), and 2 control trap programs that grab the lock event (open or closed - in case I open directly) and make URL calls from ISY to EISY programs using network events. The target programs on the EISY set a single state variable to 1 or 0 to indicate the door is locked or not. Then use that to control the rest of the logic. I trap the switch event on an outside light in my garage, call the ISY program to unlock my shop, turn the lights on and set the state variable. Used this for a LONG time and didn't realize how much I relied on it until it was gone. NOW IT WORKS! Thanks all.
-
Just upgraded from IS994i with the zwave dongle that controlled an August lock. I can add the lock to the eisy but it has no sense of what the device is or the status of the lock. The isy994 had it all, and I could lock and unlock with programs. I use this A LOT and I'd like to think I'm missing something in the setup. What do I look for? Where do I look? _____? Thanks! ~jim
-
Thanks. That's not the answer I was looking for, but the answer I needed.
-
Hi - searched quickly and didn't find the answer to my question. Can I use my current zwave dongle with the ZMatter USB Enclosure Only or do I need to buy the new ZMatter USB: Z-Wave+, Zigbee, and Matter Module for eisy (Z-Wave+ Certified – Long Range)i? Thanks! ~jim
-
Yeah, no dice. I think the programming lock flag was set with my old Insteon hub (that died an ugly death in a power surge). I may have to do a factory reset then reset up in my network.
-
As title said, "Options" button is missing for SOME devices (2477S for example). I turned off the LED lights as well as "Blink on Insteon Traffic" (aka "LED on TX in ISY jargon) for this switch and now cannot turn that back on...
-
Thanks. I have a 500 board (6.81 firmware). Appreciate all the help on this. While I am a techy, I have not dug into this platform other than to get it up and running.
-
Thanks for your help. How do I know what version of the Z-Wave board I have?
-
<!-- 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...
-
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.