HVAC Wiki

All things related to HVAC

User Tools

Site Tools


suppliers:hvac.io:vigilia:installation

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
Last revisionBoth sides next revision
suppliers:hvac.io:vigilia:installation [2020/10/02 14:02] – old revision restored (2020/09/23 18:50) 173.208.200.154suppliers:hvac.io:vigilia:installation [2020/10/04 01:52] – old revision restored (2020/10/02 09:00) 173.249.2.13
Line 14: Line 14:
 Once this is done, you might want to take a look at [[#Adding Vigilia as a Service]] Once this is done, you might want to take a look at [[#Adding Vigilia as a Service]]
 ===== Database ===== ===== Database =====
-For the time being, Vigilia only supports [[http://www.tokutek.com/tokumx-for-mongodb/|TokuMX]].+For the time being, Vigilia only supports [[https://www.percona.com/software/mongo-database/percona-tokumx|TokuMX]].
 It is a fork of MongoDB, which features mind boggling increase in performance and reduction in the database size. It is a fork of MongoDB, which features mind boggling increase in performance and reduction in the database size.
 (The choice was not made lightly; we tried many databases before settling with this one.) (The choice was not made lightly; we tried many databases before settling with this one.)
Line 26: Line 26:
  
 Download and install by following the instructions on this [[https://www.percona.com/downloads/percona-tokumx-community-edition|page]]. Download and install by following the instructions on this [[https://www.percona.com/downloads/percona-tokumx-community-edition|page]].
 +
 +Once the database is installed, make sure everything works as intended by running the command
 +**mongo** in the shell.
 +
 +The command should be recognized AND it should connect successfully. 
 +
 +{{:suppliers:hvac.io:vigilia:installation:tokumx-shell.png?|}}
  
 ===== Vigilia Server ===== ===== Vigilia Server =====
Line 55: Line 62:
  
 <code> java -jar vigilia-server.jar <port number> </code>  <code> java -jar vigilia-server.jar <port number> </code> 
-(where <port number> is the port you want to use.)+(where <port number> is the port you want to use. If you don't know which one to take, use 47900.)
  
 After a few seconds, the server should be up and running.  After a few seconds, the server should be up and running. 
Line 68: Line 75:
 Loggers are software able to scan a BACnet network and send the data back to a Vigilia server. Loggers are software able to scan a BACnet network and send the data back to a Vigilia server.
  
-The only publicly available logger is Wacnet (at least v1.8). +The only publicly available logger is Wacnet (min version 1.8).
- +
-To start logging a network, you need to configure a few things in the **Vigilia Configs** page :+
  
 +To start logging a network, **begin by running Wacnet**.
 +Then go and configure a few things in the **[[http://localhost:47800/vigilia/configs|Vigilia Configs]]** page :
  
 ==== Step 1: Connect to a Vigilia server ==== ==== Step 1: Connect to a Vigilia server ====
- 
-//**For self-hosting only.** Users of HVAC.IO's Vigilia service should jump to the next step.// 
  
 The first thing to configure is a Vigilia API URL. This will tell Wacnet where it should send its data. The first thing to configure is a Vigilia API URL. This will tell Wacnet where it should send its data.
suppliers/hvac.io/vigilia/installation.txt · Last modified: 2020/10/04 01:53 by 173.249.2.13