Everything posted by G W
-
Having problems - all programs not running
I'm demonstrating a bug in Tapatalk so they can see it and hopefully fix it. Everytime Tapatalk quotes a message from you it changes your name to quote name=""a" post="220594" Sent from my Nexus 6P using Tapatalk
-
Having problems - all programs not running
Test Sent from my SM-G955U1 using Tapatalk
-
New Alexa-enabled devices
Now you sound like a Facebook user. Sent from my Nexus 6P using Tapatalk
-
How to use I/O Linc to turn on lights
Remove Set 'Garage - Mud Rm / Garage Lights Garage Door' On Add the switch to the Scene as a Controller. Change Set 'Garage - Mud Rm / Garage Lights Garage Door' Off To set the Scene off. In your program add to the ELSE a command to turn the Scene off in X minutes. That should solve your issues. <!--- I am an independent contractor. My statements are my own opinions and do not represent those that hire my services. --->
-
How to use I/O Linc to turn on lights
If you close the door before the 10 minute delay, the program stops THEN and the light will not turn off. The second issue is you have to turn on the Scene if you want the KPL to turn on. <!--- I am an independent contractor. My statements are my own opinions and do not represent those that hire my services. --->
-
are a series of statments within a "THEN" clause still "atomic"?
See my post directly above your post. <!--- I am an independent contractor. My statements are my own opinions and do not represent those that hire my services. --->
-
are a series of statments within a "THEN" clause still "atomic"?
Anyway, the answer to the question is, Yes, if the program dies not have an If event and it's called from another program. <!--- I am an independent contractor. My statements are my own opinions and do not represent those that hire my services. ---> I know the theory. Just NEVER heard anyone call it "atomic." <!--- I am an independent contractor. My statements are my own opinions and do not represent those that hire my services. --->
-
are a series of statments within a "THEN" clause still "atomic"?
I've been writing code for 45 years and never once heard that. <!--- I am an independent contractor. My statements are my own opinions and do not represent those that hire my services. --->
-
are a series of statments within a "THEN" clause still "atomic"?
Good grief. No wonder children can't write proper English. <!--- I am an independent contractor. My statements are my own opinions and do not represent those that hire my services. --->
-
are a series of statments within a "THEN" clause still "atomic"?
Atomic? Sent from my SM-G955U1 using Tapatalk
-
What are these customized "Options" for the synchrolinc?
That's the one I remember but never took the time to test. <!--- I am an independent contractor. My statements are my own opinions and do not represent those that hire my services. --->
-
What are these customized "Options" for the synchrolinc?
I saw a post on here months ago that gave a good explanation. Frankly, SmartHome's explanation is terrible. <!--- I am an independent contractor. My statements are my own opinions and do not represent those that hire my services. --->
-
Python control of MyQ Garage Doors
Except that the phone applicationons use a different API than the web portal. Sent from my Nexus 6P using Tapatalk
-
Python control of MyQ Garage Doors
Okay. I understand. An idea I hadn't thought of. Sent from my SM-G955U1 using Tapatalk
-
Python control of MyQ Garage Doors
Are you having your phone connect to your PC for its Wi-Fi? Sent from my Nexus 6P using Tapatalk
-
KPL LED doesn't reflect status of device
Yes. Put both in a Scene. Sent from my SM-G955U1 using Tapatalk
-
EE Times article by Michel Kohanim
Adobe has great tools. Sent from my Nexus 6P using Tapatalk
-
Flush mount.
https://www.amazon.com/dp/B072TLJQK1/ref=cm_sw_r_cp_awdb_bFkNzbB04YK7P Sent from my Nexus 6P using Tapatalk
-
Weather Station Compatibility
Order a WeatherFlow Smart Weather Station. Sent from my SM-G955U1 using Tapatalk
-
Amazon did it again and broke device names with latest update...
He's like me. I only have ONE skill on my device Sent from my Nexus 6P using Tapatalk
-
Program runs manually fine, does not complete when triggered
When the status of the trigger changes, the program is re-evaluated. Thus, it stops all action of the Then and will run the Else, even if it is empty. Sent from my SM-G955U1 using Tapatalk
-
Program runs manually fine, does not complete when triggered
Because the "Driveway-Opened" changes status before the Wait 4 Minutes expires. If you want that to work, put your Then in a second program and have them this program run the Then of the second program. Sent from my SM-G955U1 using Tapatalk
-
Web Power Switch 7
You do a GET request for /outlet?7=ON /outlet?7=OFF /outlet?7=CCL You have to put Authorization: Basic [token] in the header where [token] is the Base64 of the USERNAME:PASSWORD You can't do username:password in modern browsers as that feature was removed a log time ago. Also, the Power Switch 7 does not support the restapi.
-
Web Power Switch 7
Yes, but I have since moved it to a RTI XP. Sent from my Nexus 6P using Tapatalk
-
ISY Portal / Google Home failing to find devices
That's an issue brought up often. You aren't the first, unfortunately. Sent from my Nexus 6P using Tapatalk