-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binding Philips Hue Outdoor Sensor SML002 directly to Bulb via ZLL #1662
Comments
I think endpoint 1 instead of the 2 from the motion sensor is bound, I've added some extra logging in the latest dev branch. Can you check that out and enable debug logging ( |
Hi,
Looks like endpoint 1 is used. |
Can you check if this is fixed in the latest dev branch? (ep 2 should be used now). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Was this ever sorted out. I've just tried to do the same thing and had no success. My Hue outdoor motion sensor is "Huw outdoor motion sensor", and the light controller is "Stitchy Dim 2". Then this: $ mosquitto_pub -t "zigbee2mqtt/bridge/bind/Hue outdoor motion sensor/ep1" -m 'Stitchy Dim 2' -q 1 This gave this log: zigbee2mqtt:debug 2020-06-04 19:37:23: Received MQTT message on 'zigbee2mqtt/bridge/bind/Hue outdoor motion sensor/ep1' with data 'Stitchy Dim 2' That all looks good. But when I move in front of the motion sensor the light doesn't turn on. I can see ep2 of the motion sensor activate its occupancy attribute (I previously set the timeout to 20 seconds, and that seems to work). I suspect the problem is that no scene has been configured. Does anyone know how to do that? |
Anyone? Trying to do the same |
I'm quite certain the outdoor sensor does not support this. |
I would like to pair the hue motion outdoor sensor directly to a bulb an let it send ZLL genOnOff Commands directly without using the coordinator (and not using the Occupancy triggers).
SImilarily to how the ikea motion sensor works. See #102
I have been sniffing the traffic for when the motion sensor comes online (see screenshots below).
As far as I can see the motion sensor has two endpoints. One of the endpoints seems to have Output Clusters for the genOnOff command, which leads me into thinking that the hue outdoor motion might be operated that way.
I therefore have tried to bind a ZLL bulb directly to the sensor (via MQTT message: zigbee2mqtt/bridge/bind/hue-motion
PAYLOAD: innr-candle
I would expect the sensor to send genOnOff commands to the bulb now, but it still just sends out occupancy/illuminance reports (see screenshots).
Am I doing something wrong or is there some hidden toggle, that makes the hue outdoor motion change behaviour?
Her are the results from sniffing:
Active Endpoint Response tells me there are 2 Endpoints:
Simple Descriptor Response on Endpoint 0x01: ZLL, telling me it's a "reserved" device
Simple Descriptor Response on Endpoint 0x02: ZHA, telling me it's an occopancy sensor
Bind Request goes to Endpoint 0x01:
Bind Response tells me it was successful:
Still when I trigger a motion it just sends occupancy reports:
Any ideas?
The text was updated successfully, but these errors were encountered: