Jump to content

randyth

Members
  • Posts

    294
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

randyth's Achievements

Advanced

Advanced (5/6)

101

Reputation

2

Community Answers

  1. Virtual Buttons aren't really switches or "toggles" -- they are push buttons. Technically, Alexa sees them as Doorbell Buttons which trigger Alexa Routines when pushed. Currently, Amazon does not let you trigger Alexa Routines with switches. If they ever do allow such things, we would be happy to offer Virtual Switches that trigger Alexa Routines based on their on/off state. Personally, I'm hoping they simply add a "Toggle Action" to Routines. This way, for example, you could toggle a light on/off with one Virtual Button. Unfortunately, this is not a feature we can add for them.
  2. To add detail to Javi's comment, here is an example of a program that turns on lights at 6am and then off at 8am: If From 6:00:00AM To 8:00:00AM (same day) Then Set 'Ambient Lights' On Else Set 'Ambient Lights' Off
  3. Initially, I had the same results as @TUhl01 and @glarsen. Then on a whim I logged out of PG3x and am now having the same issue as @Techman.
  4. Ditto. Caught this pest on my back deck recently:
  5. Assuming you moved from an ISY994, I suspect your portal account is still trying to talk to this old hardware. If that is the issue, you should log into the portal, select the Add ISY button to add your Polisy, and then add all the devices you want exposed to Alexa to it (Polisy->Select tool->Connectivity->Amazon Echo). Better/more complete instructions can be found here: https://wiki.universal-devices.com/index.php?title=ISY_Portal_Migrate_configurations_to_a_new_ISY
  6. Just a guess, but I think this update is only available (or useful) for people with the new eisy device.
  7. I suspect that program always sets the RainDelay variable to 0 because every time the Then statement decrements the value it re-triggers the program (it starts back at the If). I think you are going to have to change RainDelay to a regular (Integer) variable to prevent the If block from re-triggering.
  8. Ditto. I did the same -- definitely easier for me this way.
  9. The updated version of PG3 does not like to talk to ISY on any port other than 8080, so it fails to launch. You should probably open a ticket with UDI to get instructions on how to reset your ISY port settings. Or, if you are adventurous, you can try this... sudo rm /var/isy/FILES/CONF/0.UCF Be warned, however, that this will clear your ISY's credentials, time zone, and SMTP settings along with resetting the port.
  10. Is this on Polisy and, if yes, did you change the port number of ISY on Polisy to be something other than 8080?
  11. I have a Smoke Bridge and successfully use the Status is On method. Smoke Alarm - [ID 0058][Parent 004A] If 'Alarms and Locks / Smoke Bridge-Smoke' Status is On Then Send Notification to 'myself' content 'Alarm Alert' Else - No Actions - (To add one, press 'Action') As you can see, I do not force a query because the alarm appears to clear itself after awhile (likely when the smoke alarm stops). @CPrince, have you verified that your Send Notification action is working by right clicking on the program in the AC and choosing Run Then?
  12. Ah, good to know. It has been so long since I did this I couldn't remember the exact details. Glad you figured it out!
  13. There is a way to "fix" this in the Administration Console: Right click on the node created by the Virtual NS and select Delete. Go to the menu Node Server->Virtual->Add Node and add the node back in. You should now be able to use ISY Portal->Connectivity->Amazon Echo to add this node to Alexa. NOTE: Step #2 can be tricky because you have to know the node's address and primary node address. To find this information, open PG3 and go to Dashboard->Virtual->Details->Nodes. There might be an easier way to do this, but not one I am aware of.
  14. Those variables were set up as either Motion Sensors or Contact Sensors in the Portal. In any case, I'm sure Michel is correct that you just need to wait a while for the logjam to clear.
×
×
  • Create New...