Jump to content

larryllix

Members
  • Posts

    14922
  • Joined

  • Last visited

Everything posted by larryllix

  1. The switch never needs to be replaced. Just change the trigger logic to the opposite polarity. This isn't a security system with secure detection lines. If the trigger reverse option is removed, the daily query will not cause an erroneous status. I can use either contact polarity in a program and no difference will ever be detected.
  2. I would be afraid of having a scene containing 70+ devices. Every time one device hiccoughs you would have to do a restore write to every device involved. The chances of a bad comm during this process should go up exponentially based on the quantity of devices! I use one scene with the majority of my devices to flash the entire house. The normal All Devices Off is done by a program where I can see the list and control sequence. I don;t recommend scene operations that large. From what I have been told there is no checkback for failures and this make scenes not as reliable. I inject 1-2 second delays between most devices as I know Insteon will bottleneck after a certain quantity of devices or errors. I have experience with a device that has been disabled and yet ISY still tries to operate it. When this happens the next three or four seconds worth of operations all fail by never getting sent or not comm'ing. This took me a few months to find. I also find when a whole house Off sequence is happenning I can detect some lights in a sequence and have time to react to it so I am not left in the dark. I have one program that ensures everything is off when the house is vacant. This algorithm can fail occasionally because of lack of detected movement.
  3. Benoit is promising a technology jump for Alexa with Portal v3. IIRC from his comments he is going to jump one of the cloud services possibly enhancing the Amazon process. Then we'll see who is faster (for now). Googlites eat your hearts out! Google has been spamming my cell phone lately so I am not real happy with them. I keep experimenting with deletions for the last few weeks attempting to find out where the annoy-ware is coming from.
  4. Why don't you give me a list of all possibilities that can be done, and I can go from there? Maybe you should start another thread so we don't side track this one any further.
  5. It's a bug in the wiki instructions. This should have been corrected a long time ago and never posted in the first place. Remove the checkmark and re-write your programs to make the logic correct.
  6. My Echoes and Dots vary aa lot in timing. It is not uncommon for Alexa to just sit and think for 20 seconds before activating ISY connected devices. If my TV amplifier is on (large speakers) I have to yell at it within a few feet or mute the TV sound. My Dot off to the side of one speaker (6-7'), and the Echo across the room (12-15'') are almost completely deaf. I find any bassy sounds especially affect the Echo with it's muted bassy sound output. When yelling at a local Dot I have found another Dot in another room will often answer faster.
  7. I consider using a program state bad form and avoid it if at all possible. It is way to obscure and even some variable usage on a trigger driven ISY engine can be hard enough to sleuth. You'll get caught taking days or even weeks of your time and learn the hard way. Or if in formal code school, get expelled for it. Sent from my SGH-I257M using Tapatalk
  8. Funny story about those UV eproms in the late 1970s. I rewrote the bios/os on my 6800 kit and took a chip to a hairdressing school and asked if I could sterilise something in their brush steriliser. My mother went through hairdressing school, decades earlier, and I knew they used them for shared hair equipment. Well it wasn't cleaned off completely and with my tail between my legs I had to go back and ask again. Try explaining an erasable memory chip to a bunch of hairdressers back in about 1976. I didn't dare ever say floppy disk for fear of police action. Of course some hobbiests were only beginning to talk about owning those 8" ones. A few years later my father bought me my own UV eraser lamp for Christmas. IIRC those 1024 byte eproms cost me $100 each and the UV lamp was about the same price. Sent from my SGH-I257M using Tapatalk
  9. I have never received a clear definition of the method used inside ISY for state triggering. I see two different methods and although the table of usages for each element was denied I believe v5 may have changed how it works. 1, each element has a list of usages and when that element changes value, all usages of that element are searched for logic results (if sections) 2, each time any element changes vslue, every program if section is evaluated 3,on a cyclic time clock basis each program logic section is evaluated and executed if necessary. I worked on a real time system using technique 3 for grid protection, but it took many other cpus to digitise all the hundreds of AC waveforms on a 24 samples per 60Hz cycle, for simultaneous harmonic analysis. Using a 8MHz 486 was still plenty fast enough for this big system handling do much processing without hiccoughs. Spreadsheets work on the same technique with multiple pages of calculations Sent from my SGH-I257M using Tapatalk
  10. I try to limit my usage of State variables because I figure somewhere in the trigger engine they all have to be searched every event. I run about 60. However I use about three hundred Integer variables because I figure they just sit and take up space and no CPU power. I have about two hundred used for constants to define colours for five types of RGBW bulbs and strips, as well as True, False and dozens of other constants Sent from my SGH-I257M using Tapatalk
  11. And it shouldn't be forgotten that PSU may be quiet when the ISY load is removed. Sent from my SGH-I257M using Tapatalk
  12. Must be something wrong with their parsing engine. Sent from my SGH-I257M using Tapatalk
  13. I consider my watering cycles based on light intensity, written in a PLC style language similar to ISY994, (HC2000), running on a 40MHz 80486 cpu back in the 1980s decade to be automation. It was around but not for the faint of heart. OTOH my in wall motion detectors are home automation also. I guess this comes down to definitions. Does smart automation take two or more logic elements? The wall MSes have sensed motion as well as light levels! Most of my ISY programmes only use one element. [emoji16] Sent from my SGH-I257M using Tapatalk
  14. I would attempt to start over with the NR. In the old days of computers at times you could get an occasional control character in a string of text and could not detect it or see it. The answer was to start over or delete all fields and retype them. Sent from my SGH-I257M using Tapatalk
  15. I used a 40% on to off ratio timer for this when it happened to me. The appliance repair supply told me they use 50%. You are not the first A second program trigger by several times of the day ANDed with a program last run + X minutes line that runs the main program works as a watchdog. No run at startup needed and corrects a many times per day as time trigger lines of program.
  16. Do you have the curly braces at each end? Sent from my SGH-I257M using Tapatalk
  17. Can you turn the bulb off from a cell phone app? Perhaps the zigbee connection from the Hub to the bulb is bad. Another point is you got back a 200 code which means it communicated with ISY OK, indicating a possible problem with your syntax sent.
  18. As per Gary above. When you use "control /switched" it is never true except when the event happens and the program is being evaluated due to that event. The time frame used will be evaluated as True at 1:00 AM and if Status is True (door open), Then will run. With control / switched that line will be False. When the time frame is evaluated as False at 6:00 AM nobody cares because you have nothing in the Else section. It only acts to be true during it's time frame like a filter for the door opening. Make sense?
  19. I have five on each hand! Gary. Your echo was better looking than you. She must have had $5000 worth of photoshopping!
  20. I have $5000 dollars worth of old car because it does matter to me so it's a reliable Toyota.
  21. For ISY you will have to reverse your sunrise and sunset lines to compensate for the time difference.
  22. Benoit is hard at work upgrading this for us. He injects French devices while testing and they bleed into other spots by mistake, sometimes. This happened last upgrade a year or so ago.
  23. All of the above. I think of the Wait as an oportunity for the ISY engine to stop and think about things. That means other programs get to run as well as evaluate any changes to triggers of the programs. IOW: Programs are unstoppable until they encounters a Wait or Repeat instruction line, at which time the control is handed back to the system for that time duration. A second program can help only if the first program (trigger reception) is disabled. Running the second program will cause the second program to restart anyway.
  24. This a fairly new topic for these units. It may be in your interest to go to BestBuy and pick up an Echo Dot for $49 (or the occasional sale at $39) and try one yourself. I have had four Amazon units for a year or so and just saw a GH the other day at my sister-in-law's for a few hours. I was very impressed with it's capabilities, non-HA features. She can't even program a dumb thermostat but had GH running music and radio stations coming up at will. We had music blaring and GH still understood soft voices across the room. My echo and dot in my gathering room becomes totally deaf if my TV is on with big speakers at normal medium volumes. It's going to be mostly your decision and experiencing both before spending lots more money would be better made by experience. There are a few hear with both so they may chime in here.
  25. Looks like the amazon webpage Alexa access has been locked out to Canadian IP addresses again. It will not take a login anymore. The account name and password can be filled in but all buttons and options are dead and do not respond. hmmmmm.... Google Home is looking better all the time, especially with multiple Echoes and Dots responding simultaneously and just not answering at times. This has become much more frequent lately. Yesterday we did a little experiment and found some Dots would add a certain item to our shopping list while the Echo and Dot across the room would not add it, or even respond when that particular phrase was used. When we removed the "Robin Hood" name from the item it worked flawlessly every time. This happened with one Echo and one Dot. The other two Dots had no problem with the same phrase it at all. Just ignoring and not even acknowledging the request is not a good response I have also noticed the alexa appl on my android phone is taking upward to 90-100 seconds to access my shopping list now. It is becoming a PITA to use. UPDATE: i just tried an old link I had on my browser and for a split-second distinctly saw a webpage with "App is offline" before the same dead login page was came up. UPDATE2:Trying to load it again the full application webpage comes up with the menus down the left side but there is a message in the middle of the the page with seomthing about being offline. The flash was too fast to read, before the dead login page replaces it. I hope this isn't a new attempt to trap out Canadian IP adresses again, making the whole amazon system useless in Canada. I will try to delete my google and amazon cookies as this was a problem in the beginning despite launching from NY state. It garbbed my information from google and knew I was a Canadian resident. I had to use a virgin computer I just purchased, with no google account links installed.
×
×
  • Create New...