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.

jfai

Members
  • Joined

  • Last visited

  1. jfai replied to JSchumann's topic in ELK
    I just tried to point out that there is a way to use existing detectors and connect them to the ELK. If your house is less than about 15 years old, it already has to have interconnected smoke and CO detectors in most states to get a sign-off by the fire marshal when it was constructed. If you are building a new home or are completely replacing extant detectors with 4-wire detectors with the ELK as primary and part of the occupation sign-off, that is a different situation. I'm not advocating for or against any particular way of connecting fire/CO detectors to the ELK. Peace.
  2. jfai replied to JSchumann's topic in ELK
    The purpose of the relay modules is to connect your existing detectors to the ELK. No need for additional 4-wire detectors. Any standard ELK input zone can be configured to function as CO or Fire alarm zone.
  3. Thanks for working on this. I have the Tahoma Switch and 24 Somfy Zigbee motors and will give this plug-in a try once I get back from traveling.
  4. jfai replied to JSchumann's topic in ELK
    If you already have interconnected smoke and CO detectors installed, you could use Relay Modules that tie into ELK zones. For Kidde: Kidde Smoke Relay Module SM120X Kidde CO Relay Module CO120X
  5. If you have the eisy on battery backup (UPS) anyway, you may want to check into NUT. NUT monitors the UPS and you can get the state of the utility power and UPS battery, e.g., "UPS on battery", "UPS low battery", "Utility power restored". Then use REST to set a state variable and trigger programs. No extra device needed. Works great.
  6. What is the reasoning to move the "Flags" node into the scene in addition to the main node? Try removing the Flags node from the scene.
  7. These kinds of discussions pop up every now and then. The ISY programming language is not a general-purpose procedural language. Rather, the collection of ISY programs implement a finite state machine, where the IF conditions trigger state transitions and the statements in programs describe the actions when a transition is triggered.
  8. The undefined order of execution of lines of the Then/Else clauses would cause a support nightmare. I have never noticed any ISY program behaving like this, nor did I notice any documentation stating that the execution order of lines of Then/Else is undefined.😯
  9. A statement like "the order of execution is not defined" in the documentation of systems is common in event queue implementations (and multi-threaded processing implementations). If the programmer writes a finite state machine (IoX programs basically form a finite state machine) where the same event causes two different outcomes, that state machine is in fact a pseudo-random generator. To make the outcome deterministic, something else (another condition) needs to control the outcome. This additional condition could be specific to the system implementation (and therefore obscure) or explicitly added to the finite state machine by the programmer. Personally, I prefer to have full control over the finite state machine, so that it works independent of any particular implementation.
  10. Dev version -> alpha release -> beta release (to select users) -> production release.
  11. For the range tests with the Bond Pro, I used the local API with Network Resources. I would have added the Bond local API to my Node JS server and replace the Somfy MyLinks, but we sold the house before I got the chance.
  12. No, I'm not using the node server.
  13. I'd recommend the Bond (Pro) bridge for RTS motors - hands down. Range was enough for ~60 ft in a single-story house from one end of the house to the other. It would most likely reach further. Note: I have no first-hand experience with the Z-Wave motors.
  14. Replace the non-GFCI breaker with a GFCI breaker. You also need to ensure that the floor covering temperature does not exceed the covering-specific maximum temperature, e.g. 82 F for anything but tiles/stone (104 F). This requires a floor sensor embedded in the heater substrate. There aren't many thermostats that have inputs for floor temperature probes.
  15. jfai replied to CopyRon's topic in IoX Support
    I've been using Ring cameras to detect motion and doorbell activation long before the Ring Node server was created on Polyglot Cloud. This method still works. 1. Add the “Ring” skill to Alexa and say “Alexa, discover devices”. This will list all Ring cameras and the video doorbells as Alexa devices. 2. Using the ISY Portal, expose an ISY state variable to Alexa as a light. An Alexa light device can be set to a specific percentage value, which sets the state variable to the percentage value. 3. Use Alexa routines to set the percentage value of the light device corresponding to actions on the cameras (motion at camera X, doorbell button press, ...). 4. Write ISY programs that use the state variable as trigger.

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.