Jump to content

larryllix

Members
  • Posts

    14968
  • Joined

  • Last visited

Everything posted by larryllix

  1. CAO Wireless tags and WC8 with 1wire probes. Sent from my SM-G930W8 using Tapatalk
  2. There are rules around venting. I can;t remember the rules from years back but vents on a roof must be x feet above the highest roof peak within y feet of the vent. Winds will cause turbulence off the roof peaks and create down draughts or venturi reactions if the placement is not right. Usually the solution is to extend your roof vent higher by one length of pipe. A proper wind proof cap designed to reject turbulence may help also. I have not relied on the geofencing ability of the Tags for anything serious so can't report on the reliability of it. I report the signal failure signal from KumoApps and I suspect it may not be totally reliable. I have caught the signal still not updated after I got home and loaded the admin console. That takes almost 10 minutes on my small laptop. I am not sure if there is a better comm path for this. I think PolyGlot node only reads the data from the same source as KumoApps, CAO's provided smart system. However I do use the signal for garage door left open after I leave so perhaps the failure is detected faster than the signal restore logic. I detected the car unit almost 2 km. away once as my wife came up the rural back road. Consider the rural to be radio quiet though.
  3. You stated you are in Canada and that means you probably have a very air-tight house. In some homes, running a bathroom exhaust or stove exhaust fan can produce enough low air pressure backdraught that can extinguish your water heater pilot flame or, depending on the era of the DHW / fireplace design, endanger the occupants with CO2. At times a puff of air pressure or vacuum from the roof vent can extinguish the pilaot flame too. That gap between the tank and the flue is supposed to help avoid this. Your plumber should have been aware of this but...who knows? Designs and ideas are changing constantly. Even a window cracked open slightly can cause a house vacuum, depending on the direction of the window across that Venturi opening. Tight seals can be a problem in other places. My NG DHW uses outside air only but I still get an error reported, shutting the thing down from weather gusts that travel down a 45 and three 90s. stalling the power exhaust fan.
  4. Yes. Most of us are Canadian where we have lighting and heating needs, unlike our U.S. brothers and sisters, where the sun never sets and it is always warm. I got mine all from the CAO online store but it seems like they are trying to distribute their sales to other venues. Try amazon.ca. I haven't seen them on aartech.ca yet but haven't looked either. My advice would be to at least one more Pro Tag (with 13 bit resolution and memory for months of data) because once set up you are going to like these. I have used a few to calibrate thermostats to the same offset, check duct temperatures and room temp. and humidity gradients for HVAC, outside weather, luminescence (not implemented in ISY programs yet), detection of the vehicle from 1/2 km. down the road, and many more things I can't even remember. I haven't implemented any motion detection with them but others have.
  5. To add to that, for people with <Win 2K coding experience, the ISY Wait and Repeat are like inserting a voluntary "give up your time slice to the o/s". Early windows apps required the code writer to do regular "releases" of their time slice to make the multitasking function work since Windows wasn't a "real" multitasking o/s. In VB it was dummy = DoEvents() In C++ sleep 0
  6. Yes. It is a sealed metal encapsulated DS18B20 chip. They are available for about 99 cents each on eBay etc... IIRC the CAO unit is more money but comes with a convenient mini plug-in jack for the plastic Tag part.
  7. Note. to use a time frame over the end of the year you must use "OR" logic like this. If MM.DD >= 12.24 OR MM.DD <= 1.12 Otherwise you would use "AND" Logic like this If MM.DD >= 12.24 AND MM.DD <= 12.26 To isolate a month you would still have to use a range like this If MM.DD >= 12.00 AND MM.DD <= 12.99 (or 12.31) This will not work MM.DD = 12 because the variable will never be just an Integer in this logic.
  8. The point was a clarification of what PaulBates posted above. If Program1 calls program2 while program2 is still running it will start over anyway, so it isn't a complete isolation. Eg. Program1 If whatever Then Repeat every 2 seconds call Program2 (if) Else ------ Program2 If whatever Then turn On Light Wait 5 seconds turn Off Light Else ---- Light will never turn off. Program1 will start Program2 again every 2 seconds interrupting the Wait 5 seconds, regardless of Program2 logic.
  9. Wow! You are a well kept man! Hawaii and expensive condo? I have my GH working better (I thought) than previously. One that has me baffled badly yet. This works flawlessly with Alexa but with GH all the colours work fine except "Red" Alexa/GH Turn on red headboard. ......OK turning on two red lights. Turns on my Gathering room Red lights also. Gathering room lights are just "Red Lights". I eliminated the ending word "Lights" or GH fails on all colours by operating all programs/lights/scenes with that colour name in them. All colours I have tried work fine but GH, hearing the word "Red" turns on or off every device or program with the work "Red" in it????? You seem to be doing better with GH. Maybe you know of some type of element name or reserved word I should be avoiding? I have just given up on GH except for more entertainment items, which it mostly performs better than Alexa.
  10. ISY has the speed and can handle commands back to back without bogging down. However the Insteon comm channel cannot handle constant commands. I had some problems with this too. If you have a bad unit that doesn't ACK right away or noise the next command can clobber the protocol sometimes. This gets bad if a unit is unplugged and ISY seems to send it anyway. I found putting bad units at the end of the list worked but in the middle of all the units it clobbered the next three units in the program list. Bumbleshoot's 2 second delays makes it more bulletproof, if you can stand the looks of the delays. If one particular unit fails a lot, look back at what the previous units are in the list and insert delays between or move the suspect to the bottom.
  11. The newer Onkyo receivers have Sonos support built in. My Onkyo Receiver (a year or two old) has Chromecast built now. When I bought the receiver I don't think Chromecast even existed. I am not sure if that was a recent upgrade though as I upgraded the software about a year ago. It works well alone by streaming at the GH command and shows that info on the front of the screen. I like it but will not likely use it unless I go to unlimited Internet bandwidth at extra cost per month. I use my ISY to command the Onkyo (above) to receiver a few preset stations from Alexa and GH, the same. These are RF FM stations however but every third or fourth try GH likes to think it outsmarts me and stream the station instead of just sending the commands to ISY. The commands are completely different between the streaming command (no ISY required) and ISY commands directed to the Onkyo receiever (FM reception) excpept for one word in the name string, the nickname for the station, and again GH is using it's AI guessing to substitute what it thinks I wanted. Grrrrrr... Very annoying...so again my Alexa units get used instead, because they don't guess making errors. GH sound quality and listening quality in a noisy room is better, for sure. Nothing is perfect, except for you and me and I am not so sure......
  12. I keep telling you to come over to the Dark side = Alexa! What is the basic difference between the GH Hub and regular GH devices? I hear screen with clock for looks. Do you connect directly to it or via the GH app? BTW: I rebuilt my GH stuff from scratch again and the casting involving my Onkyo receiver is kind of cool. (The initialisation each time is very time consuming) I don't usually do much streaming but the synchro with four devices around the house is very amazing. This exemplifies the ridiculous price of Sonos speakers very well now. (I have none...it was some of those, or a new luxury car ) On the similar vein I see iHome stuff (brand?) is supporting Alexa using larger speakers and other gadgets where an Echo puck drops into the top of volcano holes and enhances sound etc...
  13. But..... If the initiating program has another trigger and runs the second program (with or without If logic lines) whatever is running (Then/Else) will stop and the appropriate section (dependant on the If logic outcome) will start from the top anyway.
  14. CAO wireless tags have units with cheap probes and are very reliable and easy to integrate with ISY Sent from my SM-G930W8 using Tapatalk
  15. Are your strips 24volt? I find the 12volt strips get dim at the far end when I attach two 5m strips in series. The strips come with connectors on both ends and it makes it easy to split the strips into two pieces without soldering new connectors onto the LED PCBs. Sent from my SM-G930W8 using Tapatalk
  16. Have a read about strip LEDs here and many threads around that era.
  17. Thanks. I corrected the post just after. "RF" means Insteon, not wireless model.
  18. Only four left. https://www.amazon.ca/Insteon-2441TH-Thermostat-RF-Only/dp/B007X5TY16/ref=sr_1_1?ie=UTF8&amp;qid=1541642641&amp;sr=8-1&amp;keywords=2441TH EDIT: My mistake. The title states "RF only" meaning Insteon protocol. It the 2441TH (no Z)
  19. It's been a while for me with LDs but linking cannot be done without going into linking mode first. This applies to all battery Insteon devices as a battery saving feature. They do not repeat Insteon commands or respond to queries either.
  20. I have had this problem with other devices when some of the new options are enabled. My ISY slowed right to a standstill almost. Put the LDs into linking mode, one at a time, and let ISY play out what it is trying to do. Fix the options. IMHO some options don't work properly with many devices.
  21. " Lights going on and off, programs going on and off, etc... I could barely use the AC with all those programs running. I finally had to unplug the ISY and go to bed." OK. maybe I misunderstood that comment or it has changed. Maybe you could get @Michel to interpret your log about 4 posts up?
  22. Do you have any programs set to "Run at Power up"? If I create two programs with tight loops my ISY will grind to a halt and it will appear as if no program are running. The way I have found some of these are the icon flashing red and green erratically. When the ISY engine bogs down it's hard to get proper indications to find these. Flashing LEDs on the front may be a clue indicating ISY is running as fast as it can go.
  23. "it still took forever to boot up and be able to login and once I could login I found that all the programs that were supposed to be disabled were enabled causing all sorts of issues. Lights going on and off, programs going on and off, etc... I could barely use the AC with all those programs running" This appears to be one or more programs oscillating in an endless tight loop and the finally bogged your Ethernet cache down.
  24. @kclenden Nice!! Thanks for that. I didn't know you could see PLM links.
×
×
  • Create New...