Jump to content

Michel Kohanim

Administrators
  • Posts

    26777
  • Joined

  • Last visited

Everything posted by Michel Kohanim

  1. Hello Mike, This is an issue with IOLinc and we have submitted a ticket to SH. Basically, the status of the sensor is always equal to the status of the relay (when queried). Furthermore, in the momentary mode, even when the relay turns off (or on), it does not send a group command back to the PLM to notify of the changes. As such, when queried, the status changes in most cases. With kind regards, Michel
  2. Hi Gary, Thanks so very much. When you have this up and running, would you be kind enough notify me (post to this topic)? I would love to connect to your box for testing. With kind regards, Michel
  3. Hello ergodic, I do apologize for the inconvenience. We are going to make the timeout configurable; it seems that ISY does not wait long enough for the server to respond. This should be ready in the next drop. With kind regards, Michel
  4. Hi Gary, I am not sure what to make of this site. It's either a hoax or a brilliant idea which has eluded millions of scientists thus far. Or, maybe it's just WiMAX? But, then again, WiMAX is not available everywhere yet. In short, very interesting. In long: I don't see this solving our problem any time soon. With kind regards, Michel
  5. Hello markens, I do understand the confusion: You see, every time there's a change on a device, the whole condition is re-evaluated. So, as you note, when you click the on button, the if condition is re-evaluated to true (the first Or'd block). When you click off, condition is false since the second Or'd block is false and so is the first one. I hope it makes sense. With kind regards, Michel Is this really true? It seems that a given program would only be reevaluated when a device or control which is included in that program's if clause changes. Otherwise a program like the following would not work correctly. (And it does work correctly!) If ( Control 'kitchen light' is switched Fast On Or Control 'kitchen light bdoor switch' is switched Fast On ) And ( Control 'kitchen light' is not switched Fast Off Or Control 'kitchen light bdoor switch' is not switched Fast Off ) Then Set Scene 'kitchen all lights' On Else Set Scene 'kitchen all lights' Off
  6. Hello KEoqgtkQ, This is indeed odd but it's not something that we have not seen before. May I humbly ask: 1. How large is your installation 2. What version of firmware is your PLM With kind regards, Michel
  7. hello cnutco, Are you talking about field upgrade? If so, no, it should not unless you have a very slow connection which is highly unlikely. With kind regards, Michel
  8. Hello ergodic, You are correct. We use SMTP only for sending. Have you ever tried our gmail account? With kind regards, Michel
  9. Hi DevonSprings, Here's the link to our wiki wherein you'll find a lot more information on programming: http://www.universal-devices.com/mwiki/ ... w-To_Guide As far as your requirement, this is what I would do (I like folders): Folder: DiningRoom-On: If Control Dining-Room-Switch is Switched On Or Control Dining-Room-Switch is Switched FastOn And ( Control Dining-Room-Switch is not Switched Off Or Control Dining-Room-Switch is not Switched FastOff ) Else ... In the DiningRoom-On Folder: Program: motion-sensed If Status motion-sensor is on Then Wait 1 Hour Set Dining-Room-Switch off Else Now, a folder for when the dining room switch is not on Folder: DiningRoom-Off If Control Dining-Room-Switch is Switched Off Or Control Dining-Room-Switch is Switched FastOff Or Status Dining-Room-Switch is not On Else Now, in the DiningRoom-Off Folder: Program: no-motion If Status motion-sensor is on Then Set Dining-Room-Switch On Else Set Dining-Room-Switch Off You'll be using the motion sensor's timeout. With kind regards, Michel
  10. Mr. Crane ... thanks so very much for the offer. Perhaps we should start a new forum just for weather/weatherbug? Gary, I understand what they are saying but this simply means that ISY will not have direct access to this information. i.e. you have to send it to weatherbug, which implies that you will have to have your computer on 24/7, and therefore, you will spend more keeping your computer on than saving by using weather information! With kind regards, Michel
  11. Hi guy, I am almost certain that SH does not have any plans for this feature. Do you know otherwise or do you have more information? With kind regards, Michel
  12. Hello ergodic, I am so very sorry for the inconvenience. -14 means that Auth Login was not successful (for a list of errors, please take a look at http://www.universal-devices.com/mwiki/ ... MTP_Errors ). And you have the same issue with our test gmail account? What firmware version of ISY do you have? With kind regards, Michel
  13. Hi Devon, That's actually not a bad idea. It will surely save a lot of development effort trying to "imply" the state of other buttons. I will add this as a product request (priority low). Thanks so very much! With kind regards, Michel
  14. Hi Gary, So, which weather station should we support? It seems Davis is the right one, yes? Do they have Ethernet access/APIs? With kind regards, Michel
  15. Hi Gary, Unfortunately, we do not even have direct support for a weather station in our requirements at all. And, you are the only one with this request. Do you think this feature will be required by a lot of folks? With kind regards, Michel
  16. Hello Illusion, Thanks so very much for the update (which I was very much looking forward to) and considering this fixed even if temporarily. Please do keep a close eye on the situation and notify us in case you find more anomalies. Thanks again and with kind regards, Michel
  17. Hello DevonSprings, I do hope that I got your scenario correctly. Unfortunately Mutex buttons only work in the local switch and not on any other linked devices thereto. So, I think the best way would be to put all the buttons that you want turned of in a scene as responders (say, dining status scene) and then use a program to turn off this scene when you turn on your dining scene. With kind regards, Michel
  18. Hello petesc2, Before we delve deeper, what version of ISY firmware are you on? Querying the status of the sensor should be OK as long as you have not turned on/off the relay. That's where all the issues come from. So, for best performance, you might need two IOLincs: use one as a sensor and the other as a relay (or, we'll have to wait for a fix from SH). With kind regards, Michel
  19. Hello Dave, Apologies for the inconvenience. Please do NOT factory reset your ISY. What you want to do is: 1. Clear your Java Cache 2. Make sure your firewall software is off 3. Go to http://www.universal-devices.com/99i and try the upgrade again If this fails - and if you have a remote URL which allows us to login to your ISY - please provide it to support@universal-devices.com along with your credentials (reset to admin/admin please) and we'll try to upgrade it remotely. With kind regards, Michel
  20. Hello Gary, As far as I can remember (from my conversations with WB), you will have to become part of their network; i.e your station should send information to their servers so that they can aggregate the data. With kind regards, Michel
  21. Hello CJVann, I have had very intermittent behavior with respect to motion sensor low battery events. Do you have the beta motion sensor or is it production? With kind regards, Michel
  22. Hello ergodic, -11 means that ISY timed out while the SMTP server was validating the TO. Are you sure the email address to which the notifications are sent is a valid address? With kind regards, Michel
  23. Hello Joe, Currently, the protocol provides zone number (1-4) for other sensors but, to be honest, we have never tested it. So, I cannot be sure if it works and how accurate it would be. With kind regards, Michel
  24. Hello ergodic, I do apologize for the inconvenience. Please do be kind enough to check your log (Tools | Log) and copy/paste all errors starting with -5000x . If you haven't yet, please try upgrading to 2.7.2. With kind regards, Michel
  25. Hello wacvmd, Yes, indeed there is: Network magic - for some reason - keeps trying to sign on to ISY but, since it doesn't have the credentials, it fails. In the process, ISY thinks there's an attack (correctly so) and thus exponentially add to the amount of time it takes before you can long on again. This may give you the feeling that ISY is unresponsive. With kind regards, Michel
×
×
  • Create New...