Zone variables

So, before I post a request, like last time… maybe I’ve missed this too…

I’ve made an adv flow for my lighting that has all of my zones, individually “when zone kitchen changes to active” then “turn on al lights in zone kitchen”

Is there some shorter way? Like a “start card” that says; “when a zone changes to active” and then a variable is available with the zone name?

That way you would be able to make far simpeler flows; like:
When a zone changed to active, turn on all lights in zone $var.

It would cover all the zones. With one statement, instead of having 10 individual “when” cards.

Take a look at the Zone Memory app,
or,
the Device Capabilities app, maybe when @Arie_J_Godschalk can implement zone activity listener one day?
Something like this, Arie:

Yeah, that would be possible yeah.

1 Like

Almost there, Arie. Now only if it is possible to add a tag field next to the zone dropdown, where the [last_zone] variable can be selected… then it works. :upside_down_face:

Thanks to the idea of Lammy: Keep lights on where motion was last detected? - #14 by Lammy

1 Like

Hey Peter, send me the TEF for the flow?
I’ll check what is in the zone.
Or tell me, what is in the zone? An ID, Name?

Hi Arie,

The Zone variable holds the plain Zone name
Screenshot from 2022-09-27 18-55-22

Here’s the flow:

[TEF:UNKNOWN:H4sIAAAAAAACA9VW3a7jNBB+FSs3B6T64CROYvcGrXZZCQkWCVZI0K2qsT1uI9K4NOn54XCegSuueUUegXGSnm61Z7W9gAukqo3rmfF833yT8UPyW2ixexu+x10DFpP5Q6J1qhFT5N4by6UShhsrDa8qb4SsUGOpol0LW7JP3m4Odcf+/uuPP5PHx1lyE7ek1VqX5GOgQi6xEhyyErgttMydqkTp0yEE+X8DXb/6mbJIZklP667f1+16iNUPNodr/wveX78M2y22ffc67F834fboHp+PWwn5tM31r82h63HP6/76Fd7UFl/CDkzd1H2N3dFv3GFnW/FMSOaLh6QmCxB5rgshuACluEyl46As8aC101YJ66SgnGOwF6/ZFO+7N6zbhNuONQSLvbB9fYNsQkds9fsDzhI70JyLLM2V5VWaA5dl5rgyXnMoq1KnRZmXKKLdDTSHyLMnoHN22Uk2NGFPPvfYRKpmyV0yF7Pkfvi+rV2/SebtoWlmyQbr9aY/riL/begxEgkiRWnBcWdiDbX2HHJA0kJulaxMVrks5kehKzEGLzL6DRRjE7Z4P4fdbv6x6s0Gim1oHVEf2tW0P2ng6f9kKMhD0oT18zVjnP2APfP7sGXsqolgrpgPe3YV2uD9FesDu/oJuytWtyxqnS0WY3ZbaGGN+zmFru3vlyh2uaQgtjk40ifrDmZoHfYZRf/iTfh8UI8rjVelKDiq3HHpSDPGWM+tN4hCFyQonEgr1Ehaek7aWVoTTTewr8E0uOqwX039MRIF9n2WjnbxuXa0fVEfzo6dfOrE2MeT7BYLOm8dM5pLQkHiLLl3JFZZQs4BnOFO5MYbpSQ4PZ+7oUgxzHI5cHKJ28TJs4xEmucXvZRGtqCB/XbloemOr5QJAa2o/ReXFWk5cWqPYrt/YnU8gDTaE/0n+l6Of7Bhm5ATdKuygmBm3GY25xJExhXkhiOgVFpVObjyDHr2H0MH7SrtY1Njpgl6KrhOXcnpfeMzyPPKOfg09G2YVDch/3ZYvw/8onPO+yD73/TBJVV9pg8KU6TGFzkvgFpAyiLlSjrF89LrvMJMUbgzMeTyckbsBto1uuerXroq1YKO0qrwXPqspEmGlguhFJRgJJanqv975EXQFx19LoRcfDhFPjXURzaiLE6iXcXuWWUrE0KD0D6rlLFIlkZo94R3GCInQOMyNvOH7TDMmJPpuDyJZpz2MY0nDyerQmTUE1b7lC4VqeEgU+CqsLlLS4HGwyng9TWjz0KIJXvx4yv2FuOk39eDMI8DaBjz491FCJ+qslLcVymRnXnDlfI5VyXRbF0lnSnfv1J83bG6Z7vQdTUVPI5Kgwymxw4bjG8z1sN6RoOP2AfHgp8xmq4t3vVkNGP9Bpnbh50Lty1rasovDt93SVTAu+RL9tUdbHcU0GC8vnzkalLKsfJSXno9eXxcPv4DWkdBBbwKAAA=]

@Peter_Kawa and @rxfc
Okay, take a look at the Test version:

image

There is the new card: Zone became Active/inactive/both.
You can use the Set Capability Cards and plcae the Zone ID tag in the tag field.

1 Like

Wow, that’s very neat!