node-red-contrib-enocean
Version:
an enocean node for node-red
25 lines (16 loc) • 796 B
Markdown
## node-red-contrib-enocean
**important!** for this nodes to work correctly you have to change the node-red [setting for context stores](https://nodered.org/docs/user-guide/context#context-stores).
in `settings.js` set the `contextStorage` setting to `localfilesystem`
```
contextStorage: {
default: {
module: "localfilesystem"
}
}
```
### listening to incoming messages

[example flow](https://flows.nodered.org/flow/1f0dd4b46e783c6306fc5fc8f8584630)
### sending telegrams

[example flow](https://flows.nodered.org/flow/0ab5bbccc5b4457db66bf81442228aaf)