-
Posts
49 -
Joined
-
Last visited
Everything posted by G W
-
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
-
Test Sent from my SM-G955U1 using Tapatalk
-
Now you sound like a Facebook user. Sent from my Nexus 6P using Tapatalk
-
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. --->
-
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. --->
-
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. --->
-
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. --->
-
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. --->
-
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. --->
-
Atomic? Sent from my SM-G955U1 using Tapatalk
-
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. --->
-
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. --->
-
Except that the phone applicationons use a different API than the web portal. Sent from my Nexus 6P using Tapatalk
-
Okay. I understand. An idea I hadn't thought of. Sent from my SM-G955U1 using Tapatalk
-
Are you having your phone connect to your PC for its Wi-Fi? Sent from my Nexus 6P using Tapatalk
-
Yes. Put both in a Scene. Sent from my SM-G955U1 using Tapatalk
-
EE Times article by Michel Kohanim
G W replied to Michel Kohanim's topic in Official News and Announcements
Adobe has great tools. Sent from my Nexus 6P using Tapatalk -
https://www.amazon.com/dp/B072TLJQK1/ref=cm_sw_r_cp_awdb_bFkNzbB04YK7P Sent from my Nexus 6P using Tapatalk
-
And I built the entire Backend of Scott's new website in two hours. Thank Adobe for buying ColdFusion and making it a great product. RAD doesn't even to begin to describe how fast development is with ColdFusion. Sent from my Nexus 6P using Tapatalk
-
Order a WeatherFlow Smart Weather Station. Sent from my SM-G955U1 using Tapatalk
-
The same thing I did yesterday. Wrote code. Sent from my SM-G955U1 using Tapatalk
-
Amazon did it again and broke device names with latest update...
G W replied to ahwman's topic in Amazon Echo
He's like me. I only have ONE skill on my device Sent from my Nexus 6P using Tapatalk -
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
-
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
-
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.