HVAC Wiki

All things related to HVAC

User Tools

Site Tools


suppliers:hvac.io:vigilia:recording

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
suppliers:hvac.io:vigilia:recording [2020/10/03 15:41] – old revision restored (2015/10/03 02:02) 5.9.155.226suppliers:hvac.io:vigilia:recording [2020/10/04 07:22] (current) – old revision restored (2020/10/03 01:30) 178.151.245.174
Line 1: Line 1:
-====== Recording a Project ======+====== Vigilia - Recording a Project ======
  
 This guide will show you how to start recording a BACnet network on a Vigilia server. This guide will show you how to start recording a BACnet network on a Vigilia server.
Line 7: Line 7:
  
  
-First, make sure you are logged in into your account. +First, make sure you are logged in into [[https://vigilia.hvac.io/user|your account]]
 (You might need to create one.) (You might need to create one.)
  
-You can use HVAC.IO's servers [[https://vigilia.hvac.io|here]]. 
-Make sure to check [[https://hvac.io/services/vigilia/pricing|our pricing]]. 
 ==== Create an Organization ==== ==== Create an Organization ====
  
Line 20: Line 18:
 Most will not need more than a single organization, so you can just use your own enterprise name. Most will not need more than a single organization, so you can just use your own enterprise name.
  
-In the administration page, click on "Organizations" (or go to your account page).+Go to your [[https://vigilia.hvac.io/user|user]] page.
 Click on the "Create organization" button and create it. Click on the "Create organization" button and create it.
  
Line 26: Line 24:
  
 {{:suppliers:hvac.io:vigilia:installation:org-link.png|}} {{:suppliers:hvac.io:vigilia:installation:org-link.png|}}
- 
  
 ==== Create a Project ==== ==== Create a Project ====
Line 53: Line 50:
 Make sure you can see the devices on your network by checking the **[[http://localhost:47800/vigilia/configs|Explorer]]** tab. Make sure you can see the devices on your network by checking the **[[http://localhost:47800/vigilia/configs|Explorer]]** tab.
  
-Here's an example of a network with a single device:+Here's an example of what you should see:
  
-{{:suppliers:hvac.io:vigilia:wacnet-explorer-tab-device.png|}}+{{:suppliers:hvac.io:vigilia:wacnet-explorer-tab-device.png?600|}}
  
 Then, go and configure a few things in the **[[http://localhost:47800/vigilia/configs|Vigilia Configs]]** page : 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 ====
  
 ** Skip this step if you are using HVAC.IO's servers. ** ** Skip this step if you are using HVAC.IO's servers. **
Line 84: Line 81:
 {{:suppliers:hvac.io:vigilia:installation:logger-step1.png|}} {{:suppliers:hvac.io:vigilia:installation:logger-step1.png|}}
  
-==== Step 2: Project credentials ====+==== Step 2 : Project credentials ====
  
 You have to provide a **project ID** and a **logging key/password**.  You have to provide a **project ID** and a **logging key/password**. 
Line 98: Line 95:
  
  
-==== Start Logging ====+==== Step 3 : Start Logging ====
  
 When Wacnet starts, it searches for Vigilia configurations. If it finds some, **it will start logging automatically**. When Wacnet starts, it searches for Vigilia configurations. If it finds some, **it will start logging automatically**.
Line 108: Line 105:
 Depending on the size of your network, Wacnet will start scanning the devices after a few seconds. Depending on the size of your network, Wacnet will start scanning the devices after a few seconds.
  
-After a few minutes, you can validate that every runs smoothly by checking the time taken to scan your network. See "Last scan duration", just above the start/stop buttons. After at least one scan, you should be able to load your project on the Vigilia server and see the scanned devices.+After a few minutes, you can validate that everything runs smoothly by checking the time taken to scan your network. See "Last scan duration", just above the start/stop buttons. After at least one scan, you should be able to load your project on the Vigilia server and see the scanned devices
 + 
 + 
 +==== Step 4 (optional) : Startup Script ==== 
 +You might want to run Wacnet every time your computer is booted. This can be useful to insure that you will continue to record even after an untimely reboot (update, power outage...). 
 + 
 + 
 +=== Windows === 
 +Assuming you installed the Wacnet .jar file into c:/Wacnet, you can place this script in your startup directory: 
 + 
 +<file batch wacnet-startup.bat> 
 +@echo off 
 + 
 +rem 1 min delay.. 
 +timeout /t 60 
 +rem starting delayed start programs 
 + 
 +cd C:\Wacnet 
 +javaw -jar wacnet-1.1.9-standalone.jar 
 +</file> 
 + 
 +Remember to rename the Wacnet filename if necessary.
suppliers/hvac.io/vigilia/recording.txt · Last modified: 2020/10/04 07:22 by 178.151.245.174