I’ve been struggling a bit with openzwave items because its so poorly documented. I’ve finally figured out how to get results from a door sensors with the node package node-openzwave-shared.
If you follow the install script, then just add this event handler below, you can receive updates.
zwave.on('node event', function(nodeid, nodeEvt) { console.log(new Date(), 'node event', nodeid, nodeEvt); });
More live examples coming soon here: https://github.com/scottpreston/node-openzwave-examples
And via npm via npm-install node-openzwave-examples