Converter node issue #72
Description
The converter node is behaving strange on my side (device independent): Whenever I change something in the converter (and deploy) or also after a undefined amount of time, the converter reports:
"TypeError: Cannot read property 'find' of undefined"
Looking up the debug log reveals in such cases:
Nov 16 20:59:06 homematic-raspi daemon.debug node-red[27660]: [zigbee-converter:503f0f81.06be3] topic=zigbee/LichtTreppeUG/get name=LichtTreppeUG ieeeAddr=0x00158d0003f40940 attribute=undefined payload={"state":""}
The converter node will resume normal operation only upon a flow restart.
Additional information: It seems also related to the deploy method. On full deploy I see a "closing" / "connected" loop on the zigbee nodes, on a modified-flows-deploy this loop does not happen.