... | ... | @@ -2,6 +2,12 @@ |
|
|
|
|
|
In this tutorial we will setup an ENOSAR Pi and configure it to retrieve EnOcean Messages sent from a button.
|
|
|
|
|
|
## Prerequisits
|
|
|
- Java Knowledge
|
|
|
- OSGi Knowledge
|
|
|
- Maven Knowledge
|
|
|
- Git Knowledge
|
|
|
|
|
|
## Components
|
|
|
|
|
|
You need:
|
... | ... | @@ -110,3 +116,10 @@ Receiver data contains the ID of our EnOcean Device followed by a dot and the th |
|
|
Press update and now our ENOSAR PI knows ho to handle the telegrams comming from our PEHA switch device.
|
|
|
|
|
|
### Code a EnOcean listener
|
|
|
|
|
|
We provide a template project. Download the code and
|
|
|
- Copy project into your git repository and rename the directory to your new package name (e.g. org.enosar.application.tutorialenocean)
|
|
|
- Import the project into eclipse (Import -> Git -> From existing local repository)
|
|
|
- Rename the java package name to your new package name
|
|
|
- Rename the module settings in the pom.xml (artifactId, groupId, Activator qualified name and private packages)
|
|
|
- Build the project with mvn clean install |
|
|
\ No newline at end of file |