Nath

Results 6 comments of Nath

> Hi @Gerlowski I've put a PR in to fix this up, if you want to in the interim you can also pull a working (for me) [copy](https://github.com/darkorb/bgp-dashboard/tree/migrate-to-alpine) from my...

This is due to an XML format change with OpenVAS 8. See my pull request for the quick and dirty fix for this issue.

I have this issue too. I have an older one that works fine but got a couple of newer ones from the same source and it has this issue too....

This is the working one: ```json {"id":24,"type":"EndDevice","ieeeAddr":"0xa4c138f33f29c99b","nwkAddr":19446,"manufId":4417,"manufName":"_TZ3210_3ulg9kpo","powerSource":"Battery","modelId":"TS0021","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":1026,"inClusterList":[1,1280,61184,0],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"65503":"�DY0\r","65506":54,"65508":0,"65534":0,"modelId":"TS0021","manufacturerName":"_TZ3210_3ulg9kpo","powerSource":3,"zclVersion":3,"appVersion":66,"stackVersion":0,"hwVersion":1,"dateCode":""}},"ssIasZone":{"attributes":{"iasCieAddr":"0xe0798dfffed94f29","zoneState":1}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":66,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"interviewState":"SUCCESSFUL","meta":{"configured":1946894323},"lastSeen":1761977995947} ``` These are the two unhappy ones: ```json {"id":26,"type":"EndDevice","ieeeAddr":"0xa4c1384336b0199a","nwkAddr":41017,"manufId":4417,"manufName":"TELINK","powerSource":"Battery","modelId":"TLSR82xx","epList":[1,2],"endpoints":{"1":{"profId":260,"epId":1,"devId":0,"inClusterList":[0,3,1,6],"outClusterList":[4,5,4096],"clusters":{"genBasic":{"attributes":{"appVersion":0,"hwVersion":0}}},"binds":[],"configuredReportings":[],"meta":{}},"2":{"profId":260,"epId":2,"devId":0,"inClusterList":[0,3,6],"outClusterList":[],"clusters":{"genBasic":{"attributes":{"appVersion":0,"hwVersion":0}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":0,"stackVersion":2,"hwVersion":0,"zclVersion":3,"interviewCompleted":true,"interviewState":"SUCCESSFUL","meta":{"configured":332242049},"lastSeen":1760441245407} {"id":27,"type":"EndDevice","ieeeAddr":"0xa4c138639d9a3fe3","nwkAddr":65046,"manufId":4417,"manufName":"TELINK","powerSource":"Battery","modelId":"TLSR82xx","epList":[1,2],"endpoints":{"1":{"profId":260,"epId":1,"devId":0,"inClusterList":[0,3,1,6],"outClusterList":[4,5,4096],"clusters":{"genBasic":{"attributes":{"modelId":"TLSR82xx","manufacturerName":"TELINK","powerSource":3,"zclVersion":3,"appVersion":0,"stackVersion":2,"hwVersion":0}}},"binds":[],"configuredReportings":[],"meta":{}},"2":{"profId":260,"epId":2,"devId":0,"inClusterList":[0,3,6],"outClusterList":[],"clusters":{"genBasic":{"attributes":{"appVersion":0,"hwVersion":0}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":0,"stackVersion":2,"hwVersion":0,"zclVersion":3,"interviewCompleted":true,"interviewState":"SUCCESSFUL","meta":{"configured":332242049},"lastSeen":1761431130776} ``` Is that what you are after? If you need anything else please...

I've upgraded to Z2M 2.6.3-1 just before testing. I tried substituting the values and it changed to saying "Not supported: generated". I tried replacing: * `TELINK` with `_TZ3210_3ulg9kpo` and *...

I'll have another go at this soon.