Skip 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.

Bumbershoot

Members
  • Joined

  • Last visited

Everything posted by Bumbershoot

  1. Good question, but I don't recall as I set it up years ago. Whatever it is though, it's sufficient, as the humidity in the house changes slowly with the exception of the bathrooms and laundry room. FWIW, the CAO Wireless tags work well enough in the bathroom. My better half isn't impressed with "barnacles" (also known as multi/motion sensors, both Insteon and Z-Wave) that get stuck on the walls around here, so I use a tag that's unobtrusive/easy to hide. EDIT: Here's a screenshot of the humidity that the CAO Wireless tag reports when a shower is taken in the master bathroom:
  2. Okay, these are a bit cumbersome. I turn on the fan only when the Master Bath humidity spikes 7% over the humidity on the other side of the house (I use variables to do this, and $s.ZW_008Humidity comes from a mulitsensor in another room). I shut if off when the humidity drops to only 5% over. I have a 2% hysteresis between the stop and start values for my fan so it doesn't toggle on/off incessantly (I'm not sure that's the best thing for a fan motor). These programs run with every humidity change between the hours specified. This sets the threshold at which the fan turns on: MastBathTargetHumidityHIGH - [ID 00B2][Parent 007E] If $s.ZW_008Humidity > 1 Then $i.HouseHumidityPlus7 = $s.ZW_008Humidity $i.HouseHumidityPlus7 += 7 Else - No Actions - (To add one, press 'Action') This sets the threshold at which the fan shuts off: MastBathTargetHumidityLOW - [ID 00B3][Parent 007E] If $s.ZW_008Humidity > 1 Then $i.HouseHumidityPlus5 = $s.ZW_008Humidity $i.HouseHumidityPlus5 += 5 Else - No Actions - (To add one, press 'Action') This starts the fan upon high humidity (I check to see if the Nest is running my HVAC fan, as I have a whole home humidifier, and I don't run the fan if I'm trying to drive humidity up): MasterBathFanHumidityON - [ID 00B0][Parent 007E] If From 7:00:00AM To 6:00:00PM (same day) And $s.MasterBathHumidity >= $i.HouseHumidityPlus7 And $s.NestHeatCool is 0 // The variable $.s.NestHeatCool is used to see if my HVAC is adjusting the home environment already. Then Run Program 'MastBathFan' (Then Path) Else - No Actions - (To add one, press 'Action') Here's the program that stops the fan: MasterBathFanHumidityOFF - [ID 00B4][Parent 007E] If $s.MasterBathHumidity <= $i.HouseHumidityPlus5 Then Run Program 'MastBathFan' (Else Path) Else - No Actions - (To add one, press 'Action') And here's the simple program that starts/stops the fan: MastBathFan - [ID 0016][Parent 007E] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Set 'Devices / dirMasterBath / sloMasterBathFan' On Else Set 'Devices / dirMasterBath / sloMasterBathFan' Off
  3. The wireless tags respond quickly. Here's a link to a 24 hour snapshot: https://my.wirelesstag.net/eth/tempStats.html?e4f7284b-8a11-4ce3-a474-e52d4c30a584&Master Bath Motion Detector&F I do this very thing. The Nest only reports out humidity data in 5% increments, so I use a Z-Wave multisensor instead.
  4. Alexa allows "Computer" as a wake word, but It's astonishing how often "computer" is used in conversation these days. "Alexa" quickly became less annoying.
  5. Ask Alexa the same thing: "I'm sorry, Dave. I can't do that. I'm not Hal and we're not in space". +1 for Google Home.
  6. Bumbershoot replied to Jay M's topic in ISY994
    That's been debated a lot on this forum. There are a few things to consider regarding the upgrade, but nothing much that I'm aware of regarding the stability and usefulness of the 5.x.x firmware. I've been running the Alpha/Beta versions for a long time, and they haven't killed my dog or orphaned my children. Yet. I think most people who've done the upgrade consider the current beta to be stable enough for normal use. Poke around in this sub-forum a bit before you make the leap, however.
  7. Thank-you, very nice work, and that's an impressive improvement! I know what my next HA gadget is going to be. Again, thank-you!
  8. Thanks, that's a useful observation. Can you recall what device you had installed (or maybe provide a link)?
  9. That is interesting. I'll take you at your word. I'm neither an electrician nor an engineer (so I can't reason a technical answer to this), but wouldn't signal robustness somehow enhance mesh durability? I would hope that a passive device like a phase coupler could be counted on for decades of service? I do have surge protection in the panel. I don't personally touch the panel. I do maintain a small budget for electricians, however. Thanks very much. I may get one of these.
  10. That's my initial thought as well. This also makes sense. Powerline noise might bring down a mesh fairly quickly if these devices weren't designed to have immediate RF/PL communications with their peers. What I'm hoping for with a phase coupler is to buffer against the analog of what people see happening with their PLMs; a degradation over time -- as devices begin to weaken and fail, noise (both PL and RF) increases, and the mesh begins to collapse. Maybe the question I'm asking is wrong: if PL/RF noise is managed, the mesh should stay as robust as ever if individual devices are swapped out as they begin to fail? This network was essentially built all at once -- providing for adequate maintenance and replacement parts, should it last indefinitely? We're becoming less eager for wholesale technology swaps in this house (not getting younger), though I hope to be able to swap out individual devices for years to come. Thanks.
  11. At present, I'm very happy with my Insteon network -- it responds quickly and reliably. What I'm hoping for is long-term viability. Reading the description of this phase coupler makes me think that if my Insteon mesh degrades over time ( --why is everything like that-- ) this device will help reduce signal attenuation/degradation. <unfair questions> Gazing a few years into the future, what would a phase coupler provide that my SwitchLincs, OutletLincs, and ApplianceLincs don't already provide? Long term reliability? Will the quality of the Insteon mesh degrade, after years of service, without these? I kind of expect that the incremental introduction of noise into the network will eventually overwhelm it, though I haven't seen any sign of it yet. Could a dedicated phase coupler help overcome that? Is degradation of the Insteon mesh a problem? </unfair questions> BTW - I just swapped out a 3 year old PLM as a simple maintenance practice - AFIK it was still working perfectly.
  12. Bumbershoot replied to Jay M's topic in ISY994
    You can get there using all Network Resources, but I've found those to be a bit fragile in my installation, and proved to be too complicated to deploy and maintain. If you're willing to move up to the latest/greatest that the ISY has to offer, then (IMHO) your Sonos functionality is easier to maintain and deploy, but the installation will have some requirements. Those requirements include (and this list may be non-trivial if you're not at least somewhat comfortable with Linux and your ISY): Run the 5.x.x series of firmware on your ISY Run Polyglot and the Sonos nodeserver on an RPi For advanced features, you can also/alternatively run the Jishi API bridge on your RPi Write programs to make things happen when buttons on your KPL are pressed It appears that the Sonos nodeserver in Polyglot will get you all of your requirements save the "favorites systems button", but that can be achieved in a limited way with the Jishi API bridge. Below is a screenshot of what functionality the Sonos nodeserver gets you (all the functionality provided by the buttons are available to ISY programs). Also, I've included the contents of a program that runs when a SwitchLink dimmer is switched "Fast Off", that utilizes both the nodeserver and Network Resources: DiningFastOffDinner - [ID 00AF][Parent 000A] If 'Devices / dirKitchen / sldDining' is switched Fast Off Then Set 'Scenes / scnDinner' On Wait 1 second Resource 'Sonos.Announce Dinner Music.Kitchen' Wait 3 seconds Set 'Devices / dirNodeServers / Sonos / Sonos Controller / Sonos Kitchen' Stop Wait 1 second Resource 'Sonos.Wes Montgomery Radio.Kitchen' Set 'Devices / dirNodeServers / Sonos / Sonos Controller / Sonos Kitchen' Volume 20% Set 'Devices / dirNodeServers / Sonos / Sonos Controller / Sonos Kitchen' Play Else - No Actions - (To add one, press 'Action') Also, I've included screenshots of the contents of the Network Resources that are called in the above program -- one simply announces, via Text To Speech, "Playing jazz guitar", while the other specifies and plays a specific Sonos favorite, "Wes Montgomery Radio", which is a Pandora station. The scene called in the first line of the "Then" stanza of the program adjusts a bunch of lighting in the house. I haven't shown what's required to map your programs to your KPL buttons, or how to make those buttons behave in the manner you're desiring -- I don't use a KPL for this purpose -- but there are other resources on this forum for that. Good Luck!
  13. If this is the case, then I'll be a big proponent of this, simply for the simplicity and security of having ONE device to backup and maintain. I think this would be a big improvement in the usability department for UDI.
  14. If you start reading this thread from this post onward, you'll see that UDI is developing a stand alone device on which to run nodeservers. It won't be an ARM processor and it won't run Linux, so it's not an RPi.
  15. This --------------------------------------------------------------------------^^^^^^^
  16. I'm not exactly sure what you're asking, but this program turns on my external lights 30 minutes prior to sunset, and shuts them off 5 minutes prior to sunrise the next day. ExternalLightingOn - [ID 0002][Parent 000A] If From Sunset - 30 minutes To Sunrise - 5 minutes (next day) Then Set 'Scenes / scnExternalLights' On Else Set 'Scenes / scnExternalLights' Off Turns house external lighting on 30 minutes prior to sunset every day. Lights go off at sunrise.
  17. Sorry, I have a different system alarm system, so you might have better luck asking the same question on the NodeLink forum.
  18. This will need a Raspberry PI and NodeLink, and you have to be running the 5.x.x series of firmware on your ISY.
  19. I believe so. It's like a cloud backup/restore of the Insteon hub.
  20. Who knows if UDI has the time/resources to manage something like this. IMHO there's probably not much point in creating videos until the 5.x.x firmware series reaches a production release (the 4.x.x series must be nearing EOL, so no point in spending time there), and the AC has been rewritten in HTML5. Otherwise, there might be a short shelf life for the videos. There are some very nice Polyglot setup videos available here.
  21. Bumbershoot replied to jlamb's topic in ISY994
    There is a requirement that you upgrade your ISY firmware to the the current BETA to use this module. It won't work on the 4.x.x series firmware.
  22. It is now, and it's located at: https://polyglot.isy.io/ It's limited to devices that have cloud based APIs: https://polyglot.isy.io/store Devices currently available are: Nest thermostats, Ecobee thermostats, Honeywell Total Connect thermostats, Ambient weather stations, WeatherFlow weather stations (there are also two WeatherFlow nodeservers that can be entirely local) and Solar Edge solar panels. It requires and active UDI Portal account, I believe. There are several other good candidates for inclusion to Polyglot cloud, notably CAO Wireless Tags, among others. For folks who don't want to maintain another CPU and have devices with cloud based APIs, this should be perfect.
  23. Terrific, that sounds like a significant feature. If this were a horse race, I'd bet that we're in for another lap around the Beta track. @Blackbird, there you go. It very much sounds to me that UDI considers 5.0.14 to be stable, though not entirely feature complete (if you're not investing in Z-Wave, however, it may well be). Also, I don't see any promises made here that the migration process will be made entirely automatic or painless (given the endless configurability of the environments that the ISY can control, is it even reasonable to expect that?) I certainly didn't find the migration to be onerous. YMMV.
  24. At this point, it seems the the 5.x.x series of firmware is essentially feature complete and stable, as it has been over a few iterations now (which in my mind is what a Beta should be). There are still migration issues that seem to need a bit of work (mostly to do with program conversion), as well as idiosyncrasies with devices that need working through. For me (and to be fair, I'm not terribly risk averse -- I always maintain a current backup of my ISY) the multiple benefits of nodeservers made the pain and frustration of migration worthwhile. They have changed the game for the ISY, and multi-channel Z-Wave devices haven't hurt any, either. If you decide you don't like pain/cost of the upgrade, restore your old firmware and backup. The only thing lost is some time/hair follicles. If you decide to upgrade, you may have some migration issues. You will, however, have a much expanded universe of devices (Polyglot, NodeLink, Z-Wave multi-channel and some Insteon) available to you, as well as some nice programming features. I'd be surprised if you see stability issues with the base platform, as not many are reported here.
  25. I don't think "Status" will do it. I think you need to use "Control" in the IF stanza of your program.

Account

Navigation

Search

Search

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.