Skip to content

Sensus Pollucom IR reader helper for Linux/Raspberry Pi

License

Notifications You must be signed in to change notification settings

JoeSey/PolluComE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PolluComE

Sensus Pollucom EⓇ IR reader helper for Linux/Raspberry Pi. Should work with any USB-connected IR reader, tested with the Weidmann USB Optokopf.

reads data from an IR head and sends data to stdout

Nov 2018 J. Seyfried based on:

Article describing all the details to follow. Will put a link here, of course.

compiling and installing

log into your Raspberry Pi, do a

git clone https://github.com/JoeSey/PolluComE.git
gcc pollucom.c -o pollucom

usage

Help is available using ./pollucom -h

before you start it the first time!

Press the button on your PolluCom E unit. After a short press, the unit will respond to IR signals for one hour. To keep it in listen mode, start the programm (at least) once per hour.

example output

pi@zero1:~ $ ./pollucom
Energie[kWh]: 82362
Volumen: 15717.543
Durchfluss[cbm/h]: 0.000
Leistung[W]: 0
Durchflusstemp.[°C]: 42.9
Ruecklauftemp.[°C]: 37.8
Temperaturdiff.[K]: 5.099

Yes, it works just fine on a Raspberry Pi zero.

what next?

grep the lines you're interested in. Put everything into a cron job and send the data to a volkszaehler instance logging that data. One fine day this might even turn into a volkszaehler plugin, who knows.

About

Sensus Pollucom IR reader helper for Linux/Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published