Jump to content

telljcl

Members
  • Posts

    405
  • Joined

  • Last visited

Everything posted by telljcl

  1. Those Aeotec multisensors look interesting. Can't seem to find the recessed mounting option for them anywhere at the moment. Appears they are working reasonably well for people. Might have to try some out (maybe for other uses as well). Any other suggestions? Remember I can use the ELK also, so any sensors / modules for that could be used. Thanks!
  2. Thanks for the info. Absolute accuracy may not be that important in this case as long as the variability of said accuracy is minimal. Also, I'm really (in this case) just wanting to read if the humidity is high enough that a shower exhaust fan needs to come on, then go off when the humidity is down again. What are the resources you recommend? Thanks
  3. I've got thermostats that relay this info to my ISY, but they aren't cheap. I've also got an ELK which has modules available that can do temperature (don't have any), but they aren't cheap either. Prefer a hard-wired solution (I use many ELK alarm sensors for automation tasks because they are reliable) but maybe there is a z-wave device that is cheap and easy to integrate into ISY? (I have zwave module but no zwave stuff). Thanks for any insight.
  4. Thanks. Major point I discovered is that the ISY was causing either all or most of the issues. I have spent so much time studying this I'm about to pull my hair out. Finally ran tiny bits of programs and it wasn't controlling network resources (thermostat) properly or at all. I was getting completely random (and at odd times) commands, or mostly - no commands working. I could (until the very end) "Test" the network resource (which have been set up and working fine for many months) and they would work - but not in programs reliably or at all. I put "wait" periods in between the commands to no avail. Then the "test" button would not work - couldn't even click it eventually. Short answer is I killed power to ISY and re-booted and all of a sudden I don't seem quite so stupid. Everything works, or if it doesn't a little bit of study will find it. I wasted probably 8 hours trying to figure out why all of a sudden I couldn't seem to understand things before realizing this. I'm sure I had some errors still as well, but this was clearly the thing that was causing me not to be able to zero in on it. Whole thing was like trying to solve a complex equation with a calculator that was overclocked by 200% and was spewing bogus data most of the time but I assumed it had to be correct. Live and learn. Thanks for all the help - I'm still no expert, but I've used this thing for quite a while and things have gone just fine.
  5. So I've tried to incorporate a few of the above suggestions but wanted to see if someone could check these 2 program screen shots and see what is wrong with them. One program is supposed to determine a "Flag" value (state variable in this case) of 0 or 1 depending on the 3 state variables in the "If" part. The second program is supposed to start a long, multi-program chain (run program 1 - program 1 runs program 2, etc...) based on the variable value set in the 1st program. If the "Flag" variable somehow changes during the long execution of multiple programs, will the execution stop or does it continue regardless once the "Then run program 1..." starts? I'm getting either unpredictable behavior or when I tried using integer variables I was having trouble getting the programs to run when conditions warranted. Thanks for any help - I'm trying to get this but I just must be thick-headed I guess.
  6. Thanks - my fault for not understanding how the programming works. If programs don't / can't function as subroutines, what would be the proper way to run a "subroutine" or the ISY equivalent? So you are saying that there is no way to perform actions (say, check status of this before changing the value of that) in any sort of order, other than a simple "IF: $A=5 THEN: make $B=2" ? All the programs I want to run in order are "disabled", which (seems) like they would run only when you called them to run. I guess I'm trying to perform an equation, and that's tough to do if you can't control the order in which various parts of it are calculated. The results are different every time. In trying to control and sync multiple thermostats there are a lot of conditions to check and they are constantly changing - maybe it just isn't possible to accomplish with the ISY, but I could do it manually if I ran around and set this to that if this other setting was set a certain way etc... Which is what I always assumed the ISY could do. I still have to assume that it must be possible - It appears I just probably don't have the kind of time needed to acquire the programming skills required to do it (even though I've had an ISY for 4 or 5 years and have lots of (simpler) programs that run constantly and without issue. A little frustrated but I appreciate your help. Any suggestions appreciated.
  7. I've got a program which calls for the running of other programs - maybe 10 or 12 in a specific order, calculating and verifying in a way that requires the order to be proper. I use the "move up / down" button to organize the programs. Example: If: $A = 1 Then: Run First program Run Second program Run Third program... I'm getting some unpredictable results, and I notice in the "Summary" page of "Programs", the time of execution does not seem to be in the same order the programs were listed to be run. They all run sometimes in the same second, or very close, but are not listed in the proper order even after sorting by time (execution or finished time). Is there some reason WHY the programs wouldn't run in the order you specify? Do I need to put a "wait 1 second" command between listed programs to get it to order them properly ? I've been fairly frustrated with the ISY programming logic lately - This appears to be another thing I just don't understand. Any help would be appreciated - Thanks!
  8. Wow - my logic and that of ISY programming are way out of sync! I just thought it would run if it was in that time period. I guess I've only used specific times before, and not run into this. Larry - thanks - that makes sense. So can I "tabulate" a variable that another program is using to make a decision or do I have to use a second variable to equal the one I'm adding up so it changes to the proper value all at once ? Hope this makes sense - see above.
  9. Still struggling with my programming here. I seem to be having several issues, stemming from variables that I think should be "changing" in real-time actually NOT changing, so my programs don't work right. For example: (all are now "state" variables) IF: from 12am to 11:59:59pm, same day Then: $den temp difference cool = $stat den indoor temp $den temp difference cool -= $stat den cool setpoint I don't get the proper $den temp diff cool number all the time. It always works if I manually run the program. Also, do any programs that act on the value of $den temp diff cool "see" the moving number as it is being calculated? I.e. before the calculation is "finished"? Because I feel like that may be happening as well. Similarly, I need a number to constantly be calculated so the result can drive program starts. IF: from 12am to 11:59:59pm same day Then: $Number of High TD Units Running = $AC Den is High TD $Number of High TD Units Running += $AC Upstairs is High TD $Number of High TD Units Running += $Kitchen is High TD Doesn't seem to provide a correct number of running units most of the time. The units are "high TD" as determined by the below program: IF: $AC Den Cool Temp Diff >=2 or $AC Den Heat Temp Diff >=2 THEN: $AC Den is High TD=1 ELSE: $AC Den is High TD=0 Again, all of these variables are "state". Any suggestions on what I'm doing wrong or a more streamlined approach? Thanks for any help.
  10. I'm not sure how I've been able to have programs that work for so long not understanding this properly - lucky I guess. I've changed the variables that I need to rely on most to State - didn't take that long with the search / replace feature. Things seem to be 100%. Thanks!
  11. Well that explains a lot also. I've never professed to be any kind of expert on ISY - far, far from it - but it's amazing I'm just now figuring this out. I've been lucky I guess. Just wish I could somehow change some of these variables over easily. Edit: search and replace... Nice. Thanks!
  12. Well that explains a lot. I've got about 70 variables and things seem to work pretty well - maybe I'm lucky in how I'm using them. I'll need to go through it all (that's going to take a while...) and see if some i variables need to be changed to s. I know I've got programs that use integer variables in the "if" part - not sure why they've been working... Thanks for the clarification.
  13. Thanks - sorry for lack of info as I'm still changing a few things. It is not a state variable - should it be? Not sure of the difference. Thanks
  14. Edit: Still testing - couldn't seem to delete post...
  15. Thanks - So the "TLS" checkbox in the email settings of the admin console doesn't matter - only whatever is set in the "dashboard"? I couldn't get gmail to work on its "more secure" option with any options enabled in the "Dashboard", so I had to leave those alone and use the basic security (in the admin console - TLS checked - port 587) and turn off (in google account security) "enhanced security". I'd like to be able to enable the higher security in this google account if possible - perhaps you can indicate what the ISY settings (in "dashboard" and "admin console") should be to make this work correctly? Thanks!
  16. Thanks Michel. I do have a PRO, but am not sure (even after reading link) how to change email server authentication / login security. I only see TLS checkbox (admin console). I see the server / client TLS 1.2 etc... in the dashboard, but does that affect email? I couldn't get it to work with googles "more secure" setting. I ended up just using another gmail account where I don't care about the security and then I can leave the google sign in at less-secure. I would like to know how to configure this though, if it's possible. Thanks.
  17. Maybe this is something to do with Google security, but all of a sudden I can't send emails from ISY. Haven't changed anything, password the same etc... Tried re-entering pw on ISY. Can access gmail just fine from web. Is this happening to anyone else? EDIT: Nevermind - you have to enable "access for less secure devices" on security settings. I changed it for something else. Guess I have to change it back.
  18. Xathros - Thanks. But won't the below program set the thermostat to 75 anytime (and all the time) while the Inline Linc is "off"? I only want to trigger something on the change of status - does ISY only update "status" when there is a change? Thanks for your help! If Status "inline linc" is OFF Then Thermostat setpoint = 75
  19. I'm trying to write a simple program that adjusts the thermostat when the ceiling fan is switched ON, and another to put it back when the fan is switched OFF. Works great except if the ceiling fan is turned "ON" or "OFF" without using the keypadlinc button (say, remotely via ISY console or Mobilinc etc...) The fan is controlled by an Inline-linc in this case, which is linked to a keypadlinc button (and a scene). I can't specify the usual "If CONTROL - Inlinelinc - is switched "ON" .... I guess because there is no button on it to be turned on. I can use "status" but that isn't useful to determine time-of-change as far as I know. What would be the way to detect if this inline linc is turned on or turned off - by button press or remotely? Thanks for any suggestions.
  20. Thanks for all that info!
  21. bmercier, With the Trane unit XL624 you mention, do you have to have the Nexia bridge and account or can you enroll the t-stat directly to the ISY z-wave module? I would assume you would need the Nexia bridge / account for any app or web-based access that is outside what can be done via ISY / z-wave? What does the Nexia bridge / account let you do that you can't with just the ISY? I assume they probably charge monthly for this? (Venstar does not). A little fuzzy on all this z-wave stuff. Thanks!
  22. Thanks for the comments - I guess I should at least get the z-wave module (and external antenna, I guess, since my ISY is in a network wall enclosure and I don't really want to re-locate it). I've spent way more time playing with thermostats than I ever thought I would or should already - what's another few hours. Looks really basic, but what about the cheap 2gig CT100 units? Anybody have any experience with these? I"m not really about the color screens and backgrounds so much as just getting things done competently and being able to program / communicate reliably and then forget it. Also, since I don't have Z-wave, would all the z-wave thermostats have the same functions (as far as ISY / z-wave is concerned)? I.e. would the "things you can control" (temp set point, fan on/off, humidity set point, schedule on/off etc...) and the "things you can monitor" (room temp, remote sensor temp, humidity, current set point, current schedule status (yes / no) etc...) be the same with any of these thermostats? And do they allow programming / setting of setup parameters via zwave or must all that be done at the 'stat? Just so many questions. I need to find something else to worry about I think. Thanks
  23. Thanks Michel, So "5.0" is going to add what exactly? Pardon my ignorance, but I have been a more casual user but have had my ISY system for quite some time and enjoy its functionality. I don't quite know what REST commands are, or what uses them. I guess I say "does z-wave work" because I see so many with connection / range issues, that I don't want to fight that fight along with whatever other hurdles might be related. I have a lot of Insteon, but the Insteon RF in my experience is really really bad - I don't want it to have anything to do with something I depend on to work. So while I'm sure they can work, I guess I'm looking for a very sound and bullet-proof type scenario where I do it and its done, and my wife isn't calling me to say the air conditioner is broken etc... How would I go about finding out what features / controls are available with, say Zigbee / RCS? (What can I monitor, what can I change). Is there a "list" of z-wave units that work with ISY? Thanks
  24. I'm still a little confused over the Thermostat options that will communicate with the ISY. I've tried several that I know work (to some extent) - Venstar wifi, Aprilaire rs-485 via ELK. But is there a place that has comprehensive information on the current options and what the requirements / limitations of each is? For example: For each connection type: (Wifi, Z-wave (does it ever work?), Insteon (does it ever work?), wired, Zigbee, Proprietary, etc.... Who makes one, what is it called, what can you do / not do, is it cloud-based or local and cloud, only cloud, what other components (HW or SW) do you need to make it work? What are the future possibilities in terms of potential - i.e. with ISY version 5.0 (not sure what this will bring but I see references to it a lot). What is REST and how does it apply to current thermostats? At this point I can't find a great thermostat that the ISY can control reliably. I can find one that it supposedly controls (not reliable), I can find one that it does control (but isn't a very good thermostat), and I can find one that is a good thermostat and can be controlled only somewhat (not what I want to spend a lot of time and money to achieve). Maybe that's the lay of the land right now, but before I revert back to my 8 year old Honeywell VisionPro non-communicating 'stats, I just want to be sure I'm considering all the possibilities. Thanks for any additional insight.
  25. Thanks - I''m using my gmail account - sending from and to myself, if that matters ?
×
×
  • Create New...