Novastar H Series Api __top__ Info

The NovaStar H Series API is a specialized toolset designed for third-party developers to programmatically control NovaStar's flagship all-in-one video splicing processors. By leveraging the NovaStar H Series OpenAPI, integrators can automate complex video wall tasks such as preset switching, layer management, and device status monitoring. Core Integration Protocols

1. Introduction

The Novastar H Series represents a line of high-performance LED display controllers capable of processing 4K and 8K video signals. While the devices are equipped with a local Graphical User Interface (GUI) and a tablet-based control app (NovaLCT), professional AV integration often requires direct machine-to-machine communication. novastar h series api

Input Source Switching and EDID Management: While the H Series is primarily a receiving card, when paired with NovaStar sending cards (like the H series controller), the API can manage input routing, EDID emulation, and output mapping. The NovaStar H Series API is a specialized

Step-by-Step Setup:

  1. Connect to the H Series via the front panel menu.
  2. Navigate to: System Settings > Control Interface > Network Control.
  3. Set a static IP address (e.g., 192.168.1.100).
  4. Enable "WebSocket API Server" . Note the Port (usually 8080 or 8088).
  5. (Optional) Set a password – The API supports Basic Authentication over WebSocket.

3.4 Set Blackout / Mute

CMD: 0x21
Data: 0x00 (off) / 0x01 (on)
Blackout ON: AA AA AA 03 21 01 23 BB BB BB Connect to the H Series via the front panel menu


  "jsonrpc": "2.0",
  "method": "system/status",
  "params":  "token": "session_token_abc123" ,
  "id": 5