Copy the config file
3c.csv
to/home/pi/encon/3c.csv
on the Raspberry Pi.Open a shell and start the ebusd daemon (assume that the eBus USB Adapter is connected to
/dev/ttyUSB1
):$ ebusd -f --logareas bus --loglevel info -d /dev/ttyUSB1 -c /home/pi/ 2017-02-10 17:51:23.365 [bus notice] signal acquired 2017-02-10 17:51:23.968 [bus notice] new master 37, master count
Open a second shell and use the ebusd ebusctl command-line tool to read or write the defined parameters of the Brink Renovent Excellent 300.
For example:
$ ebusctl read Aussenlufttemperatur 9.6 $ $ ebusctl read BetriebsstundenTotal 15155;32768;32767;1;0 $ $ ebusctl read SoftwareVersion S1.05.07 0004
The shell script test.sh
can be used to query all defined parameters in 3c.csv
:
$ ./test.sh
done
SoftwareVersion
S1.05.07 0004
Press any key to continue...
Ventilatorbetrieb
Feuchteschutz
Press any key to continue...
TatsaechlicheDrehzahlZuluft
1056
...
Note: Another config file for the Brink Renovent Sky 300 from paddyx (Patrick K.) can be found here. It should be also compatible with the Brink Renovent Excellent 300.