-
Posts
4587 -
Joined
-
Last visited
Everything posted by Xathros
-
This gets more complicated. You could use one scene with all desired lights as responders but then determining whether to leave the scene on or off will be a problem with multiple rooms involved. I could write a series of programs to store the state of each area to variables then flash a big scene then even more programs to restore each room afterward. Not sure its worth the effort. With the b5 series firmware this will be much easier. Might be best to wait for that. -Xathros Sent from my iPhone using Tapatalk
-
Actually yes. I do that for my internet access test. -Xathros Sent from my iPhone using Tapatalk
-
Another option would be to plug the PLM into an extension cord and then the cord into an outlet that is on the same circuit as the Switchlinc. Try to add the Switchlinc then put the PLM back after a successful link has been established. -Xathros
-
Currently we are unable to modify user codes under program control. It can be done via /REST interface calls. Here is how: http://forum.universal-devices.com/topic/15258-door-lock-syncing/?do=findComment&comment=130600 -Xathros
-
Yes it is quite doable. You will either ned a crossover cable between the computer and ISY or a switch and two standard ethernet cables. In either case, both the ISY and the computer will need to be configured with appropriate Static IP addresses since there will be no DHCP server available in this configuration to provide addresses for either the computer or the ISY. Example: Computer Static IP: 192.168.1.2 with Netmask 255.255.255.0 - no gateway necessary. ISY Static IP: 192.168.1.3 with Netmask 255.255.255.0 - no Gateway necessary. Hope this helps. -Xathros
-
I believe ZWave in scenes is still in development and we may see better scene support for ZWave devices in the V5.x firmwares. That said, what is it you are trying to accomplish by placing a lock in a scene? I suspect you will need a program to accomplish your goal. -Xathros
-
No sir. All devices can be responder only if so desired. The ISY's PLM is actually a controller but you don't see that in the device list. Hope that helps. -Xathros
-
Popularity of Zwave module, should my app support?
Xathros replied to Joe Schofield's topic in ISY994
Good to hear. I for one would encourage you to push ahead with ZWave support. There are a great many ZWave devices now and even more coming to market. Once the new ISY firmware ships with multi channel ZWave support, there will be lots of people looking for support for their pool/spa controllers, multi outlet power strips, LED lightstrip controllers etc. Your app looks to be a real winner now and if it gains full ZWave support along with the ISY, they will become an unbeatable combo in my opinion. -Xathros -
Anytime. Glad I could help. -Xathros
-
Why wait to store your critical vars. sny that I need saved, i copy to init with every change. That way I'm covered for any power fail or reboot. . -Xathros Sent from my iPhone using Tapatalk
-
Contrary to what the popup window says, i would reboot the ISY and see if that helps. -Xathros Sent from my iPhone using Tapatalk
-
Thanks. I already had that document a while back. Couldn't find anything like it for the 599 however. -Xathros
-
Joe- The TLS settings are found in the Dashboard, not the admin console. You can download the Dashboard.jnlp from the announcement post for your firmware level. 4.2.18 is an older console. 4.2.23 is current. I do recomment moving to the current firmware, console and dashboard versions. -Xathros PS: just looked over your website and App. Nice work. I see this on my wall in the not too distant future. Keep up the excellent work!
-
I can't say for sure but my gut says that the lock itself is the weak link here. The 599 in particular bugs me in that it can't be remotely unlocked for more than a few seconds yet there is a button on the lockset that will unlock the lock until it's told otherwise. Seems to me like Schlage never finished the ZWave interface on this one. -Xathros
-
Looks like only user access codes are represented in the "Control" list. Lock and Unlock are Status only events. -Xathros
-
You could break your program into two separate programs, one for each lock. That would also solve the problem. -Xathros Sent from my iPhone using Tapatalk
-
I'll have a look at what is available on my 599s when I get home and report back. My memory says I'm using control for some of mine but won't know for sure till I look. -Xathros Sent from my iPhone using Tapatalk
-
The if is evaluated any time either status changes. The FE599 when unlocked remotely will automatically relock after a few seconds changing it's status and forcing your if to reevaluate. This may be where the extra unexpected notification is coming from. You could change "Status" to "Control" and get the result you want. -Xathros Sent from my iPhone using Tapatalk
-
Sorry. I have learned from doing over many years. While I'm sure there are resources out there to learn from, I don't know where to point you. -Xathros Sent from my iPhone using Tapatalk
-
Popularity of Zwave module, should my app support?
Xathros replied to Joe Schofield's topic in ISY994
Thats how I read it. -Xathros -
Excellent! Glad you got it going. -Xathros
-
Try port 587 and check the Use TLS box. -Xathros
-
Or, you could narrow this down to one program: Motion On Master Bath Motion On - [ID 0023][Parent 0025] If Control 'System Devices / Master Bedroom and Bath / Motion Sensor-Sensor' is switched On Or Control 'System Devices / Master Bedroom and Bath / Z-Wave Shower Motion Sensor' is switched On Then Set Scene 'Scenes / Master Bathroom and Shower' On Wait 2 minutes Set Scene 'Scenes / Master Bathroom and Shower' Off Else - No Actions - (To add one, press 'Action') In this program, the wait restarts with each new Motion On received and will timeout and turn off the lights after 2 minutes with no motion detected. Hope this helps. -Xathros
-
I'm using pool.ntp.org on both of my ISY's just fine with "Custom location" based on my lat/lon. One thing I found way back when I set this up was that I couldn't get the ISY to accept my location until I enlarged the custom location window and discovered that the longitude field that previously hidden. Once expanded and both lat/lon values entered, all worked like a champ. See below: One additional item to check: look at your error log after trying to sync. Make sure you have no DNS errors. If you do, you may want to try providing the ISY with 8.8.4.4 for a DNS server. Hope this helps. -Xathros
-
With the upcoming V5.x firmwares, things like date and time may be assignable to variables. Once that is possible, you should be able to order them however you like. -Xathros