ttb-enocean
v1.3.0
Published
EnOcean support for the Thingbox (http://TheThingbox.io) and TimeSquAir (http://TimeSquAir.io)
Downloads
14
Readme
This package add Enocean functionalities to:
- TheThingBox (http://thethingbox.io),
- TimeSquAir (http://timesquair.io)
This is not suited to stock Node-RED since this code needs a feature for creating nodes that is not present on stock Node-RED.
It handles:
- Contact sensor
- Temperature sensor
- Presence sensor (PIR)
- switch
Works with the dongle as well as the hat.
Install
If you want to install it :
- Use the menu "import / node" and type "ttb-enocean" in the dialog box.
- Wait for the install
- Then reboot.
Use
Then, push the learning button of the enOcean sensor: a new node should appear on the desktop. Wire the out to a display node and look at the result in the display/debug tab (for a temperature sensor, you have to wait some minutes to get a result).
Full documentation is here: http://thethingbox.io/docs/enOceanUI.html
For developpers
In the settings, use "show all workspaces" the see the enocean tab.
My personal notes about the Enocean protocol (for developers only) is here: http://thethingbox.io/docs/enOceanCommon.html (this link is the only public one).