It worked the first time I tested it out no problem. Every time after that it will not turn on. The state on my dashboard says it is on but the bulb itself is not on. If I trigger the bulb off, the bulb will turn on for 1 second and then turn off. If I trigger the bulb on from my dashboard, the bulb will turn on. This is happening for all my zigbee bulbs in all my automations and scenes. I am using the sylvania plus bulbs and a nortek zwave/zigbee usb hub.
I’m having the same issue with my Sylvania Smart+ bulb. The RSSI says -97 so that may be the issue, going to try getting a smart outlet to use as a repeater and see if that helps any.
Update:
RSSI down to -75ish and working much more smoothly
Are you sure this is how your device works? From personal experience, all motion sensors I have encountered have a state ‘off’ (no motion) and a state ‘on’ (motion). You can go to developer tools and search for that entity in the states section to check what state it shows. My code always looks like this, works like a charm.
trigger:
- entity_id: binary_sensor.office_motion_sensor
from: 'off'
platform: state
to: 'on'
EDIT:
Also time, for the condition, need to be like this
In this case I do not think it is the condition. I have another automation that turns on lights at 7:30 PM. All the lights turn on except my zigbee bulbs.
I am somewhat of a newbie and I had this exact same problem (bulb issue; I was not using motion detection) with identical hardware. I was able to resolve it by updating the bulbs’ firmware to v 102428 using instructions provided here. I manually downloaded the Sylvania (aka Ledvance) firmware from the Ledvance site. Hope this helps someone.