
The Orno OR-WE-515 is a DIN-rail mounted single-phase multitariff energy meter that communicates via Modbus RTU over RS-485. At only 18 mm wide (1 DIN module), it measures active energy, reactive energy, voltage, current, power, power factor, and frequency. The key differentiator from the simpler OR-WE-514 is support for 4 independent tariffs (sharp, peak, valley, flat) with configurable time-of-use scheduling and a built-in lithium battery for the real-time clock.
The TapHome template provides 6 devices: a total energy meter with instantaneous power demand, 4 individual tariff energy counters (T1–T4), and an electric current sensor. Module-level service actions allow configuring tariff schedules, setting the RTC clock, changing the Modbus slave address, adjusting the baud rate, and controlling the LCD cycle time – all remotely via TapHome.
Hardware connection
RS-485 wiring
The OR-WE-515 has a 3-terminal RS-485 interface on the right side of the meter. Connect using a daisy-chain topology:
- Terminal 23 (A) to A+/D+ on TapHome RS-485
- Terminal 24 (G) to GND on TapHome RS-485
- Terminal 25 (B) to B-/D- on TapHome RS-485
The remaining terminals handle the power line: Terminal 1 is L-IN (line input), Terminal 3 is L-OUT (line output), and the two N terminals are for the neutral conductor.
If the RS-485 converter does not have a G (ground) terminal, the ground connection on terminal 24 can be omitted. However, for reliable communication on longer cable runs, connecting GND is recommended.
Always disconnect the power supply before installation. The meter handles up to 100 A through its terminals. Ensure proper wire sizing (up to 25 mm2 screw terminals) and seal the terminal cover after wiring.
Configuration
Communication parameters
The default Modbus settings match the TapHome template:
| Parameter | Default | Options |
|---|---|---|
| Baud rate | 9600 | 1200, 2400, 4800, 9600 |
| Data bits | 8 | Fixed |
| Parity | Even | Fixed (8E1) |
| Stop bits | 1 | Fixed |
| Slave ID | 1 | 1–255 |
The register description PDF header states “N81” (no parity), but the installation manual and community implementations (Arduino library, AGG Software) consistently confirm 8E1 (Even parity) as the correct setting. Use Even parity in TapHome.
Slave ID
When connecting multiple meters on the same RS-485 bus, each meter must have a unique Slave ID. The default Slave ID is 1, configurable in the range 1–255. The TapHome template includes a Set Slave ID service action that writes to holding register H:272, allowing remote address changes without physical access to the meter.
Baud rate
The baud rate can be changed remotely via the Set Baud Rate service action. Available options are 1200, 2400, 4800, and 9600 bps. The value is stored in holding register H:273 as an encoded integer (1=1200, 2=2400, 3=4800, 4=9600). After changing the baud rate, update the TapHome module connection settings to match.
Device capabilities
The template creates 6 devices organized into two groups: energy metering and current measurement. All registers use Modbus function code 03H (holding registers).
Energy metering
Five ModbusElectricityMeter devices track energy consumption:
- Total Energy – total active energy (H:40960, UInt32 / 100 to kWh) and instantaneous active power demand (H:320, Int32 / 1000 to kW). This device includes 4 service attributes: grid frequency (Hz), reactive power (kVAr), apparent power (kVA), and power factor (0.000–1.000).
- Tariff T1 – active energy accumulated during tariff 1 time periods (H:40962, UInt32 / 100 to kWh). Includes a reactive energy service attribute for T1 (kVArh).
- Tariff T2 – active energy accumulated during tariff 2 time periods (H:40964, UInt32 / 100 to kWh). Includes a reactive energy service attribute for T2 (kVArh).
- Tariff T3 – active energy accumulated during tariff 3 time periods (H:40966, UInt32 / 100 to kWh). Includes a reactive energy service attribute for T3 (kVArh).
- Tariff T4 – active energy accumulated during tariff 4 time periods (H:40968, UInt32 / 100 to kWh). Includes a reactive energy service attribute for T4 (kVArh).
The 4 tariff rates correspond to time-of-use pricing: 1 = sharp (highest rate), 2 = peak, 3 = valley (off-peak), 4 = flat. Up to 8 time intervals per day define when each tariff applies.
Current measurement
- Electric Current – instantaneous line current (H:313, UInt32 / 1000 to A). Includes a voltage service attribute (H:305, V).
Tariff and clock management
The module exposes 5 service actions for remote configuration:
- Set Date/Time – sets the built-in RTC clock (year, month, day, hour, minutes, seconds). The OR-WE-515 has a lithium battery that maintains the clock during power outages.
- Set Tariffs – configures up to 8 weekday time-of-use intervals. Each interval defines a start time (hour, minute) and a tariff rate (0=disabled, 1=sharp, 2=peak, 3=valley, 4=flat). The default schedule starts tariff 2 (peak) at 07:00 and tariff 3 (valley) at 22:00.
- Set Slave ID – changes the Modbus address (1–255).
- Set Baud Rate – changes the RS-485 communication speed (1200/2400/4800/9600 bps).
- Set LCD Cycle Time – adjusts the automatic display scroll interval (1–120 seconds).
Module-level service attributes show the current slave ID, baud rate, date/time, and the 8 configured time period schedules with their tariff assignments.
The tariff schedule configured via TapHome applies to weekday time periods only (registers 0x8100–0x810F). The OR-WE-515 also supports separate weekend (0x8110) and holiday (0x8130) schedules, but these are not exposed in the current template. They can be configured using the Orno software or added as custom Modbus devices in TapHome.
Additional capabilities
The OR-WE-515 also provides a high-precision voltage register (UInt32, 0.001 V resolution) as an alternative to the UInt16 register used by the template. The meter supports bidirectional measurement (forward and reverse active power), per-tariff export energy counters, combined bidirectional energy totals, total reactive energy across all tariffs, and total harmonic distortion (THD) for both voltage and current. These can be added in a future template update.
Troubleshooting
No communication
- Verify the RS-485 wiring: terminal 23 = A, terminal 25 = B – swap A and B if communication fails
- Confirm the parity setting in TapHome is Even (8E1), not None
- Check that the baud rate in TapHome matches the meter (default 9600)
- Verify the Slave ID in TapHome matches the meter (default 1)
- For long cable runs, ensure GND (terminal 24) is connected
Incorrect energy readings
- Verify the meter’s measurement mode – Option 1 (default) measures active and reactive energy; Option 2 measures forward and backward (bidirectional) energy
- Tariff counters (T1–T4) only accumulate energy during their assigned time periods – if all tariff schedules are disabled (set to 0), the tariff counters remain at zero while Total Energy continues to increment
- The meter constant is configurable (100, 1000, or 2000 imp/kWh) – the default 1000 imp/kWh matches the template’s register scaling
Reactive energy scaling note
The official register documentation specifies 0.01 kVArh scaling for reactive energy registers, while the TapHome template uses a /1000 divisor for per-tariff reactive energy service attributes. This difference may result in a 10x scaling offset for reactive energy readings. If reactive energy values appear incorrect, verify against the LCD display on the physical meter.
