node-red-contrib-enocean 0.8.5
an enocean node for node-red
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"
}
}