Synchronize
Sign in, select the eligible location, synchronize its V8 transmitter, and keep the runtime open on the local network.
Connector runs at the location, synchronizes authorized V8 transmitters, discovers the local paging device, and forwards paging requests from LRS Waitlist to the hardware.
1. Overview
Dashboard owns Service Plans, API keys, locations, areas, and transmitter records. Waitlist creates paging requests during daily operation. Connector is the local bridge that receives an authorized request and writes it to a supported V8 transmitter on the location network.
Keep the location, Service Plan, API Access, API key binding, areas, and transmitter identity current.
Sign in, select the eligible location, synchronize its V8 transmitter, and keep the runtime open on the local network.
Staff sends a pager notification from the live workflow and monitors the resulting status.
2. Eligibility
| Requirement | What to confirm |
|---|---|
| Authorized user | Sign in with a verified Dashboard account that can manage the target organization or location. Staff-only accounts are not eligible for Connector administration. |
| Active location | The location must be active and have a current billed Service Plan with API Access enabled. |
| API key binding | The location must be associated with an active API key. The Connector receives scoped configuration, never the API key secret. |
| V8 transmitter | The transmitter must use the canonical V8 identity and be reachable on the same local network as the Connector runtime. |
3. Runtime
Choose the packaged runtime approved for the location workstation. Production API access uses an exact origin allowlist, so changing the local host or port can prevent sign-in and synchronization.
| Runtime | Production origin |
|---|---|
| Bun / Bun Window | Uses http://127.0.0.1:4000. Keep the default host and port in production. |
| Electrobun | Uses http://127.0.0.1:4100. Keep the default host and port in production. |
| Neutralino | Uses http://127.0.0.1:4300. Keep the default host and port in production. |
| Tauri | Uses the packaged Tauri origin and native commands instead of a local HTTP server. |
127.0.0.1 with localhost or override the production port unless the API allowlist is updated and deployed at the same time.4. Sign in and sync
5. V8 identity
The canonical V8 serial format is T7470-#####, where the final five characters are digits. Connector also accepts the bare five digits and expands them to this format. Legacy T747X values are not converted and will be rejected by V8 synchronization and paging.
| Input | Result |
|---|---|
| T7470-12345 | Canonical V8 identity; accepted. |
| 12345 | Expanded by Connector to T7470-12345. |
| T747X-12345 | Legacy alias; rejected. |
| T7471-12345 | Not a V8 identity; use the workflow for its actual hardware model. |
6. Paging status
| Status | Meaning |
|---|---|
| Received | The cloud request reached Connector and is waiting for local processing. |
| Accepted | The local transmitter returned PageRequestStatus. This confirms local acceptance; it does not prove physical pager reception. |
| Expired | The request passed its allowed delivery window before local transmission completed. |
| Unavailable | No eligible synchronized transmitter was available for the request. |
7. Troubleshooting
Confirm the location is active, its current charged plan includes API Access, and an active API key remains bound to it.
Use T7470 followed by a hyphen and five digits. T747X is no longer an alias. Entering only five digits in Connector expands to the canonical T7470 form.
Use the runtime's default 127.0.0.1 port. Production accepts only the packaged origins listed in this guide; custom ports require a coordinated API change.
Accepted means the transmitter returned a local PageRequestStatus. Recheck pager number, pager type, transmitter configuration, signal coverage, and the physical pager.
Connector rebuilds its synchronized state after sign-in. Confirm the location and transmitter resynchronize before sending another test page.