
tmorse305
Members-
Posts
800 -
Joined
-
Last visited
Everything posted by tmorse305
-
Thanks @markv58, my node display is now correct. Sorry, I missed your comment about temperaturec only in v1.0.10. The potential bug you just described may be happening to me. I think I have it configured correctly but the Time Since Last update just continues to increase with no updates. Just so I'm clear about the changes you have made, the number used to configure the node in the Polyglot configuration (46 in my case) no longer associates it with variable 46? To do that I have to make the connection as I did below. Safe Travels. @Teken, what did you mean by this: "The key thing is to press on the side button so that selection is saved"
-
I upgraded to v1.0.9 but encountered the same problem I had with an earlier rev. The display on the ISY side still looks like the earlier revision. Here's what I tried: Update to v1.0.9 Restarted nodeserver confirmed it is running v1.0.9 Brought up the AC, did a Profile Update, closed AC Restarted the AC, still shows the earlier version of the temp node, closed AC Restarted Polyglot(RPI) Brought up the AC, did a Profile Update, closed AC Restarted the AC, still shows the earlier version of the temp node Rebooted ISY Brought up the AC, did a Profile Update, closed AC Restarted the AC, still shows the earlier version of the temp node What else can I try? Thanks for your help. (same result with v1.0.10)
-
Best way to configure a Garage Door with Alexa (IOLink)
tmorse305 replied to memphis2k's topic in Amazon Echo
You're welcome and thanks to @bmercier for continuing to enhance the Alexa interface. -
Best way to configure a Garage Door with Alexa (IOLink)
tmorse305 replied to memphis2k's topic in Amazon Echo
Here's what the programming would look like if you use a variable with "Device with Open/Close syntax. In my case I choose Open=2 and Close=1 for the variable($sLeft_Control) assignment. This eliminates the need for the helper program and also eliminates the Routines on the Alexa side. I use a resource for the door control not an I/OLink but the idea is the same. -
Best way to configure a Garage Door with Alexa (IOLink)
tmorse305 replied to memphis2k's topic in Amazon Echo
From https://wiki.universal-devices.com/index.php?title=ISY_Portal_Amazon_Echo_Integration_V3#Programs Programs Turn On: “Alexa, turn on the kitchen light” - runs Then Turn Off: “Alexa, turn off the kitchen light” - runs Else You can't run the IF directly from Alexa. Instead of having your Alexa routine run programs you could have it set a variable instead. Then on the ISY side your IF could include the variable as a condition. Or you can eliminate the Alexa routine all together and expose the variable as "Device with Open/Close syntax in the Portal. Then when you say "Alexa, open the <variable name> the variable will be set to the on value and vice versa. -
Sorry markv58, I didn't see your post when I replied to Teken. The update to v1.0.8 solved the problem. Thank you and Teken for your help.
-
Set precision to 1 on the temp state variable, rebooted RPI, Updated Profile again, restarted AC, but no luck. Interesting that when the Polyglot restarted all of the nodeservers came up running except VIrtual. I had to restart it manually. Not sure if that offers anyone a clue.
-
Thanks Teken, I had already tried everything in your first paragraph before reaching out for help. I rebooted Polyglot first, then ISY. Tried another Profile Update and AC restart but still no joy.
-
Is there something else I need to do to see the additional fields? I'm running 1.0.7, I updated the profile and restarted the AC, ran the 'then' part of the program twice but I still see this. Thanks for all the work you have done on this nodeserver!
-
If you have an Alexa within earshot you could have it say "Shed door opened" when the breach occurs.
-
Is the door sensor Insteon as well? Is the door sensor available in your ISY or is the email being sent to you some other way? If you have outside spot lights that hit the shed, then you could set those off when the door is opened. Tell us a little more about your setup.
-
I use this program to keep track of the battery level in the MS. I can't take credit for it, I found it in a thread here years ago. It uses the light/dark sensor to confirm that the motion sensor is still alive. If the light/dark sensor doesn't toggle in less than 26 hours I get a message to check the battery. DW Motion Battery Check Copy - [ID 0076][Parent 0001] If 'Outside / Driveway-Sensor / Driveway-Dusk.Dawn' is switched On And 'Outside / Driveway-Sensor / Driveway-Low Bat' Status is Off Then Wait 26 hours Send Notification to 'Text-Tim' content 'Battery Check' Set 'Outside / Driveway-Sensor' Write Changes Run Program 'DW Motion Battery Check Copy' (If) Else Wait 5 minutes Send Notification to 'Text-Tim' content 'Battery Check' Set 'Outside / Driveway-Sensor' Write Changes
-
I'm glad you figured it out, I was getting ready to suggest a support ticket, you seemed to be doing everything correctly.
-
Alexa is treating it as a light, that's why it displays the on/off controls. A light will never show up it the trigger list. Could you try deleting it from Alexa and then rediscovering it? Don't touch anything in the portal, it seems ok from there but it is not coming through correctly. In your last picture the type is "other", that's not correct, the description doesn't make sense either. Compare to mine. Is the state variable 'Motion' the first one you defined? That's what the (1) would suggest. Just checking.
-
You're right it should show up under the 'Smart Home' listing. The reason it's not showing up for you is that Alexa thinks it's a light. Try deleting 'cottage motion' from Alexa and rediscovering it. It should show up as a motion sensor not a light.
-
Based on screen #2, you have defined the Alexa Category as a light not a motion sensor. That's why it's not showing up in the routine choices. Go back to the portal and double check the Alexa Category. It should say Motion sensor, see screen shot. The only ISY devices that show up in Alexa as those defined in the portal, if they're in Alexa you must have create the link in the portal. For the August lock to show up you must have enabled the August skill for Alexa, or through the portal.
-
Open the portal go to Select Tool > Connectivity > Amazon Echo Click on "Variable" at the top of the window Use the pull down to find your state variable 'motion' (It has to be a state variable) Choose Alexa Category "Motion Sensor" Set the variable value that you decide means motion Give it a spoken name Save Discover devices on Alexa Your variable should now be a device with the name you gave it. Create a routine with your variable as the trigger, create a spoken action (BTW the action could also include your Amazon plug!) On the ISY side the variable value that equals motion should always be present for 30 seconds or more so Alexa doesn't miss it. Then reset it back to a "no motion" value. If you use other values for the variable just remember that every time the value changes you restart the Alexa 30 second debounce even if it didn't trigger the motion. For example say 0 is no motion and 1 is motion detected. If you change the variable value to 2 Alexa considers that the same as 0 and restarts the debounce interval.
-
Create a variable on ISY and expose it as either a contact sensor or a motion sensor depending on what you want to do with it on the Alexa end. Expose the variable to Alexa on the portal. Then create an Alexa routine that uses the exposed variable as a trigger and then create what ever action you desire. I have several of these in use. Just remember the 30 second debounce interval. Changes will only trigger the action if they are > 30 second apart. Examples of how I'm using this: I have a WIreless Tag on my birdfeeder. When a squirrel gets past the barrier (not too often) Alexa says "motion at birdfeeder". I have an Insteon Motion sensor outside on my driveway, when triggered Alexa says "Driveway motion".
-
I don't have an Amazon plug so I can't try this but I think this would work. Create a variable in ISY and expose it as a contact to Alexa via the portal. Then write 2 routines on your Alexa that triggers the plug either on or off when the ISY variable changes. Not ideal though because there is a 30 second debounce on the contact input so you can only cycle the light on 30 second intervals or longer.
-
DId you try to reboot Echo?
-
Thanks Benoit, Since it works fine with as a contact sensor, it seems you can leave the other as is. Regards, Tim
-
Hi Benoit, The door sense(open/close) is now correct in Alexa. I also created a routine using the door as the trigger condition and that also works. I configured the door in the Portal as a contact sensor. I also tried it using the new category 'Device with Open/Close syntax'. When Alexa discovered it this way it comes through as a device that displays as 'Power is On/Off'. That was a surprise, is that correct? Thanks for fixing this, it works correctly when configured as a contact sensor. Tim
-
Adding August Smartlock Pro Z-Wave
tmorse305 replied to saphotoexpress's topic in Z-Wave - Series 300/500
@saphotoexpress, thanks for making the upgrade to 5.x. Sorry to see the contact sensor is still an issue. I'm sure UD will fix it an upcoming revision. -
Adding August Smartlock Pro Z-Wave
tmorse305 replied to saphotoexpress's topic in Z-Wave - Series 300/500
I'm not running 5.0.16C yet but I would say the the problem has not been corrected yet. If you're up for trying something else I would reset all and start over this time add the repeaters first, make sure they install correctly and appear correctly in the console. Then add one lock. Once added, operate the lock a few times, open and close the door a few times before adding the second lock. What I found was when the lock was initially installed only one node appeared in the console. Then after I operated the lock the second node appeared. That said even if the 2nd node appears it looks like there might still be an issue with the lock configuration in 5.0.16C. -
Adding August Smartlock Pro Z-Wave
tmorse305 replied to saphotoexpress's topic in Z-Wave - Series 300/500
That might be the difference. I’m running 5.x software. If you open the door and then lock it does it show as locked? The 4.x software might not support the contact. This last time I tried the 5.x software it showed the 2 nodes but the contact node did not work correctly. Sent from my iPhone using Tapatalk