Leon Schenk
Leon Schenk
> I'm interested in this PR. Has there been any more progress? @NathanSweet I have a working development going on in https://github.com/zsmartsystems/com.zsmartsystems.zigbee/pull/1352
I have found out that this is because of the two packages sharing the same html/svg classes @Vijay-Nirmal. https://github.com/swimlane/ngx-graph/blob/master/projects/swimlane/ngx-graph/src/lib/graph/graph.component.html Probably all we need to do is remove those references or...
[INFO] Scanning for projects... [INFO] [INFO] ---------< com.zsmartsystems.zigbee:com.zsmartsystems.zigbee >---------- [INFO] Building com.zsmartsystems.zigbee 1.4.10-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.zsmartsystems.zigbee --- [INFO] Deleting E:\zsmarttest\com.zsmartsystems.zigbee\com.zsmartsystems.zigbee\target [INFO] [INFO]...
@cdjackson here you see the logging from `mvn clean install > logfile.log`. It fails approximately once per 4 build cycles. I build on windows.
@cdjackson It will take some time for me to work it out, I will take a look at lgtm. @Hedda do you have a device/setup with which you can test...
@Hedda thank you for your suggestions. About bootloading capability: I will not be implementing this in the initial setup. If requested, I might implement this later. About "Open ZigBee Coordinator...
@cdjackson I have some trouble with the discovery of my test device. The device is discovered, but it takes some time before the discovery is complete. This is due to...
@cdjackson the dongle works very well. I have been testing it with 3 different devices for a week now. It has not crashed and works very stable. I have addressed...
> FYI, Koenkk made a new Zigbee Coordinator firmware release: > > https://github.com/Koenkk/Z-Stack-firmware/tree/master/coordinator/Z-Stack_3.x.0/bin > > https://github.com/Koenkk/Z-Stack-firmware/blob/master/coordinator/Z-Stack_3.x.0/CHANGELOG.md Thank you @Hedda. I will take a look.
This is indeed very interesting. It looks quite mature, will give it a review and try to finish the json_table implementation. Will you merge this first? Or improve and test...