So I am trying to find a way to use zigbee with mqtt, hopefully with node-red and it looks like https://github.com/valorekhov/node-ezsp-mqtt might work I get the index.js to start and i get this output:
Network init result 0
Network ready
{"name":"uart","hostname":"raspberrypi","pid":6576,"level":20,"msg":"Send command getNetworkParameters","time":"2018-06-10T18:46:07.574Z","v":0}
{"name":"uart","hostname":"raspberrypi","pid":6576,"level":20,"msg":"Sending: 004a2180faf37e","time":"2018-06-10T18:46:07.576Z","v":0}
{"name":"uart","hostname":"raspberrypi","pid":6576,"level":20,"msg":"Data frame: 0045b1b1c4beee7e","time":"2018-06-10T18:46:07.577Z","v":0}
{"name":"uart","hostname":"raspberrypi","pid":6576,"level":20,"msg":"Sending: 8160597e","time":"2018-06-10T18:46:07.578Z","v":0}
{"name":"uart","hostname":"raspberrypi","pid":6576,"level":20,"msg":"Application frame 25 (stackStatusHandler) received","time":"2018-06-10T18:46:07.579Z","v":0}
{"name":"uart","hostname":"raspberrypi","pid":6576,"level":20,"msg":"Data frame: 114aa180542b10cc13352ebb4ecb77b0944127abedce677302c19e937e0000","time":"2018-06-10T18:46:07.585Z","v":0}
{"name":"uart","hostname":"raspberrypi","pid":6576,"level":20,"msg":"Sending: 82503a7e","time":"2018-06-10T18:46:07.586Z","v":0}
{"name":"uart","hostname":"raspberrypi","pid":6576,"level":20,"msg":"Application frame 40 (getNetworkParameters) received","time":"2018-06-10T18:46:07.587Z","v":0}
{"name":"ezsp-mqtt","hostname":"raspberrypi","pid":6576,"level":30,"msg":"Ember Node Type: 1, EPAN ID: 0x9ee49e64a14a7e05, PAN ID: 0xf9e5","time":"2018-06-10T18:46:07.594Z","v":0}
{"name":"uart","hostname":"raspberrypi","pid":6576,"level":20,"msg":"Send command getEui64","time":"2018-06-10T18:46:07.595Z","v":0}
{"name":"uart","hostname":"raspberrypi","pid":6576,"level":20,"msg":"Sending: 124b218edac27e","time":"2018-06-10T18:46:07.597Z","v":0}
{"name":"uart","hostname":"raspberrypi","pid":6576,"level":20,"msg":"Data frame: 224ba18e258712bf59fb472522b07e","time":"2018-06-10T18:46:07.602Z","v":0}
{"name":"uart","hostname":"raspberrypi","pid":6576,"level":20,"msg":"Sending: 83401b7e","time":"2018-06-10T18:46:07.603Z","v":0}
{"name":"uart","hostname":"raspberrypi","pid":6576,"level":20,"msg":"Application frame 38 (getEui64) received","time":"2018-06-10T18:46:07.604Z","v":0}
{"name":"ezsp-mqtt","hostname":"raspberrypi","pid":6576,"level":30,"msg":"Gateway Topic: raw/zbmq/000d6f000d07ad71","time":"2018-06-10T18:46:07.607Z","v":0}
{"name":"ezsp-mqtt","hostname":"raspberrypi","pid":6576,"level":30,"msg":"Started!","time":"2018-06-10T18:46:07.930Z","v":0}
But I am not sure how to start sending commands to it to test. I know I am stumbling around but I think I am the right track. anyone have a suggestion which way to go?