HVAC Wiki

All things related to HVAC

User Tools

Site Tools


controls:protocols:bacnet:tools:bacmon

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
controls:protocols:bacnet:tools:bacmon [2020/10/03 01:28] – old revision restored (2020/09/27 00:24) 161.97.92.73controls:protocols:bacnet:tools:bacmon [2020/10/04 15:50] (current) – old revision restored (2020/10/03 01:28) frozenlock
Line 13: Line 13:
  
 The image above shows an increase in BACnet traffic, occuring at regular intervals. The image above shows an increase in BACnet traffic, occuring at regular intervals.
 +
 +
 +===== Unofficial Installation Instructions =====
 +
 +The repository is a little light on details on how to install the software.
 +
 +
 +==== For Ubuntu ====
 +
 +=== BACmon ===
 +
 +  - Clone the repository;
 +  - Go into the cloned repository and run the file **install_ubuntu.sh**;
 +  - Follow the instructions and answer the questions;
 +
 +After that, BACmon should be installed on your system.
 +
 +To see if the service is running correctly, open a shell and enter the following command:
 +
 +<code>
 +sudo service bacmon status
 +</code>
 +
 +You should get something like this:
 +
 +<code>
 +bacmon start/running, process 23746
 +</code>
 +
 +=== uWSGI ===
 +
 +Install uWSGI on your system:
 +<code>
 + sudo pip install uwsgi
 +</code>
 +
 +You can start the server with the command:
 +<code>
 +sudo uwsgi --wsgi-file BACmonWSGI.p--uid bacmon --http :9090
 +</code>
 +
 +Now browse to http://localhost:9090/ to see the user interface.
 +
controls/protocols/bacnet/tools/bacmon.1601688508.txt.gz · Last modified: 2020/10/03 01:28 by 161.97.92.73