-
-
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
zigbee model : 'undefined' in version 1.7.1 but was working in version 1.6 #2499
Comments
Can you try replacing |
Hi @Koenkk , thanks for the reply. hope this helps, |
Thanks, this doesnt reveal any interesting which means we have to go deeper. Could you sniff the traffic and provide the debug logs when pairing with both zigbee2mqtt 1.6 and 1.7 (https://www.zigbee2mqtt.io/how_tos/how_to_sniff_zigbee_traffic.html) |
it is what I was thinking :) |
Hi, I hope this will help, |
Thanks, should be fixed in the latest dev, can you confirm? |
I can confirm the same error: |
Thanks for confirming! |
I successfuly installed the CC2531on the rpi and zigbee2mqtt (1.6 at that time).
everything was working quite fine with a climax prm5-zbs (didn't pull the config yet as I just installed and didn't work with it...)
few months later (i.e. now :) ) I installed zigbee2mqtt (1.7.1) on a new rpi with a new CC2531 (revision:20190608) .
there I cannot use the climax prm5 because it says (see log of pairing process below) that the zigbee model is undefined...
https://pastebin.com/eU2y7d7k
indeed in the database, I don't see any information from the switch
database line with 1.7.1:
{"id":2,"type":"EndDevice","ieeeAddr":"0x00124b001bfbaf65","nwkAddr":7251,"manufId":0,"epList":[1,4],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[0,3,4,5,6,1794],"outClusterList":[0],"clusters":{},"binds":[]},"4":{"profId":260,"epId":4,"devId":81,"inClusterList":[],"outClusterList":[25],"clusters":{"genBasic":{"attributes":{}}},"binds":[]}},"interviewCompleted":true,"meta":{}}
VS database line with 1.6:
{"id":2,"type":"EndDevice","ieeeAddr":"0x00124b001bfba4d8","nwkAddr":2443,"manufId":0,"manufName":"ClimaxTechnology","powerSource":"Mains (single phase)","modelId":"PSMP5_00.00.03.19TC","epList":[1,4],"zclVersion":1,"appVersion":3,"hwVersion":0,"status":"offline","joinTime":null,"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[0,3,4,5,6,1794],"outClusterList":[0],"clusters":{"genBasic":{"dir":{"value":3},"attrs":{"zclVersion":1,"appVersion":3,"hwVersion":0,"manufacturerName":"ClimaxTechnology","modelId":"PSMP5_00.00.03.19TC","dateCode":"20180201","powerSource":1,"locationDesc":" ","physicalEnv":0,"deviceEnabled":1}},"genIdentify":{"dir":{"value":1},"attrs":{"identifyTime":0}},"genGroups":{"dir":{"value":1},"attrs":{"nameSupport":1}},"genScenes":{"dir":{"value":1},"attrs":{"count":0,"currentScene":0,"currentGroup":0,"sceneValid":0,"nameSupport":128}},"genOnOff":{"dir":{"value":1},"attrs":{"onOff":0}},"seMetering":{"dir":{"value":1},"attrs":{"currentSummDelivered":{"0":0,"1":0},"currentSummReceived":{"0":0,"1":0},"status":0,"unitOfMeasure":0,"multiplier":1,"divisor":10000,"summaFormatting":249,"demandFormatting":148,"meteringDeviceType":0,"instantaneousDemand":0}}}},"4":{"profId":260,"epId":4,"devId":81,"inClusterList":[],"outClusterList":[25],"clusters":{"genOta":{"dir":{"value":2},"attrs":{"70":4294967295,"upgradeServerId":"0xffffffffffffffff","fileOffset":4294967295,"currentFileVersion":319,"currentZigbeeStackVersion":2,"downloadedFileVersion":4294967295,"downloadedZigbeeStackVersion":65535,"imageUpgradeStatus":0,"manufacturerId":0,"imageTypeId":0,"minimumBlockReqDelay":0,"imageStamp":0}}}}},"dateCode":"20180201","_id":"ZEwm9UXZnGYC94Lh"}
I tried to pair several time but I get the same answer all the time...
Any idea on what could be the reason?
thanks!
The text was updated successfully, but these errors were encountered: