Difference between revisions of "Valt Room Schedule Display"

From IVS Wiki
Jump to: navigation, search
(Created page with "=Configuration= ===How to Connect=== ====DHCP==== The Valt Room Schedule Display will automatically pull an IP address from DHCP. The IP address can be obtained by reviewing y...")
 
(VALT Settings)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
===How to Connect===
 
===How to Connect===
 
====DHCP====
 
====DHCP====
The Valt Room Schedule Display will automatically pull an IP address from DHCP. The IP address can be obtained by reviewing your DHCP leases on your DHCP server. The hostname of the device is ScheduleDisplay.
+
The VALT Room Schedule Display will automatically pull an IP address from DHCP. The IP address can be obtained by reviewing the DHCP leases on the associated DHCP server. The hostname of the device is ScheduleDisplay.
  
 
====Manual====
 
====Manual====
Line 11: Line 11:
  
 
===Manually Setting an IP Address===
 
===Manually Setting an IP Address===
In order to set the ip address manually you must be connected to the device using the ivsadmin user. The ivsuser account can not change any settings. If you are connecting from the console, type '''su ivsadmin''' to change accounts. You will be prompted for the ivsadmin password.
+
In order to set the ip address manually, connect to the device using the ivsadmin user. The ivsuser account can not change any settings. If you are connecting from the console, type '''su ivsadmin''' to change accounts. There will be a prompt for the ivsadmin password.
 
# Type ''' sudo nano /etc/dhcpcd.conf''' and press enter
 
# Type ''' sudo nano /etc/dhcpcd.conf''' and press enter
# Scroll down until you find the section for interface eth0.
+
# Scroll down until to the section for interface eth0.
 
# Remove the # at the start of the lines for static ip_address, static routers, and static domain_name_servers.
 
# Remove the # at the start of the lines for static ip_address, static routers, and static domain_name_servers.
# Update the ip configuration to reflect the correct settings for your environment.
+
# Update the ip configuration to reflect the correct settings for the environment.
 
#:[[File:SmartButton2.png]]
 
#:[[File:SmartButton2.png]]
 
# Comment out the remaining lines in the file by adding a # to the start of the line.
 
# Comment out the remaining lines in the file by adding a # to the start of the line.
 
#:[[File:SmartButton3.png]]
 
#:[[File:SmartButton3.png]]
 
  
 
===Configuring the Room Schedule Display===
 
===Configuring the Room Schedule Display===
Line 38: Line 37:
 
|-
 
|-
 
|Password
 
|Password
|Access password for the settings page on the Valt Room Schedule Display
+
|Access password for the settings page on the VALT Room Schedule Display
 
|-
 
|-
 
|Recording Button
 
|Recording Button
|Turns on or off the ability to start and stop recordings from the Valt Room Schedule Display
+
|Turns on or off the ability to start and stop recordings from the VALT Room Schedule Display
 
|-
 
|-
 
|Privacy Button
 
|Privacy Button
|Turns on or off the ability to enable privacy mode from the Valt Room Schedule Display
+
|Turns on or off the ability to enable privacy mode from the VALT Room Schedule Display
 
|}
 
|}
  
Note:''You must configure the privacy mask on the camera before the privacy button will function.''
+
''Note:'' The privacy mask must be configured on the camera before the privacy button will function.''
====Valt Settings====
+
 
 +
====VALT Settings====
 
:[[File:RoomDisplay6.png]]
 
:[[File:RoomDisplay6.png]]
 
{| class="wikitable"
 
{| class="wikitable"
|+Valt Settings
+
|+VALT Settings
 
|-
 
|-
 
|Server
 
|Server
|URL for the Valt server
+
|URL for the VALT server
 
|-
 
|-
 
|Username
 
|Username
|Username for the Valt server. It is recommended you create a service account for this purpose.
+
|Username for the VALT server. It is recommended to create a service account for this purpose.
 
|-
 
|-
 
|Password
 
|Password
Line 63: Line 63:
 
|-
 
|-
 
|Room
 
|Room
|Room for which the schedule will be displayed on the Valt Room Schedule Display.
+
|Room for which the schedule will be displayed on the VALT Room Schedule Display.
 
|-
 
|-
 
|Connect
 
|Connect
|Attempts to connect to the Valt server using the provided url and credentials.
+
|Attempts to connect to the VALT server using the provided url and credentials.
 
|}
 
|}
  
Line 72: Line 72:
 
#Click the connect button.
 
#Click the connect button.
 
#:[[File:RoomDisplay8.png]]
 
#:[[File:RoomDisplay8.png]]
#If all the entered information is correct, you will receive a '''Connection Successful''' message.
+
#If all the entered information is correct, a '''Connection Successful''' message will be received.
#Select the room from the dropdown list. This will only be available once you have established a connection to the Valt server.
+
#Select the room from the dropdown list. This will only be available once a connection is established with the VALT server.
 
#:[[File:RoomDisplay9.png]]
 
#:[[File:RoomDisplay9.png]]
 
#Click Save
 
#Click Save
#You should now see the room schedule displayed on screen.
+
#The room schedule should now be displayed on screen.
 
#:[[File:RoomDisplay10.png]]
 
#:[[File:RoomDisplay10.png]]
 +
 
===Disable the Fan===
 
===Disable the Fan===
# Connect to the Valt Room Schedule Display via SSH
+
# Connect to the VALT Room Schedule Display via SSH
 
# Type '''sudo nano /boot/config.txt''' and press enter.
 
# Type '''sudo nano /boot/config.txt''' and press enter.
 
# Scroll down to the bottom of the file and add the following line:
 
# Scroll down to the bottom of the file and add the following line:
 
#: disable_poe_fan=1
 
#: disable_poe_fan=1
 
# Save the file
 
# Save the file
# Reboot the Valt Room Schedule Display.
+
# Reboot the VALT Room Schedule Display.

Latest revision as of 10:55, 21 April 2020

Configuration

How to Connect

DHCP

The VALT Room Schedule Display will automatically pull an IP address from DHCP. The IP address can be obtained by reviewing the DHCP leases on the associated DHCP server. The hostname of the device is ScheduleDisplay.

Manual

You can retrieve the IP address from the smart button directly by plugging in a keyboard and running the following command from the console: ifconfig | more

The ip address will be listed under interface eth0.

Manually Setting an IP Address

In order to set the ip address manually, connect to the device using the ivsadmin user. The ivsuser account can not change any settings. If you are connecting from the console, type su ivsadmin to change accounts. There will be a prompt for the ivsadmin password.

  1. Type sudo nano /etc/dhcpcd.conf and press enter
  2. Scroll down until to the section for interface eth0.
  3. Remove the # at the start of the lines for static ip_address, static routers, and static domain_name_servers.
  4. Update the ip configuration to reflect the correct settings for the environment.
    SmartButton2.png
  5. Comment out the remaining lines in the file by adding a # to the start of the line.
    SmartButton3.png

Configuring the Room Schedule Display

Upon initial startup the Room Schedule Display should boot up to a blank schedule as seen in the picture below.

RoomDisplay1.png
  1. Click Configure Settings
    RoomDisplay2.png
  2. Enter the password for the Room Schedule Display.
    RoomDisplay3.png
    The default password is admin51.
  3. Click Log In
    RoomDisplay4.png]
  4. Select the appropriate settings menu from the available options.

Display Settings

RoomDisplay5.png
Display Settings
Password Access password for the settings page on the VALT Room Schedule Display
Recording Button Turns on or off the ability to start and stop recordings from the VALT Room Schedule Display
Privacy Button Turns on or off the ability to enable privacy mode from the VALT Room Schedule Display

Note: The privacy mask must be configured on the camera before the privacy button will function.

VALT Settings

RoomDisplay6.png
VALT Settings
Server URL for the VALT server
Username Username for the VALT server. It is recommended to create a service account for this purpose.
Password Password for the specified user account.
Room Room for which the schedule will be displayed on the VALT Room Schedule Display.
Connect Attempts to connect to the VALT server using the provided url and credentials.
  1. Enter the required information into the fields provided.
  2. Click the connect button.
    RoomDisplay8.png
  3. If all the entered information is correct, a Connection Successful message will be received.
  4. Select the room from the dropdown list. This will only be available once a connection is established with the VALT server.
    RoomDisplay9.png
  5. Click Save
  6. The room schedule should now be displayed on screen.
    RoomDisplay10.png

Disable the Fan

  1. Connect to the VALT Room Schedule Display via SSH
  2. Type sudo nano /boot/config.txt and press enter.
  3. Scroll down to the bottom of the file and add the following line:
    disable_poe_fan=1
  4. Save the file
  5. Reboot the VALT Room Schedule Display.