BACnet Scripting Framework for testing DDC Controls
Project description
BAC0
BAC0 is a Python 3 (3.4 and over) scripting application that uses bacpypes to process bacnet messages on a IP network. This library brings out simple commands to browse a bacnet network, read properties from bacnet devices or write to them.
Python is a simple language to learn and a very powerful tool for data processing. Coupled to bacnet, it becomes a great tool to test devices an interact with controllers.
Test driven development (TDD) for DDC controls
BAC0 allows users to simply test an application even if sensors are not connected to the controller. Using the out_of_service property, it’s easy to write a value to the input so the controller will think an input is conencted.
Without a program like BAC0, you can rely on your DDC programming tool… but it is often slow and every test must be done manually.
Now you can write your test and run them as often as you want.
Better start-up with data acquisition
As you will discover, when you define a controller in BAC0, you will get access to historical data of every variables in the controllers. Every points are trended every 10 seconds by default. Which means that you can do data analysis on everything while you’re doing your startup. It allows to see performances and trouble really fast.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.