-
-
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
bticino K4003C slow response #3561
Comments
Hi have sniffed myzigbee network with another cc2531 and wireshark. |
This is probably related to a weak network or that the CC2531 is not powerful enough. How many devices do you have in your network? Some things for now:
|
I have added to my cc2531 an external antenna and test is made closest to device (1mt). |
@Koenkk i have make a debug, debug 2020-05-20 22:21:56: Received Zigbee message from '0x00047400007d7f5d', type 'attributeReport', cluster 'genBinaryInput', data '{"presentValue":0}' from endpoint 1 with groupID 0 and after 2/4 sec this debug 2020-05-20 22:22:00: Received Zigbee message from '0x00047400007d7f5d', type 'attributeReport', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID 0 or sometime i push button and i receive immediatly this debug 2020-05-20 22:22:03: Received Zigbee message from '0x00047400007d7f5d', type 'attributeReport', cluster 'genBinaryInput', data '{"presentValue":1}' from endpoint 1 with groupID 0 and after 2/4 sec this debug 2020-05-20 22:22:08: Received Zigbee message from '0x00047400007d7f5d', type 'attributeReport', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID 0 It seem that |
Added this in the latest dev branch, will provide (action: |
@Koenkk |
You should be able to get a "transport key" message which is send while the device is being paired. This contains the network key. |
@Koenkk Function:Detectable switch in the dark Function:Show when the light is on Function:Identify switch Is possible to implement this? |
Can you make a screenshot of these commands (with all possible fields expanded). I also need to know the cluster and value being send. |
I think this is already supported (where permanent_led = low luminosity) |
Good i try @Koenkk debug 2020-05-23 09:47:33: Received Zigbee message from '0x00047400007d7f6d', type 'attributeReport', cluster 'genBinaryInput', data '{"presentValue":1}' from endpoint 1 with groupID 0 now in HA i see action but action is triggered on change of state with a delay of 2/4 sec
My switch is k4003 with neutral |
Made a small mistake in the converter. Fix will be available in the latest dev branch in a few hours. |
@Koenkk i have downloaded 1.13.1-dev (commit #49df575) but same problem debug 2020-05-24 17:40:10: Received Zigbee message from '0x00047400007d7f6d', type 'attributeReport', cluster 'genBinaryInput', data '{"presentValue":1}' from endpoint 1 with groupID 0 after some seconds debug 2020-05-24 17:40:15: Received Zigbee message from '0x00047400007d7f6d', type 'attributeReport', cluster 'genOnOff', data '{"onOff":0}' from endpoint 1 with groupID 0 |
Are you sure your |
@Koenkk yes, |
@Koenkk i have try the latest dev now and now work! Only one questions, in HA i see published only action,link quality and switch For this
I need to send mqtt command manually from HA? |
Yes you need to send a MQTT command manually |
@Koenkk is not possible to add two entities Ps i have tested in real environment and now work correctly, the delay is < 0.5 sec |
@Maurotb currently we don't discover device related options into home assistant, I think it will give a lot of extra entities which are almost never used. You can always create an manual entry yourself in case you often use this. I will close this now as the issue has been solved. Thanks! |
Bug Report
What happened
What did you expect to happen
when I press the button of my k4003c, it takes from 2 to 4 seconds for zigee2mqtt to notice
allo other zigbee device (aquara door and presence sensor), notice is immediate.
How to reproduce it (minimal and precise)
Press button
after 2/ seconds in log i see
info 2020-05-17 16:07:32: MQTT publish: topic 'zigbee2mqtt/0x00047400007d7f5d', payload '{"state":"OFF","linkquality":110}'
Debug Info
Zigbee2mqtt version:
Adapter hardware: CC2531
Adapter firmware version:
CC2531_MAX_DEVICES_20190223
The text was updated successfully, but these errors were encountered: