node-red-contrib-enocean
important! for this nodes to work correctly you have to change the node-red setting for context stores.
in settings.js
set the contextStorage
setting to localfilesystem
contextStorage: {
default: {
module: "localfilesystem"
}
}