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
Next revision
Previous revision
suppliers:hvac.io:vigilia:recording [2020/10/02 11:23] – old revision restored (2015/10/26 18:17) 69.30.210.242suppliers: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 10: Line 10:
 (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 52: 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 83: 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 97: Line 95:
  
  
-==== Step 3: 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 107: 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.1601637782.txt.gz · Last modified: 2020/10/02 11:23 by 69.30.210.242