Overview
SwitchPlease is a web interface running on a single Receiver that provides full HDMI switching control for the Just Add Power HD over IP solution. No control system needed!
SwitchPlease is included in the core firmware starting at A6.5.5 and B1.0.0
Requirements
- IP address of Just Add Power setup and installation
- Fully configured JADConfig system on most supported Luxul or Cisco switches
- Cisco CBS350 models are not supported by SwitchPlease
- Luxul SW-510 and SW-610 models are not supported by SwitchPlease
- Static route from the data network to the Just Add Power network
Setup
- Run JADConfig to configure the switch and all devices, making sure to load the latest firmware.
- Enable SwitchPlease on only one Receiver:
- If you are on firmware B2.0.0 or later, go to the webUI System tab. Enable SwitchPlease and Apply+Save+Reboot.
- If you are on an earlier firmware, the command must be applied through the Console API box on the web interface, or via telnet.
astparam s switchplease y;astparam save;reboot
- The Receiver will reboot. When it comes back up, open the web interface of the Receiver at http://[ReceiverIP]/switchplease.
- Select the Page icon at the bottom right to open the Settings Menu.
- Expand the Receiver Settings option to set:
- Name - The name of the Receiver in the interface
- Show/Hide - Set whether the Receiver appears in the interface
- Image Pull - Set whether the Image Pull image will show on the interface. Image Pull must be enabled separately as well.
- Expand the Transmitter Settings option to set:
- Name - The name of the Transmitter in the interface
- Show/Hide - Set whether the Transmitter can be selected as a source
- Save changes
- Select the "check" mark at the bottom center to save the settings to the local browser. The settings will only affect the local device accessing the Receiver.
- Select the "disc" symbol at the bottom left to save settings to the Receiver itself. This will result in the settings being applied across all devices and browsers that access SwitchPlease.
- Select the "X" to cancel changes.
- If local settings and Receiver settings are present, local settings override Receiver settings.
- Reload the page to apply all settings.
Usage
Switch a Single Receiver
- Click the Receiver box to select it. A Transmitter popup will appear.
- Click a Transmitter to switch. The popup will disappear.
Switch Multiple Receivers
- Click on the square in the top right corner of the Receiver box. It will light up white.
- Continue to click squares until all Receivers are selected.
- Click any of the selected Receiver boxes to get the Transmitter popup.
- Click a Transmitter to switch. The popup will disappear.
Reset or Resize
If the system grows or shrinks in size, or the Receiver needs to be repurposed for a new system, follow the instructions below to reset SwitchPlease settings.
- Log into the webUI of the SwitchPlease Receiver
- Go to the CLI by hitting Ctrl+Alt+Enter or by selecting CLI from the dropdown menu in the top-right corner
- Execute the commands below:
rm /www/switchplease/json/systeminfo.json
getswitchinfo.sh json
- Reboot the Receiver
Set Switch Username/Password
The default username/password on supported Luxul and Cisco switches are also set as the default username/password inside SwitchPlease.
For users who need more security or are required to change the login credentials, apply the commands below via the CLI (telnet or through the webUI):
astparam s sw.user {$USERNAME}
astparam s sw.{$USERNAME} {$PASSWORD}
astparam save
reboot
Limitations:
- Username and password cannot include the $ symbol
For example, if the switch username is Hello and the password is Goodbye007, then the string of commands would be:
astparam s sw.user Hello
astparam s sw.Hello Goodbye007
astparam save
reboot
v1.2