User Manual for End Users and System Administrators
The Metrici Signal Light is a hardware product developed by Metrici. It is a compact LAN device with two built-in indicator lights — one red and one green — used to display visual status at parking entrances, access control points, or any location where a simple 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 lights are built into the controller itself. When a Metrici detection engine (such as Area Counter or Line Counter) needs to signal an event, it sends an HTTP command to the Signal Light device, which then turns the appropriate light on or off. For example, when a parking zone is full, the engine can turn the red light on to indicate no available spaces. When a space becomes free, the engine turns the green light on instead.
The controller is also managed through a web-based interface accessible from any browser on the same network. From this interface, you can manually switch the lights on and off, set automatic timers, configure the network connection, manage user credentials, and perform firmware updates.
Key features:
| Specification | Details |
|---|---|
| Description | Red/Green indicator LAN controller with built-in lights |
| Connectivity | 1 Ethernet port (PoE), built-in red light, built-in green light |
| Networking | WiFi 802.11 b/g/n and Ethernet 10/100 Mbps |
| Protocols | HTTP over TCP/IP |
| 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 |
| Weight | 0.4 KG (400g) |
The Metrici Signal 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 Signal 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 Red/Green Color Settings panel. This provides:
The On/Off buttons allow you to manually control the lights directly from the Dashboard for testing or manual operation. When a button is active (light is on), the On button is highlighted. When inactive, the Off button is highlighted in red.
The Logs section at the bottom of the Dashboard displays a timestamped record of recent device events, including network configuration details and light state changes. For example:
Red light is ON — the red light was turned onRed light is OFF — the red light was turned offLogs are useful for troubleshooting and verifying that commands are being received and executed correctly.
To configure the Signal Light device, click Settings in the left-side menu — see Fig.2 Settings. Here you can change the network configuration, set light timers, 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.
On the Settings page, the Red/Green Color Settings panel allows you to configure the timers for each light:
| Field | Description |
|---|---|
| Timer Red (s) | The number of seconds the red light stays ON before automatically turning OFF. Set to 0 to keep the light ON indefinitely until a manual or remote command turns it OFF. |
| Timer Green (s) | The number of seconds the green light stays ON before automatically turning OFF. Set to 0 to keep the light ON indefinitely until a manual or remote command turns it OFF. |
After changing the timer values, click Save to apply.
The built-in lights 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 Signal Light device, which turns the corresponding light on or off.
| Command | URL |
|---|---|
| Turn Red Light ON | http://192.168.100.10/red/on |
| Turn Red Light OFF | http://192.168.100.10/red/off |
| Turn Green Light ON | http://192.168.100.10/green/on |
| Turn Green Light OFF | http://192.168.100.10/green/off |
Replace 192.168.100.10 with the actual IP address of your Signal Light device.
http://username:password@192.168.100.10/red/on. See the User Management chapter for details.
If the timer is set to a value greater than 0, the light will automatically turn OFF after the specified duration — only the "ON" URL is needed. If the timer is set to 0, both ON and OFF URLs should be configured in the detection engine.
The Metrici Signal Light is designed to work with Metrici detection engines. The engine sends HTTP commands to the device's IP address to switch the built-in lights. 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 documenations here:
In the Metrici Control Panel, open the Area Counter engine settings. Under Engine Working Mode & External Trigger, you will find the signaling device fields — see Fig.4 Area Counter Settings.
Enter the Signal Light device's IP address in the signaling device fields:
| Field | Value | Effect |
|---|---|---|
| Signaling device URL (ON) | http://192.168.100.10/red/on | Turns the red light ON when the configured condition is met (e.g., zone is full) |
| Signaling device URL (OFF) | http://192.168.100.10/green/on | Turns the green light ON when the condition clears (e.g., zone has available space) |
The Delay between changing states from ON to OFF field controls how many seconds the engine waits before switching between the two signals. The default is 5 seconds.
The Line Counter engine works similarly but has separate signaling URLs for COMING (entering) and LEAVING (exiting) events — see Fig.5 Line Counter Settings.
Enter the Signal Light device's IP address in the relevant fields:
| Field | Value | Effect |
|---|---|---|
| Signaling device URL for COMING events (ON) | http://192.168.100.10/green/on | Turns the green light ON when an object enters |
| Signaling device URL for COMING events (OFF) | http://192.168.100.10/green/off | Turns the green light OFF after the delay |
| Signaling device URL for LEAVING events (ON) | http://192.168.100.10/red/on | Turns the red light ON when an object exits |
| Signaling device URL for LEAVING events (OFF) | http://192.168.100.10/red/off | Turns the red light OFF after the delay |
Each direction has its own delay setting, allowing you to control how long the light stays on for entering and leaving events independently.
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.3 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 from the local network.
http://username:password@192.168.100.10/red/on
http://192.168.100.10.http://user:pass@IP/red/on.