Novastar H Series Api

What (preset recall, source switching, or layer resizing) are you trying to automate?

Retrieve system initialization status, IP addresses, and card configurations (input/output).

Manage IPC source lists, add/delete channels, and configure IPC mosaic sources for security or monitoring applications. novastar h series api

def connect(self): self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) self.sock.connect((self.ip, self.port))

By leveraging the H Series API effectively, you transform standalone video wall processors into deeply integrated assets capable of automated, responsive, and flawless visual delivery across complex enterprise environments. What (preset recall, source switching, or layer resizing)

Ideal for Digital Signage networks, smart city deployments, and scenarios where centralized management of multiple H Series units is required.

| Function | Description | | :--- | :--- | | | Forces the processor to a specific input (e.g., HDMI 1, SDI, DVI). | | Brightness | Sets the global LED screen brightness (0-100%). | | Windowing | Adjusts the PIP (Picture-in-Picture) coordinates and sizing. | | Presets | Recalls saved preset configurations. | | Power Control | Turns the LED wall on/off (sends commands to Receiving Cards). | def connect(self): self

# Dim screen for mood lighting await websocket.send(json.dumps( "jsonrpc": "2.0", "method": "display/brightness", "params": "token": token, "value": 10, "id": 2 )) print("Screen dimmed to 10%")

: Retrieve real-time data on hardware health, including temperature, power supply status, and card connectivity.

GET commands: Poll the device for current status (e.g., current active preset, card temperature).