Everything posted by Xathros
-
ISYPortal... What can it do now?
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
-
Interface with Amazon Echo?
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
-
Amazon Echo and ISY
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
-
Interface with Amazon Echo?
This is a good reason for using Lamplincs in place of Range Extenders for a phase bridge (as @Teken regularly recommends)... Pseudo virtual devices.
-
Installing A KPL And FanLinc
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
-
Interface with Amazon Echo?
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
-
Installing A KPL And FanLinc
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
-
Interface with Amazon Echo?
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
-
Interface with Amazon Echo?
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
-
Installing A KPL And FanLinc
2 blacks and 2 whites at the wall switch? Or one black and one white? -Xathros
-
Installing A KPL And FanLinc
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
-
Interface with Amazon Echo?
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
-
Interface with Amazon Echo?
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
-
Interface with Amazon Echo?
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
-
Interface with Amazon Echo?
Well no, but, programs can call other programs so it is possible to at least chain things together. -Xathros ]
-
Amazon Echo and ISY
Thanks for the update. Fingers crossed! -Xathros
-
Garage door control with KPL and Mobilinc
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
-
Echo and Insteon ISY Devices?
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
-
Echo and Insteon ISY Devices?
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
-
Ramp Rates & Scenes
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
-
Programs in folder don't run at startup
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
-
Amazon Echo and ISY
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
-
Amazon Echo and ISY
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
-
Amazon Echo and ISY
Izzy is my #1 choice. -Xathros Sent from my iPhone using Tapatalk
-
Amazon Echo and ISY
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