Your Cart

call us on +1-209-673-2606

Free shipping on all orders over $10.00

email us at support@makerusa.net

Tally Bright LED V3.0

 

 

Tally Bright

User Guide

Firmware v3.0  ·  2-LED Edition  ·  makerUSA

1. Overview

Tally Bright is a compact WiFi-connected tally light designed for video production environments. It monitors your video mixer in real time and signals each camera’s status — live on air, in preview, or idle — through its two-colour LED indicator.

When connected to a compatible Osee GoStream mixer, the device updates automatically as you switch between sources. A built-in web interface lets you configure, monitor, and manually control any unit from a browser on the same network — no app required.

2. LED Indicators

The tally light communicates its status entirely through two LEDs. The table below describes every possible state.

Tally StateLED ColourLED Pattern
LIVE (Program)
Red
Red LED on, green LED off
PREVIEW
Green
Green LED on, red LED off
Connecting to mixer
Both on
Red and green LEDs both on
No mixer host configured
Both on
Red and green LEDs both on (flashing, 1 sec on / 1 sec off)
Starting up / initialising
White (both)
Both LEDs on briefly
OFF (idle)
Off
Both LEDs off
TIP: When the device successfully connects to the mixer, it flashes Red → Green → both LEDs on → off once as a confirmation sequence before switching to the current tally state.

3. First-Time Setup

On first power-on — or after a configuration reset — Tally Bright creates a temporary WiFi access point named Tally Bright Setup. Follow the steps below to connect it to your network and mixer.

3.1 Connect to the setup network

  1. Power on the device. Both LEDs will illuminate.
  2. On your phone or laptop, open WiFi settings and connect to the network named Tally Bright Setup.
  3. A captive portal page will open automatically. If it does not, open a browser and navigate to 192.168.4.1.

3.2 Enter your settings

  1. Select your WiFi network from the list and enter the password.
  2. Fill in the Mixer Configuration fields (see Section 4).
  3. Tap Save. The device reboots and joins your network.
NOTE: Leave the Mixer host field blank if you want the device to find your mixer automatically on the local network. Manual IP entry is also supported.

4. Configuration Reference

All settings can be entered through the setup portal at first use, or updated later via the /config web endpoint.

SettingDescriptionDefault
Mixer hostIP address of the video mixer. Leave blank to use automatic network discovery.auto discover
Mixer portNetwork port used to communicate with the mixer.19010
Device nameA friendly label for this tally unit, shown in all API responses.Camera 1
Device IDThe input number on the mixer that this tally light represents. Uses 1-based numbering — e.g. 1 = Camera 1, 2 = Camera 2.1
Device mode0 = WiFi only (manual control via web commands). 1 = GoStream (automatic tally from mixer). See Section 6.1
BrightnessLED brightness, 10–255. Stored for API compatibility; the LEDs on 2-LED hardware are either on or off.50
Protocol offsetSet to 1 for current GoStream firmware. Set to 0 only if using older mixer firmware and the tally shows the wrong camera number.1

5. Web Interface

Once connected to your network, Tally Bright hosts a small web server reachable from any browser. All commands are plain URLs — replace with the IP address shown on your router, or use the device hostname if your network supports local name resolution.

5.1 Information endpoints

URLWhat it returns
http:///App name, version, and manufacturer details. Use this to confirm the device is reachable.
http:///versionApp name and firmware version only.
http:///statusFull live status: camera on air, preview active, WiFi connection state, current program and preview indices.
http:///mixerConfigured mixer host and port.
http:///deviceDevice name and device ID.

5.2 Configuration endpoint

The /config endpoint shows the full current configuration. Append URL parameters to update one or more settings. Changes are saved immediately and persist across reboots.

http:///config

To update settings, add parameters:

http:///config?device_name=Camera2&device_id=2

ParameterAccepted valuesExample
mixer_hostIP address string?mixer_host=192.168.1.50
mixer_port1 – 65535?mixer_port=19010
device_nameText, up to 40 characters?device_name=Camera+3
device_id1 – 256 (1-based)?device_id=3
device_mode0 or 1?device_mode=1
device_brightness10 – 255?device_brightness=128
protocol_offset0 or 1?protocol_offset=1

5.3 Manual tally control

Use these endpoints to set the tally state manually — useful in WiFi-only mode, for testing, or when integrating with custom automation systems.

http:///program— toggle program (LIVE) on or off
http:///program?state=on— force LIVE (red LED)
http:///program?state=off— clear LIVE
http:///preview— toggle preview on or off
http:///preview?state=on— force PREVIEW (green LED)
http:///preview?state=off— clear PREVIEW

NOTE: Program (LIVE) always takes priority over preview. If both are set to on simultaneously, the LED will show red.

5.4 System management

URLAction
http:///bootImmediately reboots the device. Useful after changing settings that require a restart.
http:///reset?confirm=YESErases WiFi configuration and restarts the setup portal. The ?confirm=YES parameter is required — omitting it returns an error without making any changes.
WARNING: After a reset, the device will reappear as the Tally Bright Setup access point and you will need to repeat the first-time setup process.

6. Operating Modes

Mode 0 — WiFi Only

The device connects to your WiFi network and serves the web interface, but does not attempt to contact any mixer. All tally control is manual via the /program and /preview endpoints.

This mode suits situations where:

  • You do not have a GoStream mixer.
  • You want to control tally from a custom automation script or broadcast controller.
  • You are testing the device before integrating it into a production.

Mode 1 — GoStream (Automatic)

The standard production mode. The device connects to the GoStream mixer over your local network and receives live program and preview updates. LEDs update in real time whenever you switch sources — no manual intervention needed.

The device supports both current and older GoStream mixer firmware. Use the Protocol offset setting to match your mixer:

  • Protocol offset 1 — use with current GoStream firmware.
  • Protocol offset 0 — use only with older firmware if the tally is showing an incorrect camera number.
NOTE: If the mixer host is left blank, the device will search for the mixer automatically on the local network. The mixer must be powered on and reachable before the tally device searches.

7. Automatic Mixer Discovery

When no mixer IP address is configured, Tally Bright searches for a compatible mixer on the local network approximately every 30 seconds until one is found.

For reliable automatic discovery:

  • The mixer and all tally devices must be on the same network subnet.
  • The mixer must be fully booted before the tally device searches.
  • If discovery consistently fails, enter the mixer IP address manually via the /config endpoint or the setup portal.

8. Troubleshooting

SymptomLikely causeSolution
Both LEDs stay on after bootDevice cannot connect to the mixer.Check that the mixer IP and port are correct. Verify the mixer is powered on and on the same network. Try entering the IP manually via /config.
Both LEDs stay on (flashing) with no tally stateNo mixer host is configured and auto-discovery has not found one.Set the mixer host manually:
http:///config?mixer_host=
LEDs show correct colour but wrong cameraProtocol offset mismatch between device and mixer firmware.Change the protocol offset. If currently 1, try 0, or vice versa.
Device does not appear on the networkWiFi credentials incorrect, or device needs reset.Reset the device and repeat first-time setup. Ensure you are connecting to the same WiFi network as your mixer.
Setup portal does not open automaticallyCaptive portal blocked by the connecting device.Open a browser and manually navigate to 192.168.4.1 while connected to the Tally Bright Setup network.
/reset returns an errorThe ?confirm=YES parameter is missing or incorrect.Use the exact URL: http:///reset?confirm=YES — the word YES must be uppercase.
Tally does not respond after mixer source changeTCP connection to the mixer was lost.The device will attempt to reconnect automatically. Wait a few seconds. If unresolved, use /boot to reboot the device.

9. Technical Specifications

Firmware version
3.0
Network interface
WiFi 2.4 GHz
Configuration
Captive portal / HTTP API
Mixer protocol
Osee GoStream TCP
Compatible mixers
Osee GoStream series
LED indicators
2 × (Red, Green)
Web server port
80 (HTTP)
API response format
JSON
Manufacturer
makerUSA

 

Free Shipping

On all orders above $10

Easy 30 days returns

30 days money back guarantee

100% Secure Stripe Checkout

Stripe / MasterCard / Visa