TALLYCOMM
← GUIDE
BITFOCUS COMPANION
Trigger
Generator

Configure your room, switcher and scene names. Download the file and import it into Companion — triggers are already created.

MODULE PENDING APPROVAL — The official TallyComm module has been submitted to Bitfocus and is awaiting review.
CONFIGURATION
ROOM NAME Must match exactly the room name your camera operators use in TallyComm.
SWITCHER
CAMERAS — click to enable/disable
TRIGGERS TO GENERATE: 0
HOW TO IMPORT IN COMPANION
IMPORT STEPS — TRIGGERS ONLY, DOES NOT AFFECT YOUR EXISTING CONFIG
1
Download the file
Configure your room and cameras above and click "Download Triggers". A .companionconfig file downloads.
2
Open Companion
Open the Companion launcher and click Launch GUI. It opens in your browser at localhost:8000.
3
Go to Import / Export
In the left sidebar find and click:
Import / Export
Then click Import configuration and select the .companionconfig file you downloaded.
4
Select Triggers only
After uploading, Companion shows tabs: Full config, Triggers, Buttons, etc.
Triggers Import triggers
Do NOT use "Full config" — that deletes all your existing connections. Use the Triggers tab only.
5
Verify connections in each trigger
Go to Triggers in the menu. Each trigger has a condition (your switcher) and an action (TallyComm). Verify that connection names match yours in Companion.
Triggers click en cada trigger verifica conexion
6
Test
Open TallyComm in the correct room and change an input on your switcher. Tally should arrive in real time to connected devices.
You can also test manually from terminal:
curl -X POST https://tallycomm.com/api/tally \
  -H "Content-Type: application/json" \
  -H "x-tallycomm-key: tk_YOUR_API_KEY" \
  -d '{"camera":1,"bus":"program","room":"YOUR-ROOM"}'