Jump to content

drprm1

Members
  • Posts

    455
  • Joined

  • Last visited

Everything posted by drprm1

  1. I use the MyQ Nodeserver through Polyglot. Works great! More reliable than any method i've used before. (insteon iolinc, insteon door sensor, zwave tilt sensor...)
  2. Saw a new one after upgrade to 5. A few programs were yellow which meant that the program will not run until something in the body was changed. (Like there were things there which Isy didn’t recognize)
  3. You might consider starting a new thread on that. I don’t remember ever having that issue.
  4. My vol up and down keypads work great in the basement. I linked it to Alexa in the portal -> it works! “Alexa, turn up the volume on Basement Speakers” runs my program right away. However, Alexa thinks for a long time and comes back with a “Sorry Basement Speakers is not responding.” Don’t quite understand
  5. Figure it out how to do it with only Global Cache first. Maybe just a simple on/off first. Barry relies on many, many Rpi’s in his system and I’m not sure how another piece in the puzzle would benefit anything.
  6. I set up my Global Cache to control my tv using info in this thread https://forum.universal-devices.com/topic/4810-the-global-cache-wf2ir-works/?p=37381 I then set up a program to trigger the network resource, and used the portal to link to Alexa. It works fast and you don’t have to preface a skill in your command.
  7. Use Alexa Routines. Make two routines. one "open and one "closed". Make each call for the same action...
  8. Use a program If button pushed Then turn on light Read about programming in the Wiki and I'm sure you"ll be doing much more... http://wiki.universal-devices.com/index.php?title=ISY-99i/ISY-26_INSTEON:Add_to_Program
  9. Argumentative, not helpful, and childish
  10. drprm1

    Alexa groups

    Now lets go out there and win one for the gipper!!
  11. drprm1

    Alexa groups

    Some people here just like to argue.
  12. drprm1

    Alexa groups

    Just let it go
  13. Helpful post
  14. Does this mean Funk agrees with rafarataneneces?
  15. Was just working on this..you saved me! Thank you
  16. Well that is something basic that I had forgot! I'm sure I can figure this out now.. Thanks
  17. Yes, the temperatures (as you know) come in as three digits and, in my case, are kept as state variables then turned into integer variables using a program like this If $sTemp_Backyard_ is $sTemp_Backyard_ Then $iTemp_Backyard = $sTemp_Backyard_ $iTemp_Backyard /= 10 Run Program 'Temp Backyard High Daily' (If) Run Program 'Temp Backyard Low Daily' (If) Run Program 'Temp Backyard High Weekly' (If) Run Program 'Temp Backyard Low Weekly' (If) Run Program 'Temp Backyard High Monthly' (If) Run Program 'Temp Backyard Low Monthly' (If) Else - No Actions - (To add one, press 'Action')
  18. I have a few 1-wire sensors run through an Autelis interface to export temperatures into ISY. So far i have only been using programs to push the data (temperatures) to me at certain times of the day, which it does perfectly. I would like for it to send me a notification when, for example, the temperature hits 100. I would think this simple program would do it but it wont... If $iTemp_Backyard >= 100 Then Wait 3 seconds Resource 'Current Temp' Else - No Actions - (To add one, press 'Action') I put >= 100 because Autelis is set to check temp every x minutes and I dont want it to maybe skip over the 100.. Thanks for the help
  19. drprm1

    Push varibles

    Sorry, I just figured it out
  20. drprm1

    Push varibles

    Been using email notifications for some time. Recently started using push notifications using Prowl. Was wondering if there is a way to push the state of a variable? Thx!
  21. Thank you!
  22. Suggestion on how to accomplish this issue would be most appreciated! ( Just got my Global Cache itach flex to work this past weekend and my brain is fried from dialing it in......)
  23. Trying to run the then statement at 9:15 am and 5:15 pm only if temp is above 34 and if there is less than .03" of rain for that day. Wanting to run (have relay on ) for 10 min at these times then turn off. Put the notification in only to see if complete.
  24. Is it something to do with maybe the climate data being re-evaluated during the wait period? I see where the last run/finish times are updated more frequently that my desired run times... If I run the then statement it sets the relay on for about a minute then sets it off and never completes the then statement..
×
×
  • Create New...