![]() |
|
N series Energy Meter for Loxone UDP Protocol - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=87) +--- Forum: N20 (https://www.kincony.com/forum/forumdisplay.php?fid=96) +--- Thread: N series Energy Meter for Loxone UDP Protocol (/showthread.php?tid=9314) |
N series Energy Meter for Loxone UDP Protocol - admin - 05-04-2026 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:
Nx-energy_loxone_protocol.txt (Size: 2.34 KB / Downloads: 28)
|