Everything posted by drprm1
-
IoT door/window sensor
Go to the forum that Goose pointed to. There are installation videos made by einstein42 which guide you through it perfectly. I don't know about running it on an old android device, I had a problem installing polyglot on an old rpi so I got a new one which installed it with no problem............You should be able to use Google home to open and close just like other commands given to ISY. (I use Amazon echo) I use network resources, not IFTT, to text me when the door opens/closes. A bit more programming to let you know how long its been open but doable. Don't put off polyglot, its a winner. (remember you have to be on 5.0.x firmware first)
-
IoT door/window sensor
Never thought of using a MS to poll for door status. Could you explain a bit more your program and how you use it??? Thanks!
-
IoT door/window sensor
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...)
-
Finding alternate way to Monitor temperature of refrigerator
CAO tags
-
Admin Console Icons Legend
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)
-
Virtual Devices and Global Cache
You might consider starting a new thread on that. I don’t remember ever having that issue.
-
Virtual Devices and Global Cache
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
-
Virtual Devices and Global Cache
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.
-
Virtual Devices and Global Cache
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.
-
Using open/close with network commands
Use Alexa Routines. Make two routines. one "open and one "closed". Make each call for the same action...
-
Controlling on/off switch with keypad
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
-
Wireless relays?
Argumentative, not helpful, and childish
-
Alexa groups
Now lets go out there and win one for the gipper!!
-
Alexa groups
Some people here just like to argue.
- Alexa groups
- Echo Push Notifications
-
FanLinc 2475F Rev 1.9 Replace Hunter Fan Control?
Does this mean Funk agrees with rafarataneneces?
-
Programming question
Was just working on this..you saved me! Thank you
-
Programming question
Well that is something basic that I had forgot! I'm sure I can figure this out now.. Thanks
-
Programming question
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')
-
Programming question
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
- Push varibles
-
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!
- Program execution order question
-
Program execution order question
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......)