Hi @pjmbarlick,
Currently you can only pick one entity for the lights, but you can put a number of lights into a group and then select the group entity.
That’s how I am using to for my garage, that has three separate lights in it e.g.
- platform: group
name: Garage Light Group
entities:
- light.garage_ceiling_front
- light.garage_ceiling_rear
- light.garage_ceiling_middle
and then use light.garage_light_group for the light entity in the Blueprint.
I bought Ikea motion sensors and then realized about the 120s or more of refresh time. It is really annoying
So with this blueprint and a philips motion sensor I can use it properly like with no delays. So when I leave the motion sensor I receive that event instantly (or within few seconds) to turn off the light or whatever I want?
Is the luminance sensor required for this to work or I can ignore it?
@Rachdingue Yes. When used with the Philips motion sensor the occupancy will be detected immediately and you can program the occupied to unoccupied delay to be just a few seconds.
The blueprint requires a luminance sensor as it stands, but you can remove the sensor from the input: section and any references to it from the action: section if you do not want to use it.
I just imported this, deleted the automation I had linked to the motion detector, created the automation from the blue print… and it doesn’t work for me. I am not sure what is what…
Hi @keithterrill,
Are you able to be a bit more specific about “doesn’t work for me”?
What doesn’t work? Have you used the automations trace view to see what is happening?
Can you post the entry that was created in your automations.yaml file (the one that uses this blueprint) or click the “Download trace” button and share the trace.
Maybe I can give some hints on what might not be working if I can see that.
I have many many years of computer hardware and software experience. However, I am a noob when it comes to Home Assistant having just picked it up around Thanksgiving time.
I set this up, I thought, to turn on the sink light when I entered the room. It doesn’t come on, except it did this morning when I went through the room… just the one time.
I am not even sure what I am looking at, nor if this is of any help to you.
@keithterrill It looks like the Blueprint Config is set up correctly, so we need to understand if the automation is ever being triggered and if it is, what is occurring.
Have you used the “Debug Automation” function before (the middle icon of the three icons shown to the right of the automation listed in the Automations View)?
Hi, i have been using your Blueprint successfully for the past 3 weeks and it worked so far, flawlessly! Thanks for that!
Now i want to manually enable/disable the sensor. I want to enable/disable the sensor with a Hue Dimmer v2 (using this blueprint ZHA - Philips Hue v2 Smart Dimmer Switch and Remote - RWL022). I can already manually turn on&off the lights, but this automation keeps turning the lights off after the timeout i set (as it should to this point, so no problem thus far).
Now I created two helpers (Type - Toggle), one for enabling and one for disabling the sensor and added it to this automation like in your screenshot.
My problem is how to trigger this boolean correctly? In the dimmer blueprint i selected “Action Type - Condition → Condition Type - State → Entity - input_boolean.disable_sensor → State - on”. After saving the automation and pressing the power button two times (thats how i configured it for now) nothing changes, the occupancy sensor is still detecting occupancy.
Any help would be greatly appreciated and I hope my problem was appropiately described.
Hi, thanks for this blueprint. i was also stuck when trying to use the standard Hue motion one as it seems to be linked to the wrong entity in the SML001.
The issue i am having, that i don’t see anyone else reporting, is that the light only stays on for the time that occupancy is detected by the sensor. the 180s delay is ignored. i have changed other delay time periods but it always seems to go off after about 5-10s unless there is continuous movement.
I actually came back here because I have noticed the exact same issue, tried playing around with the settings and config a bit. But unfortunately I can’t get it to work myself.
i got this working fine in the end. My issues was that i had this automation and Adaptive Lighting fighting over the same lights. once i removed the adaptive lighting settings for this light it started working fine
are people still using this blueprint? does it work reliably like it would using a hue bridge? I just added a Phillips hue motion sensor using a conbee 2 with zha and it kind of seemed overly sensitive to triggering with occupancy I guess with this blueprint it can be fine tuned and work well? or has anyone switched over to zigbee2mqtt which i heard the hue sensor works well out of the box?
Hi there.
I recently added all my devices to ZHA instead of Philips bridge. And now trying the blueprint for the sensor. I am seeing the same issue as you where the light is only on while the occupancy is detected and turns off quickly after, the timeout 180 is not used. Did you ever find a fix for this.? Looks like there is not a lot of blueprints for the sensor or at least I can’t find them
Now see you mention adaptive lighting was the cause. Here I just have a group of lights, mixed ikea / hue that turns on by the sensor and turn off again 10 seconds after instead of waiting the 180.
yeah this is all working well for me still. Yes in my case i believe it was adaptive lighting that was conflicting with the timeout period. But for you and in general there must be something else that is also trying to control your bulbs and conflicting with the timeout settings
I haven’t used this Blueprint in a long while (I ended up going back to the Hue Bridge as ZHA is still not stable enough for my liking). Are you sure you have input the motion sensor Zigbee network id correctly? The default timeout 10s if I remember correctly, so if the 180s is not working it sounds like the unoccupied settings have not been programmed in the sensor.
I’ve solved it now on my end. This is the solution I ended up with, having the lights turned on for 60 seconds.
I hope this helps other users who are struggling with the Z2M setup as it seems the cluster function in this blueprint is the issue (just guessing here).