User Manual for End Users and System Administrators
Drag to rotate • Scroll to zoom • Right-click to move
The Metrici Horn Light is a hardware product developed by Metrici. It is a compact LAN device with a built-in red indicator light and an audible horn — used to deliver simultaneous visual and audio alerts at parking entrances, access control points, or any location where an immediate go/stop signal is needed.
The device features a single Ethernet port that provides both network connectivity and electrical power via PoE (Power over Ethernet). No separate power adapter is needed — a single cable handles everything.
The red light and horn are controlled via two independent relay outputs built into the controller. When a Metrici detection engine (such as Area Counter or Line Counter) needs to signal an event, it sends an HTTP command to the Horn Light device, which activates the corresponding relay. For example, when a parking zone is full, the engine can trigger Relay 1 to turn the red light on and Relay 2 to sound the horn — alerting users that no space is available.
The controller is also managed through a web-based interface accessible from any browser on the same network. From this interface, you can manually activate the light and horn, set automatic timers, configure the network connection, manage user credentials, and perform firmware updates.
Key features:
| Specification | Details |
|---|---|
| Description | Red light + horn alert LAN controller with built-in relay outputs |
| Outputs | Relay 1 (red indicator light), Relay 2 (horn/buzzer) |
| Inputs | 2 configurable input addresses (IP:port) |
| Connectivity | 1 Ethernet port (PoE) |
| Networking | WiFi 802.11 b/g/n and Ethernet 10/100 Mbps |
| Protocols | HTTP over TCP/IP, Wiegand |
| Power | PoE (IEEE 802.3af) via Ethernet cable — no separate power adapter needed |
| Operating Temperature | -20 to +50 °C, IP65 |
| Software Compatibility | Metrici v3.3 and higher |
| Interface | Web-based dashboard with 3 sections: Dashboard, Settings, User |
The Metrici Horn Light is powered via PoE (Power over Ethernet). Connect a single Ethernet cable from a PoE switch or PoE injector to the device's Ethernet port. This cable provides both network connectivity and electrical power — no separate power adapter is needed.
After connecting the Ethernet cable, open a browser on a computer or phone connected to the same network and navigate to:
http://192.168.100.10
The device ships with factory defaults: Connection Type: Ethernet and IP Type: Static. This is why you can connect to it immediately at the default address using an Ethernet cable.
The web interface has three main sections:
The Dashboard is the first page you see after accessing the device. It provides a real-time overview of the Horn Light device's current state — see Fig.1 Dashboard.
The left side of the Dashboard displays the current network configuration, including:
The right side of the Dashboard shows the I/O Settings panel. Switch to the Output tab to view and manually control the device's relay outputs — see Fig.2 Dashboard Output Tab.
The Output tab provides:
The On/Off buttons allow you to manually control each output directly from the Dashboard for testing or manual operation. When a button is active (relay is on), the On button is highlighted. When inactive, the Off button is highlighted in red. Under normal triggered operation both relays activate at the same time — the red light turns on and the horn sounds simultaneously.
The Logs section at the bottom of the Dashboard displays a timestamped record of recent device events, including network configuration details and relay state changes. For example:
Relay 1 is ON — the red light was activatedRelay 1 is OFF — the red light was deactivatedRelay 2 is ON — the horn was activatedRelay 2 is OFF — the horn was deactivatedLogs are useful for troubleshooting and verifying that commands are being received and executed correctly.
To configure the Horn Light device, click Settings in the left-side menu — see Fig.3 Settings. Here you can change the network configuration, set relay timers, configure input and Wiegand addresses, perform backup and restore operations, and update the firmware.
The Network Settings section allows you to configure how the device connects to your local network.
| Option | Description |
|---|---|
| Ethernet | Connect via Ethernet cable (recommended). SSID and Password fields become inactive and display "Ethernet Connection". |
| WiFi | Connect via WiFi. Enter the SSID and Password of your local wireless network. |
| Option | Description |
|---|---|
| Static | Manually set the IP Address, Gateway, Subnet Mask, and DNS. Recommended for permanent installations so the device always has the same address. |
| DHCP | The device receives an IP address automatically from the router. All address fields become inactive. |
| Field | Description |
|---|---|
| SSID | The WiFi network name. Only used when Connection Type is WiFi. |
| Password | The WiFi network password. Only used when Connection Type is WiFi. |
| IP Address | The device's unique address on the network (e.g., 192.168.100.10). |
| Gateway | The router's IP address (e.g., 192.168.100.1). |
| Subnet Mask | Defines the local network range (e.g., 255.255.255.0). |
| DNS | The DNS server address (e.g., 8.8.8.8). |
After making changes, click the Save button. The device will restart with the new network settings.
When any button or setting is active, it is displayed in red.
The I/O Settings panel is divided into two tabs: Input and Output.
The Input tab allows you to configure the two input addresses from which the device accepts trigger signals. Each input requires an Address (IP) and a Port number.
| Field | Description |
|---|---|
| Input 1 Address | IP address of the first system authorised to send trigger commands to this device. |
| Input 1 Port | Port number corresponding to Input 1. |
| Input 2 Address | IP address of the second system authorised to send trigger commands. |
| Input 2 Port | Port number corresponding to Input 2. |
Click Save to apply the input address configuration. If no input addresses are configured, the fields display "not set".
On the Settings page, the Output tab allows you to configure the timer durations for each relay — see Fig.4 Output Settings.
| Field | Description |
|---|---|
| Timer 1 (s) | The number of seconds Relay 1 (red light) stays ON after being triggered. Set to 0 to keep it ON indefinitely until a manual or remote command turns it OFF. |
| Timer 2 (s) | The number of seconds Relay 2 (horn) stays ON after being triggered. Set to 0 to keep it ON indefinitely until a manual or remote command turns it OFF. |
After changing the timer values, click Save to apply.
The built-in relays are controlled remotely by Metrici detection engines using HTTP requests. When an engine detects an event (such as a zone becoming full or an object crossing a line), it sends an HTTP command to the Horn Light device, which activates the corresponding relay.
| Command | URL |
|---|---|
| Turn Relay 1 (Red Light) ON | http://192.168.100.10/relay1/on |
| Turn Relay 1 (Red Light) OFF | http://192.168.100.10/relay1/off |
| Turn Relay 2 (Horn) ON | http://192.168.100.10/relay2/on |
| Turn Relay 2 (Horn) OFF | http://192.168.100.10/relay2/off |
Replace 192.168.100.10 with the actual IP address of your Horn Light device.
http://username:password@192.168.100.10/relay1/on. See the User Management chapter for details.
If the timer is set to a value greater than 0, the relay will automatically turn OFF after the specified duration — only the "ON" URL is needed in the detection engine. If the timer is set to 0, both ON and OFF URLs should be configured.
The Metrici Horn Light is designed to work with Metrici detection engines. The engine sends HTTP commands to the device's IP address to activate the relays. Below are examples showing how to configure this in the Metrici Control Panel for different engines.
Make sure the Area Counter or Line Counter engines are properly configured. You can find the documentations here:
In the Metrici Control Panel, open the Area Counter engine settings. Under Engine Working Mode & External Trigger, enter the Horn Light device's IP in the signaling device fields:
| Field | Value | Effect |
|---|---|---|
| Signaling device URL (ON) | http://192.168.100.10/relay1/on | Activates the red light when the configured condition is met (e.g., zone is full) |
| Signaling device URL (OFF) | http://192.168.100.10/relay1/off | Deactivates the red light when the condition clears |
To also trigger the horn, add a second signaling URL pointing to /relay2/on and /relay2/off.
The Wiegand Settings section allows you to connect the Horn Light to a Wiegand server — see Fig.5 Wiegand & Other Settings. This is used in access control scenarios where a Wiegand reader communicates with a central server and the Horn Light acts as the alert output.
| Field | Description |
|---|---|
| Server Address | The IP address of the Wiegand server the device should communicate with. |
| Port | The port number used to connect to the Wiegand server. |
Click Save to apply. If not used, both fields display "not set".
Click Save to File to download a JSON file containing all current settings. This file can be used to restore settings later or deploy the same configuration to another device.
Click Browse, select a previously saved configuration file, then click Upload. The device will restart with the imported settings.
Two reset options are available under the Factory Reset tab:
192.168.100.10.Both options require confirmation before executing.
Firmware files (firmware.bin and littlefs.bin) are provided by Metrici and can be downloaded from support.metrici.ro.
To update:
firmware.bin.littlefs.bin file.The User page allows you to set a username and password for HTTP authentication — see Fig.6 User Settings. Only one user account can exist at a time — saving a new username or password will overwrite the previous one.
Setting a user is not mandatory for the device to work. It is a security feature that prevents unauthorized access to the web interface and HTTP commands from the local network.
http://username:password@192.168.100.10/relay1/on
http://192.168.100.10.http://user:pass@IP/relay1/on.