Valt Room Schedule Display

From IVS Wiki
Revision as of 16:35, 11 March 2019 by IVSWikiBlue (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 your DHCP leases on your 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 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.

  1. Type sudo nano /etc/dhcpcd.conf and press enter
  2. Scroll down until you find 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 your 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:You must configure the privacy mask 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 you 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, you will receive a Connection Successful message.
  4. Select the room from the dropdown list. This will only be available once you have established a connection to the Valt server.
    RoomDisplay9.png
  5. Click Save
  6. You should now see the room schedule 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.