Koenkk / zigbee2mqtt

Zigbee šŸ to MQTT bridge šŸŒ‰, get rid of your proprietary Zigbee bridges šŸ”Ø
https://www.zigbee2mqtt.io
GNU General Public License v3.0
11.67k stars 1.64k forks source link

Certain Hue lightbulbs seem to refuse connecting #11571

Closed CaliLuke closed 2 years ago

CaliLuke commented 2 years ago

What happened?

I have a network of devices, mostly Hues with a few Sengled sensors thrown in the mix.

2022-02-22_11-15-01

I have a 1100 lumen Hue bulb that is being identified by the touchlink feature no problem with address "0x001788010b94c27b", I can reset it no problem either with my CC2531 or using a Hue Dimmer.

2022-02-22_11-05-10

Once the reset is done though, nothing happens. Looking at the logs, it seems like the bulb is not requesting to join the network, I have the log set to "debug".

is there a way to force the lightbulb to join the network?

What did you expect to happen?

0x001788010b94c27b should have joined my network

How to reproduce it (minimal and precise)

See above in the explanation, happy to add more if requested.

Zigbee2MQTT version

1.23.0

Adapter firmware version

20201127

Adapter

CC2531

Debug log

Info MQTT publish: topic 'zigbee2mqtt/bridge/response/touchlink/factory_reset', payload '{"data":{"channel":11,"ieee_address":"0x001788010b94c27b"},"status":"ok","transaction":"t2eyk-3"}' Debug Received Zigbee message from 'Driveway Sensor', type 'attributeReport', cluster 'msTemperatureMeasurement', data '{"measuredValue":2986}' from endpoint 2 with groupID 0 Info MQTT publish: topic 'zigbee2mqtt/Driveway Sensor', payload '{"battery":100,"device":{"applicationVersion":2,"dateCode":"20190219","friendlyName":"Driveway Sensor","hardwareVersion":1,"ieeeAddr":"0x0017880106467df5","manufacturerID":4107,"manufacturerName":"Philips","model":"9290019758","networkAddress":3515,"powerSource":"Battery","softwareBuildID":"6.1.1.27575","stackVersion":1,"type":"EndDevice","zclVersion":1},"illuminance":46500,"illuminance_lux":44658,"led_indication":true,"linkquality":26,"motion_sensitivity":"medium","occupancy":false,"occupancy_timeout":10,"temperature":29.86,"update":{"state":"idle"},"update_available":false}' Debug Received MQTT message on 'zigbee2mqtt/bridge/request/permit_join' with data '{"device":null,"time":254,"transaction":"t2eyk-4","value":true}' Info Zigbee: allowing new devices to join. Info MQTT publish: topic 'zigbee2mqtt/bridge/response/permit_join', payload '{"data":{"time":254,"value":true},"status":"ok","transaction":"t2eyk-4"}'

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days