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.

Xathros

Members
  • Joined

  • Last visited

Everything posted by Xathros

  1. The portal does not offer anything currently for integration with Sonos. You would continue to use network resources for that. The Portal will allow integration with Amazon echo once the skill is approved and published by Amazon (hopefully within 10-ish days based on other threads) and may offer IFTTT integration somewhere further down the line. No other integrations have been announced that I am aware of. -Xathros
  2. Hi Chuck- The only solution I see would be to set your programs up using integer variables to toggle the activity with each "Scene On" call and not use Off at all. While not a perfect solution, I think it's better than what you are currently doing and would double the total number of possible activities available via the single lamplinc. To accomplish this, your programs would need to set the lamplinc back to Off after toggling so that the same scene can be called a second time and result in a change of status at the lamplinc. Example Code: If Status 'Lamplinc' is 50% And $i.FamTV is 0 Then Resource 'AVControl - FR DirecTV DVR On' Resource 'AVControl - FR Onkyo On' Resource 'AVControl - FR Samsung TV On' $i.FamTV = 1 Set 'Lamplinc' Off Else (nothing to see here) If Status 'Lamplinc' is 50% And $i.FamTV is 1 Then Resource 'AVControl - FR DirecTV DVR Off' Resource 'AVControl - FR Onkyo Off' Resource 'AVControl - FR Samsung TV Off' $i.FamTV = 0 Set 'Lamplinc' Off Else (nothing to see here) Thoughts? -Xathros
  3. Big517- Answers depend on your route. Currently, you can set up the WeMo or Hue emulators using info found in this thread. That method does require a middleman computer like a Pi or an always on Windoze box. This method does not require the portal. If you wait for the ISY Connected Home/Skill to be approved, then you will need the portal but there won't be a need for a middleman computer or any of the emulators and mapping tools in this thread and setup is expected to be very straight forward using the Spoken name field for scenes/devices and program names all taken straight from the ISY. For the going the Pi route, I believe there is only one REQUIRED piece (The emulator). The mapping tool while not REQUIRED, does make set up MUCH easier. The mapper is not running full time - just used for configuration via a Windoze box. The emulator runs full time on either Windoze or a Pi. Hope that helps. -Xathros
  4. This is a good reason for using Lamplincs in place of Range Extenders for a phase bridge (as @Teken regularly recommends)... Pseudo virtual devices.
  5. Not given the current unknown situation with the wiring. At a minimum, you would need 3 insulated conductors running from the switch box to the fan box (assuming the power was available in the fan box). -Xathros
  6. Just got distracted by the day job and spaced the fact that the scene name was the interface to the Alexa command... Glad I could be of assistance! -Xathros
  7. In this case there MUST be a third location(Second switch location or junction box) that both the wall box and ceiling box run to and gather power from. I still have a sneaky feeling that there are more wires in the ceiling box. Can you pull the fan bracket and look further up into that ceiling hole? -Xathros
  8. So between my initial concept and the 2nd rev using different On-Levels, I managed to completely miss the whole point of my point! Of course this will work! Feeling a bit like an idiot.... -Xathros
  9. Well, it doesn't really. My initial thought here was a device or button would represent one activity and allow for On/off = start/stop. Multiplexing many commands into it via brightness levels would require rather odd language with Alexa thus taking you right back to the unnatural usage you are trying to avoid in the first place. Worse yet, you would need to remember what brightness a particular task is assigned. At that point, the "Alexa, tell Izzy to run ..." implementation is better in my opinion. -Xathros
  10. 2 blacks and 2 whites at the wall switch? Or one black and one white? -Xathros
  11. What you describe above makes not sense to me. There needs to be more than 2 wires at either the ceiling box or the wall switch box. Maybe they are hiding above the fan hanger in the ceiling box. The KPL will not directly control any load. Cap it's red wire. Instead, Scenes and/or programs will be used to instruct the Fanlinc based on input from the KPL via Insteon links. Here is what I suspect you have and need: -Xathros
  12. Seems viable to me! Might require some testing to ensure multiple commands are not executed as the Lamplinc ramps up or down through several brightness levels on it's way to the level most recently requested. -Xathros
  13. No. Simply Name a button or device for simplicity with Alexa. Example: Scene "Family Room TV' with only 'FamilyRoomKPL-C' as a responder. Program: If Status 'FamilyRoomKPL-C' is On And Status 'FamilyRoomKPL-C' IsNot Off Then Resource 'AVControl - FR DirecTV DVR On' Resource 'AVControl - FR Onkyo On' Resource 'AVControl - FR Samsung TV On' Else Resource 'AVControl - FR DirecTV DVR Off' Resource 'AVControl - FR Onkyo Off' Resource 'AVControl - FR Samsung TV Off' Then when you say "Alexa, Turn On Family Room TV" she will turn on the scene called "Family Room TV", the program will see the status change on the KPL button and issue your resource calls. Same with "Turn Off Family Room TV" Make sense? In addition, for those who don't like to talk to electronics, you have a KPL button that performs the same function. -Xathros
  14. I can see a workaround involving a physical Insteon device like a LampLinc or even a KPL button. You could name a KPL Button Scene for "Family Room TV" and have a program that monitors the Status of that button. When the button turns on, the program runs then and issues your network resource commands to turn on the AV equipment. When the button turns Off, the program runs else to shut things down. Granted, this would be better with a virtual device but seems like a viable workaround in the meantime. -Xathros
  15. Well no, but, programs can call other programs so it is possible to at least chain things together. -Xathros ]
  16. Thanks for the update. Fingers crossed! -Xathros
  17. Excellent! I'm sure you will be happier with the switch as you have it now. Glad you got everything working. Thanks for posting back. -Xathros
  18. So then the issue with using Izzy would be the humans remembering to call the skill "Izzy" but the device "ISY"? I think I understand. -Xathros
  19. Know several Isabelle's that would take issue with this... Regardless of what we end up calling the ISY skill, the query and switch commands are still going to be odd. "Alexa, ask My Home , Whats my current My Home?" Just saying... -Xathros
  20. Xathros replied to chachdog's topic in ISY994
    Ramp rate programmed for a device in a scene is the same for both on and off rates unless it is adjusted between on and off calls. -Xathros
  21. The expand on what LeeG said above, The programs within the folder need to be triggered by either one of their If section triggers or forcibly called by another program to start them running. -Xathros
  22. I'm really trying to hold out for the Echo support via the UDI Portal and ISY skill, but it's getting harder and harder to resist rebuilding my current setup with the newer tools posted here. The Harmony integration might just have pushed me over the edge... -Xathros
  23. The fact that it is preceded by "Tell" should limit the words/names to match against to only the activated skills I would think. -Xathros
  24. Izzy is my #1 choice. -Xathros Sent from my iPhone using Tapatalk
  25. In addition: Barn, Deck, Porch, Patio, Driveway, Walkway, Stairs, Stairway, Steps, Attic, Basement, Barn, Utility Room, Shop, Office, Yard, Ceiling, Holiday, Christmas, Breezeway, Entry, Foyer, Boys Room, Girls Room, (1st, 2nd, 3rd, 4th... Floor/Level), Living Room, Dining Room, Pantry, TV, Theatre, Receiver, Stereo, Wall, Sconce(s), Fireplace, Den, Library, Study. -Xathros

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.