Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
N series Energy Meter for Loxone UDP Protocol
#1
Energy Loxone Protocol
=======================

Overview
--------
This document describes the Loxone string protocol for Energy module.
Default delimiter is comma (,). Chip ID: 1-6, Channel: 1-10.


Commands
--------

1. GET_ENERGY_CURRENT - Get current (A) for specific channel
  Request:  RELAY-GET_ENERGY_CURRENT-255,{chip},{channel}
  Response: RELAY-GET_ENERGY_CURRENT-255,{chip},{channel},{value},OK
  Example:
    Request:  RELAY-GET_ENERGY_CURRENT-255,1,1
    Response: RELAY-GET_ENERGY_CURRENT-255,1,1,2.350,OK

2. GET_ENERGY_POWER - Get power (W) for specific channel
  Request:  RELAY-GET_ENERGY_POWER-255,{chip},{channel}
  Response: RELAY-GET_ENERGY_POWER-255,{chip},{channel},{value},OK
  Example:
    Request:  RELAY-GET_ENERGY_POWER-255,1,1
    Response: RELAY-GET_ENERGY_POWER-255,1,1,512.5,OK

3. GET_ENERGY_KWH - Get energy (kWh) for specific channel
  Request:  RELAY-GET_ENERGY_KWH-255,{chip},{channel}
  Response: RELAY-GET_ENERGY_KWH-255,{chip},{channel},{value},OK
  Example:
    Request:  RELAY-GET_ENERGY_KWH-255,1,1
    Response: RELAY-GET_ENERGY_KWH-255,1,1,1250,OK

4. GET_ENERGY_VOLT - Get voltage (V) for chip
  Request:  RELAY-GET_ENERGY_VOLT-255,{chip}
  Response: RELAY-GET_ENERGY_VOLT-255,{chip},{value},OK
  Example:
    Request:  RELAY-GET_ENERGY_VOLT-255,1
    Response: RELAY-GET_ENERGY_VOLT-255,1,220.50,OK

5. GET_ENERGY_FREQ - Get frequency (Hz) for chip
  Request:  RELAY-GET_ENERGY_FREQ-255,{chip}
  Response: RELAY-GET_ENERGY_FREQ-255,{chip},{value},OK
  Example:
    Request:  RELAY-GET_ENERGY_FREQ-255,1
    Response: RELAY-GET_ENERGY_FREQ-255,1,50.00,OK

6. GET_ENERGY_TEMP - Get temperature © for chip
  Request:  RELAY-GET_ENERGY_TEMP-255,{chip}
  Response: RELAY-GET_ENERGY_TEMP-255,{chip},{value},OK
  Example:
    Request:  RELAY-GET_ENERGY_TEMP-255,1
    Response: RELAY-GET_ENERGY_TEMP-255,1,35.5,OK

7. GET_ENERGY_PF - Get power factor for chip
  Request:  RELAY-GET_ENERGY_PF-255,{chip}
  Response: RELAY-GET_ENERGY_PF-255,{chip},{value},OK
  Example:
    Request:  RELAY-GET_ENERGY_PF-255,1
    Response: RELAY-GET_ENERGY_PF-255,1,0.95,OK

8. GET_ENERGY_SUM - Get total energy (kWh) for chip
  Request:  RELAY-GET_ENERGY_SUM-255,{chip}
  Response: RELAY-GET_ENERGY_SUM-255,{chip},{value},OK
  Example:
    Request:  RELAY-GET_ENERGY_SUM-255,1
    Response: RELAY-GET_ENERGY_SUM-255,1,12500,OK

   
protocol download:

.txt   Nx-energy_loxone_protocol.txt (Size: 2.34 KB / Downloads: 6)
Reply


Messages In This Thread
N series Energy Meter for Loxone UDP Protocol - by admin - Yesterday, 08:19 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)