I have two GL_C-009 ( led salone - Led cucina ) with Hassio v. 0.114 and zigbee2mqtt version: 1.14.3 - CC2531 firmware 20190608
When i switch on it works fine ( led is on immediatly ) but when I switch off, it spend 10-15 s to switch off led .
here my configuration :
data_path: /share/zigbee2mqtt
devices: devices.yaml
groups: groups.yaml
homeassistant: true
permit_join: false
mqtt:
base_topic: zigbee2mqtt
server: ‘mqtt://xxxxx’
user: xxxxxxxxx
password: xxxxxxx
serial:
port: /dev/ttyACM0
advanced:
pan_id: 6754
channel: 11
network_key:
- 1
- 3
- 5
- 7
- 9
- 11
- 13
- 15
- 0
- 2
- 4
- 6
- 8
- 10
- 12
- 13
availability_blacklist: []
ban: []
whitelist: []
queue: {}
socat:
enabled: false
master: ‘pty,raw,echo=0,link=/dev/ttyZ2M,mode=777’
slave: ‘tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5’
restartdelay: 1
initialdelay: 1
options: ‘-d -d’
log: true
Here logs for command switch On :
zigbee2mqtt:error 2020-08-10 12:00:41: Publish ‘set’ ‘state’ to ‘led cucina’ failed: ‘Error: Command 0x00124b001ad720e8/11 genOnOff.on({}, {“timeout”:10000,“disableResponse”:false,“disableDefaultResponse”:false,“direction”:0,“srcEndpoint”:null,“reservedBits”:0,“manufacturerCode”:null,“transactionSequenceNumber”:null}) failed (Timeout - 51619 - 11 - 121 - 6 - 11 after 10000ms)’
zigbee2mqtt:info 2020-08-10 12:00:41: MQTT publish: topic ‘zigbee2mqtt/bridge/log’, payload {“type”:“zigbee_publish_error”,“message”:“Publish ‘set’ ‘state’ to ‘led cucina’ failed: ‘Error: Command 0x00124b001ad720e8/11 genOnOff.on({}, {“timeout”:10000,“disableResponse”:false,“disableDefaultResponse”:false,“direction”:0,“srcEndpoint”:null,“reservedBits”:0,“manufacturerCode”:null,“transactionSequenceNumber”:null}) failed (Timeout - 51619 - 11 - 121 - 6 - 11 after 10000ms)’”,“meta”:{“friendly_name”:“led cucina”}}’
This logs for command to switch Off
zigbee2mqtt:error 2020-08-10 12:03:37: Publish ‘set’ ‘state’ to ‘led cucina’ failed: ‘Error: Command 0x00124b001ad720e8/11 genOnOff.on({}, {“timeout”:10000,“disableResponse”:false,“disableDefaultResponse”:false,“direction”:0,“srcEndpoint”:null,“reservedBits”:0,“manufacturerCode”:null,“transactionSequenceNumber”:null}) failed (Timeout - 51619 - 11 - 122 - 6 - 11 after 10000ms)’
zigbee2mqtt:info 2020-08-10 12:03:37: MQTT publish: topic ‘zigbee2mqtt/bridge/log’, payload {“type”:“zigbee_publish_error”,“message”:“Publish ‘set’ ‘state’ to ‘led cucina’ failed: ‘Error: Command 0x00124b001ad720e8/11 genOnOff.on({}, {“timeout”:10000,“disableResponse”:false,“disableDefaultResponse”:false,“direction”:0,“srcEndpoint”:null,“reservedBits”:0,“manufacturerCode”:null,“transactionSequenceNumber”:null}) failed (Timeout - 51619 - 11 - 122 - 6 - 11 after 10000ms)’”,“meta”:{“friendly_name”:“led cucina”}}’
And this is the logs for 2nd entity with command switch on
zigbee2mqtt:info 2020-08-10 12:05:22: MQTT publish: topic ‘zigbee2mqtt/bridge/log’, payload {“type”:“device_announced”,“message”:“announce”,“meta”:{“friendly_name”:“led salone”}}’
zigbee2mqtt:error 2020-08-10 12:05:48: Publish ‘set’ ‘state’ to ‘led salone’ failed: ‘Error: Command 0x00124b001ad71a70/11 genOnOff.on({}, {“timeout”:10000,“disableResponse”:false,“disableDefaultResponse”:false,“direction”:0,“srcEndpoint”:null,“reservedBits”:0,“manufacturerCode”:null,“transactionSequenceNumber”:null}) failed (Timeout - 17442 - 11 - 125 - 6 - 11 after 10000ms)’
zigbee2mqtt:info 2020-08-10 12:05:48: MQTT publish: topic ‘zigbee2mqtt/bridge/log’, payload {“type”:“zigbee_publish_error”,“message”:“Publish ‘set’ ‘state’ to ‘led salone’ failed: ‘Error: Command 0x00124b001ad71a70/11 genOnOff.on({}, {“timeout”:10000,“disableResponse”:false,“disableDefaultResponse”:false,“direction”:0,“srcEndpoint”:null,“reservedBits”:0,“manufacturerCode”:null,“transactionSequenceNumber”:null}) failed (Timeout - 17442 - 11 - 125 - 6 - 11 after 10000ms)’”,“meta”:{“friendly_name”:“led salone”}}’
here command switch off logs :
zigbee2mqtt:error 2020-08-10 12:09:44: Publish ‘set’ ‘state’ to ‘led salone’ failed: ‘Error: Command 0x00124b001ad71a70/11 genOnOff.on({}, {“timeout”:10000,“disableResponse”:false,“disableDefaultResponse”:false,“direction”:0,“srcEndpoint”:null,“reservedBits”:0,“manufacturerCode”:null,“transactionSequenceNumber”:null}) failed (Timeout - 17442 - 11 - 126 - 6 - 11 after 10000ms)’
zigbee2mqtt:info 2020-08-10 12:09:44: MQTT publish: topic ‘zigbee2mqtt/bridge/log’, payload {“type”:“zigbee_publish_error”,“message”:“Publish ‘set’ ‘state’ to ‘led salone’ failed: ‘Error: Command 0x00124b001ad71a70/11 genOnOff.on({}, {“timeout”:10000,“disableResponse”:false,“disableDefaultResponse”:false,“direction”:0,“srcEndpoint”:null,“reservedBits”:0,“manufacturerCode”:null,“transactionSequenceNumber”:null}) failed (Timeout - 17442 - 11 - 126 - 6 - 11 after 10000ms)’”,“meta”:{“friendly_name”:“led salone”}}’
any ideas how to solve ?
Luigi