Skip to content
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

Failed to configure 'No device' #1793

Closed
daemondong opened this issue Jul 29, 2019 · 2 comments
Closed

Failed to configure 'No device' #1793

daemondong opened this issue Jul 29, 2019 · 2 comments
Labels
stale Stale issues

Comments

@daemondong
Copy link

There is my log of zigbee2mqtt. Could some one can tell me why Failed to configure 'No device' ? Is this a problem ?

zigbee2mqtt:info 7/29/2019, 1:18:56 AM New device 'TI0001 ' with address 0x00124b001c2aa020 connected!
zigbee2mqtt:info 7/29/2019, 1:18:56 AM MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"device_connected","message":"0x00124b001c2aa020","meta":{"modelID":"TI0001 "}}'
zigbee2mqtt:warn 7/29/2019, 1:18:56 AM Failed to configure 0x00124b001c2aa020 (0x00124b001c2aa020) ('No device') (attempt #1)
zigbee2mqtt:warn 7/29/2019, 1:18:56 AM This can be ignored if the device is working properly
zigbee2mqtt:warn 7/29/2019, 1:18:57 AM Failed to configure 0x00124b001c2aa020 (0x00124b001c2aa020) ('No device') (attempt #2)
zigbee2mqtt:warn 7/29/2019, 1:18:57 AM This can be ignored if the device is working properly
zigbee2mqtt:warn 7/29/2019, 1:18:57 AM Failed to configure 0x00124b001c2aa020 (0x00124b001c2aa020) ('No device') (attempt #3)
zigbee2mqtt:warn 7/29/2019, 1:18:57 AM This can be ignored if the device is working properly
zigbee2mqtt:info 7/29/2019, 1:18:57 AM MQTT publish: topic 'zigbee2mqtt/0x00124b001c2aa020', payload '{"temperature":20,"linkquality":126}'
zigbee2mqtt:info 7/29/2019, 1:18:57 AM Device incoming...
zigbee2mqtt:info 7/29/2019, 1:18:57 AM MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"pairing","message":"device incoming"}'
zigbee2mqtt:info 7/29/2019, 1:20:35 AM Successfully reenabled joining
zigbee2mqtt:info 7/29/2019, 1:23:15 AM Successfully reenabled joining
zigbee2mqtt:info 7/29/2019, 1:25:56 AM Successfully reenabled joining

@daemondong
Copy link
Author

The section of devices.js is as below.

// Sentek
{
zigbeeModel: ['TI0001 '],
model: 'ST01',
vendor: 'Sentek',
description: 'Temperature sensor',
supports: 'temperature',
fromZigbee: [
fz.generic_temperature, fz.ignore_temperature_change,
fz.generic_batteryvoltage_3000_2500,
],
toZigbee: [],
configure: (ieeeAddr, shepherd, coordinator, callback) => {
const device = shepherd.find(ieeeAddr, 1);
const actions = [
(cb) => device.bind('genBasic', coordinator, cb),
(cb) => device.bind('genPowerCfg', coordinator, cb),
(cb) => device.bind('genIdentify', coordinator, cb),
(cb) => device.bind('msTemperatureMeasurement', coordinator, cb),
(cb) => device.report('msTemperatureMeasurement', 'measuredValue', 150, 300, 0.5, cb),
(cb) => device.bind('genPowerCfg', coordinator, cb),
(cb) => device.report('genPowerCfg', 'batteryVoltage', 0, 1000, 0, cb),
];
execute(device, actions, callback);
},
},

@stale
Copy link

stale bot commented Sep 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 Sep 27, 2019
@stale stale bot closed this as completed Oct 4, 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

1 participant