Jump to content

larryllix

Members
  • Posts

    14982
  • Joined

  • Last visited

Everything posted by larryllix

  1. I can understand why people would want to close their garage door or at least be notified of it left open and I understand the risks involved without site of the opening. I have never really understood people wanting to remote open their garage doors or unlock their passage doors remotely. The same view problem comes to mind for differing reasons though. I don't carry any car keys or house keys and I can have my garage door open any time when I am within viewing distance with a little gadget they give you with garage door openers that is hooked onto my vehicle's sunvisor. My passage doors open with a simple 4-8 digit password or a temporary password I give to my neighbours if and when the need comes. I am sure if my home was burglarised and my insurance company discovered I left my doors unlocked and my garage door wide open that would be the end of any further insurance coverage. I may have trouble making a claim for a break-in and the police would not even bother looking for somebody logically invited in. We can get carried away with the "cool" gadgetry though. Most people think all the HA is just an expensive OCD joke anyway and save their money for cruises and other toys. When my kids come to stay with us the first thing they always do is find their assigned bedroom LampLinc and unplug it so the MS cannot turn it on in the middle of the night should they stand up. They are all techies, one multi-millionaire from it, but wouldn't even leave a Hub plugged in after trying it for a month.
  2. v5 should be able to fix this. If $systime.minute >= 0 then do code else --
  3. My belief is that some handshaking may not be functioning correctly. There appears to be handshaking problems between MS units and the PLM or with the Insteon protocol, in general. Here were some event recordings from an MS unit that was tying my system up for long periods of time. I don't pretend to understand it anymore or ever but it would seem that MS units not in scenes never get their signals acknowledged and keep retrying, jamming up the Insteon traffic. http://forum.universal-devices.com/topic/14219-motion-sensors-2842-222-and-retries/ Also, I have found that some handshaking between the PLM and ISY may be missing. This is exampled by sending X10 codes and Insteon signals in sequence to find that some are just not ever transmitted. Since putting Waits behind every X10 command things work better. Why does an ALL ON command even exist in Insteon? Perhaps a carry-over from X10?
  4. That was probably the a scene I deleted from the ISY on first running and haven't seen it since. I have also tried many times to rid myself of some ADR thing that consumes space but with no success. Why would one scene become a problem being randomly initiated?
  5. Where is the "All-On" command in the ISY994i? This may have been handy for use in some programs.
  6. When power resumes the bulbs may send out their statuses before the ISY has booted and initialised. A query would definitely be necessary as well as a reboot of ISY detector. One programme I have always installed in HA systems is an "all_devices_off" at about 4am. That way no matter what the cause lights get killed each day and all statuses are assumed to be known. This was particularly important in X10 HA, which I still use a few. With LED bulbs the important of energy savings, with lamps, isn't so important anymore, though.
  7. What is the dual-brite signal? My MS has an AC output connection that lights up whatever load you connect to it. The dim output is the same connection with some method of reducing the effective average voltage.
  8. ISY is going to complain about not finding your bulbs every time you turn them off and run your admin console. The bulbs will not respond to queries.
  9. If you want your mail delivered in the rural you place your mailbox exactly where Canada Post tells you to. You also have to clear the snow away from your mailbox so the delivery person can get to it. I have to blow the snow back to the box level as a drive by ramp up to and past the box so the delivery truck can stop beside it close enough to deliver the mail an arms length from inside the truck. Several times per winter I have to clean out the snow from the asphalt to the mailbox so that the snow on top of it falls away and the box can be found inside the snow bank. In a rough winter like last year the street narrows as the ploughs have no place to push the snow to. My banks were higher than I can reach last year. I had to blow a tunnel to the mailbox about 8 feet long so the mailman could walk from his truck to the mailbox to access it down the cut path. The snowploughs don't usually hit the mailboxes but the heavy snow rubble coming off the plough at 40 kph can tear the box right off the 4x4 post or just break it off. Many techniques have been tried including having your mail delivered to the post office and picking it up every day 10-15 km away. If you need out of your driveway the snowplough has to come. My helicopter is on order while I am in Florida right now. While I am gone I am saving myself about 12-16 gallons of gas and an hour of labour every day.
  10. Far as I can tell on mine the DualBrite just puts a half wave diode in series with the output for half power lights. It doesn't work well for LED bulbs as the LED bulb power supplies absorb power when they can while the cycle is live and then the bulb barely dims. My front lights are only 6 watts each so more than half power is not a problem anyway. have no problems with flickering or bulb life using LEDS though. It's hard to tell what the input to the micro-module looks like (I don't have one) but I doubt it would hurt it, only activate it when the sun goes down every night, depending on the DC polarity of the output to input match. Just turn the feature off. I have gone through three of these Heap-Zenith MS on my front lights and two on the back of my shop in 6 years. The rest of the manufacturers have been chased away in every store I can find so I cannot find a replacement for their junk. The Insteon MS will also tell your ISY when it gets dark for other automated functions/lights in your system. The micro-module method won't.
  11. I have two different firmware versions of the 2441ZTH thermostats linked to my ISY. The older firmware - ISY can set setpoints, heat,cold, & auto modes, fan not sure, The newer firmware - ISY cannot set anything. Appears it can and ISY shows it changed but a query sets it back to actual setting. Neither can query to receive a temperature update, only modes and setpoints. ISY does not show Setpoint Up or Setpoint Down for either and IST, despite being able to insert these lines of code cannot do this is programs ISY does not contain the 2441ZTH as a model on the device selection, so I assume the support was never complete by UDI. Humidity updates on a regular basis (1 minute on AC adapter) in lieu of a heartbeat detection capability. Temperature only updates by exception to the stat's internal rules = temperature change and n degrees change from the last temperature reported. This seems to be about 1.5 degrees C. Also causing temperature updates are some hardware buttons being pressed. I only use mine as probes to ISY. Recently I have added a freeze backup heater in my utility room via On/Off module in my utility room, and a high humidity/temp vent fan via On/Off module in my cold cellar.
  12. Use the same trigger logic that triggers Scene 2. Or Put your enable/disable in your first program. Without any further influence to Scene 2 you should have a locked out logic that may not be resettable.
  13. Remember this is a real time system and anytime the if section is retriggered by the involved devices changing state the If section is re-evaluated and the Then and Else section is either restarted or stopped and the other section started (retriggered).
  14. For the local lamp the dimmer can be set to a slow ramp and ISY programs/scenes can override the ramp with it's own brightness and faster ramp setting for the bulb. Double Tap produces an immediate full on/off so the double brightness change becomes obvious and annoying so cannot use this technique.
  15. Unfortunately, the repeat information in this linked wiki is stated incorrectly as are the syntaxes of both forms of Repeat in the ISY programming. The descriptions should read: "Repeat Every Time causes the Repeat block to repeat with a Wait time specified amount of time (hours, minutes, seconds) on each repeat loop." ie. The loop time in a "Repeat Every Time" will be the total of Time plus any Wait times used inside the Repeat loop statements. "Repeat For Times causes the Repeat block to execute the specified number of times." ie. "Repeat For 1 Times" does not repeat the lines inside the Repeat For any times but rather executes the inside code lines only once without any repeat.
  16. I found this same syndrome quite common among electricians that worked outside in cold weather too much. They would come in for lunch. Crank the stat up to 85 and go back outside after lunch. Guess who breaks out in a sweat that afternoon before discovering the setting? LOL.
  17. Yes I have both my wall switch dimmer and my mini remote operate many programs in parallel, so to speak. This way my wife and guests can understand the actions for scenes to operate the same style. Once they they understand the progression of brightness achieved via fast off , off, dim, brighten, on, fast on commands the mini remote works exactly the same as the wall switch dimmer. Just insert an "OR" in your "If" section of each program with both device's similar commands and have each program turn on the wanted scene for each of the actions. Mine controls a whole room full of lights to different scene brightness levels. If WallSwitch is switched FastON OR MiniRemote is switched FastON Then set FullBrightnessScene ON Else --
  18. I had one of those cheap CFL bulbs drive me crazy for a while. This was not Insteon but my rf remote in the car. The range to open was hundreds of feet but the range to close was only about 15-20 feet.
  19. A CAI WebControl board with case and power supply can send real time from Internet sources into ISY with a minimal program learning curve. Ay date or time value could be then tested from the variables sent into ISY. Later, cheap 1Wire temperature probes, or other sensors, could also be added for temp/humidity values in ISY. http://www.ebay.com/itm/Programmable-analog-temp-humidity-I-O-relay-control-HTTP-email-alert-WebControl-/261778027152?pt=LH_DefaultDomain_0&hash=item3cf32fb290 http://www.ebay.com/itm/WebControl-timer-temperature-humidity-I-O-controller-network-relay-ctrl-chassis-/270809014985?pt=LH_DefaultDomain_0&hash=item3f0d79a2c9 Also, X10 previously had alarm clock looking devices that could send X10 coded alarms to ISY based on an alarm clock style settable device. I am not sure if these are still available.
  20. larryllix

    Java required?

    I don't believe the MobiLinc company can access your ISY. It would have to have your password and IP address to do that. Unless the app is "ratting" on you the MobiLinc company doesn't have that, only the app does. That is no different than any remote access app or even your OS that keeps passwords for user convenience.
  21. http://forum.universal-devices.com/topic/13900-use-of-sysextip-variable-in-notifications/
  22. If they block things like porn access via some third-party service or list it would make sense DynDNS would be too. DDNS servers are just proxies that could get around a simple site-blocking list so it may make sense for them to block DDNS servers for workplace and public access points. I would like to personally thank Grizzy for that email / IP discovery. I have been chasing UDI for access to our external IP address as a variable that we could have ISY send us our new IP address should it change. This is ingenious, I thank you, and I can't believe I didn't think of that simple technique, myself. I already send myself a home status update each morning, when we are away. I am cheaper (relative scale) than that, also, and don't have kind of money to burn on things like that. It's not a negative thing. Necessity is the motherhood of invention.
  23. Inline comments, at the end of each program line, was requested for v5 that could definitely help this problem. We'll see. With the advancement of programming complexity coming on the ISY, this feature will become much more important, also.
  24. I learned from the masters.
  25. Hey! Xathros had to pound that into my brain for a few nights before I caught on. It isn't intuitive or syntactically correct but where else would UDI put it? I could feel your confusion and couldn't sleep.
×
×
  • Create New...