Everything posted by Michel Kohanim
-
"Received an ACK for a different device" errrrg!
Hello jmed999, Do you have communication errors with the device for which you have those messages? What you see on your event viewer is not accurate. RF devices, they send the same message more than once and, in some cases, ISY prints (for a different device) incorrectly. With kind regards, Michel
-
Isy programming challenges
Hi kevinvw, Unfortunately freezing a scene means removing the device from all controllers it's associated to/linked with. It's a very time consuming endeavor (it would take approximately the same amount of time as when you added it to the scene). With kind regards, Michel
-
Weird characters in device status variable
Hello brausse, Can you tell me which SMTP settings you are using? The default, your own, or google? With kind regards, Michel
-
How To: Interface ISY-99i with Pioneer Receiver
Hello RussD, Wow, this is excellent. Thanks SO very much. Would it be possible at all to export your network resources so that we can put a link to them on our Wiki? Thanks again and with kind regards, Michel
-
Release 3.2.6 Is Now Official
Hi Teken, I really do hope so and all indications are pointing to this date. With kind regards, Michel
-
Daily QueryAll command turning ioLinc Sensor ON
Hi Steve, You probably have IOLinc in momentary mode: this means that the IOLinc will not send its status when the momentary duration lapses. So, when the query comes, you get the correct status and thus the notification. Query all is specifically for these scenarios. With kind regards, Michel
-
console issue
bmiller, Please go to http://www.universal-devices.com/99i/admin.jnlp . With kind regards, Michel
-
whole house audio integration
Hello flemingmike, You can use Network Resources to communicate with those in a one way form. We do not have any other plans. With kind regards, Michel
-
Administrators Console
Hello jesselockwood, I am so very sorry to hear about all the problems you have had and thanks so very much for the update. With kind regards, Michel
-
Weather Bug - What data is available?
Mr. Armstrong, Here's what I got back from Davis Instruments: With kind regards, Michel
-
Firefor Java new problem
Hi jkraus, I do not have that problem here ... With kind regards, Michel
-
Program Stops Working
Hi Steve, As oberkc observed, it's very difficult to debug without knowing the conditions. My recommendation is to remove the condition on the folder and see if - at the least - you get consistent results. I suspect the folder condition turns false somehow. Also, another approach is to look at the Program Summary tab when this happens and note the status of the programs/folders. An, also, you could use email notifications for cases where something should've happened but didn't. With kind regards, Michel
-
Release 3.2.6 Is Now Official
Hi jkraus, Are you certain? I just checked and it worked. What do you get? With kind regards, Michel
-
Resetting my ISY-99I
Hello osurh18, I am so very sorry to hear. It's usually best (and most efficient) to contact our support to help you out. Can you tell me the status of the lights on the front of the unit? With kind regards, Michel
-
ISY and Denon CI Receiver
Hi Corey, I tried a google search and could not find any references to Denon APIs anywhere. I am so very sorry. With kind regards, Michel
-
Release 3.2.6 Is Now Official
Hi binaryman, If your programs are still running, then it must be the Java cache issue. Please try: 1. Clear your Java Cache 2. Go to http://www.universal-devices.com/99i/admin.jnlp .. this will install an icon on your desktop that you can use to get to ISY without the need for a browser With kind regards, Michel
-
cameras and isy
Hi MARosen, 401 = Authorization failed. Are you sure you have the correct userid/password in the path? With kind regards, Michel
-
Weather Bug - What data is available?
Thank you. Just sent them an email. With kind regards, Michel
-
ISY and Denon CI Receiver
Hi boatfevor, You do need the Network Module. Once you have that, please take a look at: viewtopic.php?f=26&t=6263 And, examples in http://www.universal-devices.com/mwiki/ ... _Resources With kind regards, Michel
-
Program Stops Working
Hi Steve, Please copy and paste one of the programs for which you have this problem. With kind regards, Michel
-
cameras and isy
Hello MARosen, Protocol=http Method=GET Host=MYURL Port=MYPORT Path=/set_alarm.cgi?motion_armed=1&motion_sensitivity=2&motion_compensation=1&input_armed=1&mail=1&upload_interval=5&schedule_enable=0&user=MYUSER&password=MYPASSWORD You do not need anything else checked. For timeout, I would leave it at 1000 ms (1 second). With kind regards, Michel
-
Weather Bug - What data is available?
Hello Mr. Armstrong, Thanks so very much for the detailed explanation. That's really not a good solution and I wonder why a weather station as sophisticated as Davis does not have an network device and requires a computer. If you have contact information for whom I should send my suggestions to at Davis, please do let me know and I will send them my suggestion at once. With kind regards, Michel
-
Venstar skyport integration
Hello Autoplt, Unfortunately ISY does not yet support any WiFi communicating thermostats. With kind regards, Michel
-
2420M Motion / Light Setup with override
stillen_i30, Yes, indeed there is. Read on ... jay5, Wait can be interrupted. i.e. if the condition turns false, then ISY exists the wait and the program stops. So, you are not going to have that condition. With kind regards, Michel
-
Cycle Complete
Hi jdunne, The problem is that the Wait statement can be interrupted and, in fact, it's being interrupted. By this I mean that when the condition turns false (say, it's no longer 11:00 PM + grace period), then ISY will interrupt the Wait that it was waiting on and stops the program altogether. I suspect some of your zones are not being watered either. If you have to use Wait statements, then what you need to do is to make another program WITHOUT any conditions and have this program call Run Then on it. With kind regards, Michel