Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

larryllix

Members

Everything posted by larryllix

  1. I have an 88 key MIDI keyboard under my pillow and if I need something I just reach under my pillow and play a particular note to get the task done I want. If I want to pull up a programming language I press C# If I want to turn on the coffee maker I play the note sequence C-A-F-F. If I want to turn on the bedroom sex lights I play an Fminor chord. If I want to raise the heat on the thermostat I play a cool tune. The list goes on and on but I only need to remember the sequence to turn on the monitor and then pull-up the menu with over 500 different commands shown. One simple 88 key keyboard has replaced my single button that used to do everything until my car backed out of the garage and my toilet flushed instead of the garage door opening. My toaster burned my breakfast that day too. The programming may need a little tweaking yet but I am learning to play the piano.
  2. Outdoor reset is typically used when you have milder weather and you have a huge thermal mass involved in your heating radiator, like a large concrete slab. The outdoor temperature is sensed and the temperature of the water is varied to make the heating more gentle and also to not shock the radiator material. In a "bang-bang" style heating system if you turned your thermostat up suddenly, from a cold house, the hot water may crack the slab or in your case "cook" the flooring, perhaps cracking ceramics and/or creating some hotspots and overshooting the setpoint, causing discomfort and wasting energy when you have to open your windows. The water temperature response is controlled by various methods including PWM (pulse width modulation) of the injection pump, variable speed injection pump, or proportional mixing valve to get the temperature of water desired.
  3. You must have a different Mobilinc than I do. My Mobilinc doesn't do anything automatically. If there is a "remote" feature it would be the first I have heard about anything like that. Any hints where I would find this or is this in the iOS app? My thermostats are not Insteon compatible and the RS485 protocol but they talk is not likely to ever talk to any other gadgetry. For the cost of attempting this I may as well leave the heat on full 24/7. I don't see Insteon thermostats that can vary the speed of an injection mixing pump through a communications bus to a mixer panel, with outdoor reset, while cycling an HRV unit on a percentage basis of the time period.
  4. Short of time now but each device has it's own ID and ISY knows where every signal comes from.
  5. I have a few programmed like that. The xxx.auto program does it's thing with different brightnesses, and times, depending on the time of day. The xxx.manual disables the xxx.auto program and has a long timer.....maybe 2-4 hours, just in case, shutoff timer. If somebody, or the timeout, shuts off the light manually it re-enables the xxx.auto program and the light is back on it's auto logic. If all else fails, my bulbs are mostly low power LED or CFL and I have a "shut-down all lights" happen at 4:00 am every night. If your wife likes ironing shirts then the dryer notice isn't worth anything to her. Some of my motion sensors have the Off command active. I don't find it makes any difference except I can tell when the motion was from remote locations. The programs have to be written to accommodate this setting. You seem to have your heart in this but need to justify spending the money. I buy a few hundred bucks worth every good sale at aartech.ca. When it all works too well I come here and chat with fellow hobbyists and noobies with anxieties.
  6. The diagram shows a "C" terminal. That will be your "Common" to the "R". The connections are all there. You just need to run a 5-conductor cable to the thermostat and duplicate the terminal numbers. R-R, W-W1, W2-W2, G-G, C-C.
  7. You really should find the ground point and connect as close as possible to the transformer for the best reliability but you need to prove the 24vac return is grounded first. Meter from R to case for the same voltage but you should still see the connection for best proof.
  8. I think we understand. Your heart and brain are having an argument. I don't use controls everywhere. Mostly in my TV area and MS in the bedrooms so that guests and ourselves getting up in the middle of the night have some light and don't run into doors and walls. Yes it's somewhat expensive but so are all hobbies. My wife likes the back doorbell sound (we don't have a backdoor) when her dryer stops and the text message if she doesn't show up at the dryer within 5 minutes.
  9. Usually and typically the wires wlll be as follows: R = Red (I think 'red Hot') =24vac G = Green (I think 'Grill') =fan only control W1= White (I think 'Warm 1') = first stage of heating W2= Brown? (I think 'Warm 2') =second stage of heating Some thermostats will run off just the two wires R-W1 in a parasitic mode with a battery to carry them over when the contacts are closed and the voltage is (almost) shorted. I am not sure how Insteon controllable units do it These should be compatible with almost any thermostat. I would be looking inside the heater to convert that W2 to a 24vac ground/common to run to your 'stat so you have both 24vac and common. Many times the common is connected to the frame.
  10. What is the voltage across the two wires? If it isn't 24vac you may have taken out a line voltage thermostat and you may get some fire.
  11. Do you have outdoor reset on your system? Most will if they run such a huge thermal mass system as hydronic in slab heating to control overshoot and undershoot. I was thinking you could leave all your stats at a high temperature setting in series with your ISY control outputs. Now with an outdoor temperature, wind, humidity and occupancy sensing and logic you could run a PWM scheme for all your zones and if the things ever locked-on your old thermostats would limit the amount of heat. if the series contacts failed you would need some crude backup scheme to keep the house at a minimum maybe without zones involved. My thermostats have built in "scenes" to accommodate visitors and special occasions etc. I only use two. "everyday" and "away". With the away I have to predict the number of days before I return. When we don't predict properly and come home early it takes about 18-24 hours to warm up the house in the winter from 17c to 22c with the basement slab heating. My complex thermostats run about $2.5k or more for 5 zones so a separate ISY may be worth your while as a dedicated control. Your "play" ISY could be the backup or watchdog or vice versa in the off-heating seasons.
  12. ahhhh ... that sounds like that may be a 9 bit signed integer (0.5 degrees each bit) reading misinterpreted as an unsigned binary value. 2^7-2 You may be able to convert the result by fudging the value if you can run more negative temperature trials
  13. Thanks LeeG. That's what I was looking for! Your event reading skills are invaluable here. (jealous) I haven't spent the time to learn that, which is unlike my usual behaviour.
  14. For the purpose of this illustration I will use the multiple Notifications problem, being a common one for many, but this could apply to any response taken from an event trigger where repeated actions could be an unwanted effect. A common method of avoiding multiple notifications is to have a second disabled program disable the first, and triggering, program for a set amount of time. Program.1 -------------- If water_leak_detected Then run program.2 Else -- Program.2 -------------- If -- Then disable Program1 send notification "we got leaks!" wait 1 hour enable Program.1 Else -- Can anyone see a problem with using only a single program (below) to do this same thing? The program would already be triggered and disabling it would not stop it's progress. Could this be caught in a power failure and lock out as disabled? Program -------------- If water_leak_detected Then disable Program send notification "we got leaks!" wait 1 hour enable Program Else -- Thoughts?
  15. It may not display negative temperatures due to not having a minus sign on the LCD but it may still transmit them to the ISY.
  16. hmm.......This sounds similar to a previous poster's complaint with this version.
  17. I have used non-existent X10 devices as "virtual devices" that can be controlled by MobiLinc. I have the X10 modules so I can also name the pseudodevices with sane labels. Currently I use lots of motion detectors to switch modes except for security items, which are done by Insteon patterns on wall switches and time of day.
  18. "I deleted a test scene, and the device added without issue!" I was thinking you stated "programs" not "scenes" My bad! Thanks!
  19. Strange that a program count limit would affect a device addition though. Am I missing something here?
  20. Correct. You need a module with a relay output contact that your heater can plug or wire into and possibly a controller in the middle like the ISY, especially if you want to do any energy saving schemes.
  21. I have two 2441ZTH units that input as probes to my ISY994i. No 2441TH required. The 2441TH units have hardware contacts on them to control furnaces and A/C. The Z units only have Insteon I/O, which is what ISY likes to eat. If you don't mind the ISY in the middle of your control stream then it will work. There may be a way to connect the 2441ZTH directly to an Appliance module but I haven't tried that. I don't typically use direct Insteon connections in my system. In my one 2441ZTH I can set the "virtual" setpoint contacts in the 2441ZTH. In my other unit I cannot seems to. You can use the Insteon setpoint signal from the 2441ZTH to control programmes or you can set a setpoint in the ISY program and use the analogue Insteon output of the 2441ZTH to make more complex decisions.
  22. The Insteon 2441ZTH is about the cheapest you can get. I have two. For humidity control it would work just fine. Humidity updates on a 1 minute report regularly. Temperatures and other items report only when changes happen. This bugs some users staring at blank data until the next update after install and power failure. I wouldn't use it for serious home heating control with it's quirks and only 0.5 degree C resolution but for humidity, definitely.
  23. You have the latest firmware version. I have never received update notices either. I don't know where one would receive them. Just watch this forum for notices.
  24. This unit looks like it executes a PLC language type code also so it can become fairly self contained. What level does the ISY Network interface interact with it? Does it trigger macro like routines, operate individual devices, both, or other? Is there any feedback to relay positions so other control sources can be detected? Are the relays latching and/or failsafe?
  25. So the network interface is available and the ISY Network Module is necessary. Nice gadget! Thanks

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.