Replies: 1 comment 2 replies
-
Hard to reproduce without even knowing what the Zigbee device is, and without the log at the relevant time. It might depend on what device it is, and details from the log. With one of my devices I'm seeing: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PROBLEM DESCRIPTION
A clear and concise description of what the problem is.
The tasmota berry docs say, to "def attributes_final(event_type, frame, attr_list, idx)" it should print as example "shortaddr=OxC1BC event_type=attributes_final attr_list={"ActivePower":261.612,"(ActivePower)":"0B04/050B","Endpoint":21,"LinkQuality":21}"
With tasmota 14.3.0 on my ZB-GW03 it prints "shortaddr=Ox1C69 event_type=attributes_final attr_list={"AppVersion":101,"0000/FFE2":53,"0000/FFE4":0,"Endpoint":true,"LinkQuality":true}".
I need the correct endpoint-number for further processing, not just "true".
The endpoint is correct on the level "event_type=frame_received", but starting with "event_type=attributes_raw" the endpoint switches to "true".
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:04:45:40.713 RSL: RESULT = {"NAME":"ZB-GW03-V1.2","GPIO":[0,0,3552,0,3584,0,0,0,5793,5792,320,544,5536,0,5600,0,0,0,0,5568,0,0,0,0,0,0,0,0,608,640,32,0,0,0,0,0],"FLAG":0,"BASE":1}
04:45:40.943 RSL: RESULT = {"Module":{"0":"ZB-GW03-V1.2"}}
04:45:41.200 RSL: RESULT = {"GPIO0":{"0":"None"},"GPIO1":{"0":"None"},"GPIO2":{"3552":"Zigbee Tx"},"GPIO3":{"0":"None"},"GPIO4":{"3584":"Zigbee Rx"},"GPIO5":{"0":"None"},"GPIO6":{"0":"None"},"GPIO7":{"0":"None"},"GPIO8":{"0":"None"},"GPIO9":{"0":"None"},"GPIO10":{"0":"None"},"GPIO11":{"0":"None"},"GPIO12":{"5793":"Zigbee Rst2"},"GPIO13":{"5792":"Zigbee Rst1"},"GPIO14":{"320":"Led_i1"},"GPIO15":{"544":"LedLink"},"GPIO16":{"5536":"ETH POWER"},"GPIO17":{"0":"None"},"GPIO18":{"5600":"ETH MDIO"},"GPIO19":{"0":"None"},"GPIO20":{"0":"None"},"GPIO21":{"0":"None"},"GPIO22":{"0":"None"},"GPIO23":{"5568":"ETH MDC"},"GPIO24":{"0":"None"},"GPIO25":{"0":"None"},"GPIO26":{"0":"None"},"GPIO27":{"0":"None"},"GPIO32":{"608":"I2C SCL1"},"GPIO33":{"640":"I2C SDA1"},"GPIO34":{"32":"Button1"},"GPIO35":{"0":"None"},"GPIO36":{"0":"None"},"GPIO37":{"0":"None"},"GPIO38":{"0":"None"},"GPIO39":{"0":"None"}}
Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Steps to reproduce the behavior:
to "def attributes_final(event_type, frame, attr_list, idx)" my ZB-GW03 prints "shortaddr=Ox1C69 event_type=attributes_final attr_list={"AppVersion":101,"0000/FFE2":53,"0000/FFE4":0,"Endpoint":true,"LinkQuality":true}".
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
The tasmota berry docs say, to "def attributes_final(event_type, frame, attr_list, idx)" it should print as example "shortaddr=OxC1BC event_type=attributes_final attr_list={"ActivePower":261.612,"(ActivePower)":"0B04/050B","Endpoint":21,"LinkQuality":21}"
I need the correct endpoint-number for further processing, not just "true".
The endpoint is correct on the level "event_type=frame_received", but starting with "event_type=attributes_raw" the endpoint switches to "true".
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
Beta Was this translation helpful? Give feedback.
All reactions