A protocol adapter for Zehnder ComfoAir Q series devices with CAN bus interface. It reads and interprets CAN messages from a USBtin CAN adapter (https://amzn.to/2KiAR2U) and sends metrics to an Influxdb instance.
Have python 3 installed and run the following to install pybuilder (build tool)
pip3 install pybuilder
Go to the project root dir and execute
pyb install_dependencies
pyb
pyb install
Start the application as a daemon writing known metrics to influxdb.
zcan run
To run the app in the backround
nohup zcan run &
zcan show --all --debug