Overview
SwitchPlease is a web interface running on a single Decoder 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 Decoder:
- 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 Decoder will reboot. When it comes back up, open the web interface of the Decoder at http://[DecoderIP]/switchplease.
- Select the Page icon at the bottom right to open the Settings Menu.
- Expand the Decoder Settings option to set:
- Name - The name of the Decoder in the interface
- Show/Hide - Set whether the Decoder 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 Encoder Settings option to set:
- Name - The name of the Encoder in the interface
- Show/Hide - Set whether the Encoder 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 Decoder.
- Select the "disc" symbol at the bottom left to save settings to the Decoder 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 Decoder settings are present, local settings override Decoder settings.
- Reload the page to apply all settings.
Usage
Switch a Single Decoder
- Click the Decoder box to select it. A Decoder popup will appear.
- Click a Encoder to switch. The popup will disappear.
Switch Multiple Decoders
- Click on the square in the top right corner of the Decoder box. It will light up white.
- Continue to click squares until all Decoders are selected.
- Click any of the selected Decoder boxes to get the Encoder popup.
- Click a Encoder to switch. The popup will disappear.
Reset or Resize
If the system grows or shrinks in size, or the Decoder 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