logger.debug("ZWave Initialisation Complete");
// We only want this event once!
initializationComplete = true;
ZWaveEvent zEvent = new ZWaveInitializationCompletedEvent(this.ownNodeId);
this.notifyEventListeners(zEvent);
// If there are DEAD nodes, send a Node Status event
// We do that here to avoid messing with the binding initialisation
for(ZWaveNode node : this.getNodes()) {