
drprm1
Members-
Posts
455 -
Joined
-
Last visited
Everything posted by drprm1
-
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...)
-
CAO tags
- 5 replies
-
- sensor
- refrigerator
-
(and 3 more)
Tagged with:
-
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)
-
You might consider starting a new thread on that. I don’t remember ever having that issue.
- 11 replies
-
- alexa
- global cache
-
(and 2 more)
Tagged with:
-
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
- 11 replies
-
- alexa
- global cache
-
(and 2 more)
Tagged with:
-
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.
- 11 replies
-
- alexa
- global cache
-
(and 2 more)
Tagged with:
-
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.
- 11 replies
-
- 1
-
-
- alexa
- global cache
-
(and 2 more)
Tagged with:
-
Use Alexa Routines. Make two routines. one "open and one "closed". Make each call for the same action...
-
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
-
Argumentative, not helpful, and childish
-
Now lets go out there and win one for the gipper!!
-
Some people here just like to argue.
-
FanLinc 2475F Rev 1.9 Replace Hunter Fan Control?
drprm1 replied to Jimbo.Automates's topic in ISY994
Does this mean Funk agrees with rafarataneneces? -
Was just working on this..you saved me! Thank you
-
Well that is something basic that I had forgot! I'm sure I can figure this out now.. Thanks
-
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')
-
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
-
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!
-
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......)
-
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.
-
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..