Skip to content

Multiple Message without device! on attempted re-pair of device #772

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

Closed
kquinsland opened this issue Dec 29, 2018 · 4 comments
Closed

Multiple Message without device! on attempted re-pair of device #772

kquinsland opened this issue Dec 29, 2018 · 4 comments
Labels
stale Stale issues

Comments

@kquinsland
Copy link

kquinsland commented Dec 29, 2018

I've been trying to diagnose a few issues with devices coming and going from the network. When attempting to re-pair a device, i see many messages like this in the logs when a given device is in pairing mode:

zigbee2mqtt:warn 2018-12-29 02:37:06 Message without device!
  zigbee2mqtt:debug 2018-12-29 02:37:12 Received zigbee message of type 'devInterview' with data '"0x000d6f0DEADBEEF8"'
  zigbee2mqtt:warn 2018-12-29 02:37:12 Message without device!
  zigbee2mqtt:debug 2018-12-29 02:37:18 Received zigbee message of type 'devInterview' with data '"0x000d6f0DEADBEEF8"'

I am using the firmware discussed in #533.

Is this benign or is there something else that i should be looking into?

@danpowell88
Copy link

I get this plenty of times however it doesnt seem to effect the device joining

@sehraf
Copy link

sehraf commented Dec 29, 2018

Yep same here. I get many of those during joining but in the end the new device is joined and working.

zigbee2mqtt:info 26.12.2018, 10:31:11 Zigbee: allowing new devices to join.
zigbee2mqtt:info 26.12.2018, 10:31:11 MQTT publish: topic 'zigbee2mqtt/bridge/config', payload '{"log_level":"info","permit_join":true}'
zigbee2mqtt:info 26.12.2018, 10:31:33 Connecting with device...
zigbee2mqtt:info 26.12.2018, 10:31:33 MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"connecting with device"}'
zigbee2mqtt:warn 26.12.2018, 10:31:33 Message without device!
zigbee2mqtt:info 26.12.2018, 10:31:33 Connecting with device...
zigbee2mqtt:info 26.12.2018, 10:31:33 MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"connecting with device"}'
zigbee2mqtt:warn 26.12.2018, 10:31:33 Message without device!
zigbee2mqtt:info 26.12.2018, 10:31:34 Connecting with device...
zigbee2mqtt:info 26.12.2018, 10:31:34 MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"connecting with device"}'
zigbee2mqtt:warn 26.12.2018, 10:31:34 Message without device!
zigbee2mqtt:info 26.12.2018, 10:31:34 Connecting with device...
zigbee2mqtt:info 26.12.2018, 10:31:35 MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"connecting with device"}'
zigbee2mqtt:warn 26.12.2018, 10:31:35 Message without device!
zigbee2mqtt:info 26.12.2018, 10:31:35 Connecting with device...
zigbee2mqtt:info 26.12.2018, 10:31:35 MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"connecting with device"}'
zigbee2mqtt:warn 26.12.2018, 10:31:35 Message without device!
zigbee2mqtt:info 26.12.2018, 10:31:35 Connecting with device...
zigbee2mqtt:info 26.12.2018, 10:31:35 MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"connecting with device"}'
zigbee2mqtt:warn 26.12.2018, 10:31:35 Message without device!
zigbee2mqtt:info 26.12.2018, 10:31:36 Connecting with device...
zigbee2mqtt:info 26.12.2018, 10:31:36 MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"connecting with device"}'
zigbee2mqtt:warn 26.12.2018, 10:31:36 Message without device!
zigbee2mqtt:info 26.12.2018, 10:31:36 Connecting with device...
zigbee2mqtt:info 26.12.2018, 10:31:36 MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"connecting with device"}'
zigbee2mqtt:warn 26.12.2018, 10:31:36 Message without device!
zigbee2mqtt:info 26.12.2018, 10:31:36 Connecting with device...
zigbee2mqtt:info 26.12.2018, 10:31:36 MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"connecting with device"}'
zigbee2mqtt:warn 26.12.2018, 10:31:36 Message without device!
zigbee2mqtt:info 26.12.2018, 10:31:36 Device incoming...
zigbee2mqtt:info 26.12.2018, 10:31:36 MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"device incoming"}'
zigbee2mqtt:info 26.12.2018, 10:31:36 New device with address 0x84182600000f0f9d connected!
zigbee2mqtt:info 26.12.2018, 10:31:36 MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"device_connected","message":"0x84182600000f0f9d"}'
zigbee2mqtt:info 26.12.2018, 10:31:36 MQTT publish: topic 'homeassistant/switch/0x84182600000f0f9d/switch/config', payload '{"payload_off":"OFF","payload_on":"ON","value_template":"{{ value_json.state }}","command_topic":"zigbee2mqtt/0x8418260>
zigbee2mqtt:info 26.12.2018, 10:31:37 Succesfully configured 0x84182600000f0f9d 0x84182600000f0f9d

@Koenkk
Copy link
Owner

Koenkk commented Dec 29, 2018

This is normal during joining, perhaps the logging should be changed.

@stale
Copy link

stale bot commented Feb 27, 2019

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.

@stale stale bot added the stale Stale issues label Feb 27, 2019
@Koenkk Koenkk closed this as completed Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Stale issues
Projects
None yet
Development

No branches or pull requests

4 participants