Yup, I’m using the GE switch. I still wonder how the double-tap smartapp worked for me though.
For the record, this request isn’t anywhere near important for me. It was an idea that I had that I believe would be a minor convenience. I’m also curious of the capabilities of CoRE
It will not fire at or after midnight until the next sunset because midnight starts a new “Day”. So if you are wanting it for the duration of sundown then do in between sunset and sunrise.
Hi all,
I’m a self confessed noob, but have created a couple of pistons that work pretty great for my needs!
One area I’m struggling with are with Lightwave RF devices (light switches).
I can control them from within the smartthings app using @adamclark_dev’s integration found here:
However, in Core pistons, the switches are completely unresponsive.
Can anyone instruct me on how best to diagnose this please?
I did a search, but came up with nothing, so apologies if I missed the answer.
What was weird it kept failing - changed the siren to a lamp - worked fine - added the siren and lamp OK, deleted the lamp - OK. These GoContol sirens are cheap - slow to react and just act weird,
Found this for my other issue - seems to work.
This works.
Using Basic piston.
If
Virtual switch is on.
Then
Using xxxxx light.
Turn on
Wait 30 seconds.
Turn off.
Follow up with piston #this piston name# after 30 seconds.
Else.
Turn off.
I want to have my vaccubot (Maid Marian) to go into sleep mode if both my husband and I have been gone for 24 hours…but I only seem to find a minutes option with CoRe can anyone point me in the right direction? Thanks
couldn’t you just use a “wait” on the action and cancel on state change instead? So if your presence sensors remain away for 1 min, then Wait 24 hrs and turn off maid marian. On the action set to cancel on state change so if your presence sensors return within that 24hrs, the timer is reset.
@ady624 has continually added SUPPORT FOR various devices/capabilities, those you mentioned being two of the more recent ones (see Version history in the CoRE source code).
And since CoRE is close to the max code base limit, new additions are probably coming to a screeching halt (if it hasn’t already).
Here is mine and I am wondering in the BUT IF | THEN if I need a task for the switch is on. If so, since mine is a switch and not dimmable, what option would I have to accomplish this?
Is it possible to insert a new condition between two existing ones? I put a motion sensor in the garage and want to add it to my Garage Closing piston.
I think it would work just as well if you add it right after the existing (unless you have some complex grouping). We are not able to insert or rearrange conditions, yet.
Is it possible to use a variable to represent the names of devices on which an action is taken? For example below, when true, I want to turn on, then send a notification “Turning on {$outsideGarageLights} because {$currentEventDevice} turned {$currentEventValue}.” Is that possible?
Most succinct way to “tie together” two separate light switches so they act as a single switch in two locations ? My wife wants the hallway lights that are currently operated by a different switch to now toggle when a switch next to the kitchen is toggled, and vice-versa for the switch operating the hallway lights. I can create 4 rules (on/off for both switches toggling the other), but is there a way to tighten that up into a single rule ?