raspberry-enocean

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
raspberry-enocean [2015/03/27 10:21]
Stéphane Lavirotte
raspberry-enocean [2015/03/27 14:46]
Stéphane Lavirotte [Compile EnOcean Link Library]
Line 56: Line 56:
 Then take all your EnOcean devices and click on them: click on switches to send an event and click on the learn button to send a datagram to discover the equipment. Then you can go the ''​EnOcean''​ and you can find all the equipment recognized by Fhem. Then take all your EnOcean devices and click on them: click on switches to send an event and click on the learn button to send a datagram to discover the equipment. Then you can go the ''​EnOcean''​ and you can find all the equipment recognized by Fhem.
  
-So now you know that everything is functional without programming anything+So now you know that everything is functional without programming anything
 + 
 +<note warning>​Be careful: you must stop the Fhem server before trying to communicate with another program to listen to events, else you will notice some problems like not receiving all events (some of them may be cacthed by Fhem).</​note>​
  
 ===== Compile EnOcean Link Library ===== ===== Compile EnOcean Link Library =====
Line 75: Line 77:
     * Libraries are compiled in the ''​.libs/''​ directory.     * Libraries are compiled in the ''​.libs/''​ directory.
  
-To test the library you have multiple programs in ''​Tutorial''​ directory+To test the library you have multiple programs in ''​Tutorial''​ directory. With the current version tested, there is a problem with missing and depcomp files, so I replaced them.
 <​code>​ <​code>​
 cd ../Tutorial cd ../Tutorial
-./configure +chmod +x Tutorial.sh 
-make+mv depcomp depcom.sav 
 +mv missing missing.sav 
 +ln -s ../EOLink/​depcomp . 
 +ln -s ../​EOLink/​missing . 
 +./​Tutorial.sh 
 +cd Tutorials 
 +./Tutorial1
 </​code>​ </​code>​
  
  • raspberry-enocean.txt
  • Last modified: 2015/03/27 15:56
  • by Stéphane Lavirotte