Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,569
» Latest member: BobSmall
» Forum threads: 4,187
» Forum posts: 20,816

Full Statistics

Online Users
There are currently 20 online users.
» 0 Member(s) | 9 Guest(s)
Amazonbot, Bing, Semrush, bot

Latest Threads
CT Sensor Direction
Forum: N60
Last Post: chuyskywalker
3 hours ago
» Replies: 0
» Views: 2
N60 Voltage reference
Forum: N60
Last Post: admin
5 hours ago
» Replies: 3
» Views: 12
Connecting sensors to Kin...
Forum: F16
Last Post: admin
5 hours ago
» Replies: 1
» Views: 2
4-20mA loop voltage consi...
Forum: B4M
Last Post: admin
Yesterday, 08:05 AM
» Replies: 1
» Views: 12
K868-a32 plastic case
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
08-10-2026, 08:48 AM
» Replies: 3
» Views: 1,177
CT Clamp Compatibility
Forum: KC868-M16 / M1 / MB / M30
Last Post: admin
08-09-2026, 10:32 PM
» Replies: 10
» Views: 1,665
KinCony F8 + ESPHome: Una...
Forum: F8
Last Post: admin
08-08-2026, 11:51 PM
» Replies: 6
» Views: 97
How to get started
Forum: KC868-A16
Last Post: admin
08-07-2026, 11:42 PM
» Replies: 39
» Views: 9,678
Questions on the B4M
Forum: B4M
Last Post: admin
08-07-2026, 11:19 PM
» Replies: 3
» Views: 212
cannot see KC868-A6 in ro...
Forum: "KCS" v2 firmware system
Last Post: admin
08-07-2026, 09:59 AM
» Replies: 7
» Views: 314

  N series Energy Meter for Loxone UDP Protocol
Posted by: admin - 05-04-2026, 08:19 AM - Forum: N10 - No Replies

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: 107)

Print this item

  N series Energy Meter for Loxone UDP Protocol
Posted by: admin - 05-04-2026, 08:19 AM - Forum: N20 - No Replies

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: 123)

Print this item

  N series Energy Meter for Loxone UDP Protocol
Posted by: admin - 05-04-2026, 08:19 AM - Forum: N30 - No Replies

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: 102)

Print this item

  N series Energy Meter for Loxone UDP Protocol
Posted by: admin - 05-04-2026, 08:19 AM - Forum: N60 - Replies (2)

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: 120)

Print this item

  KC868-A8 on Heat Pump for SG-Ready
Posted by: ssopiadis - 05-03-2026, 02:28 PM - Forum: KC868-HxB series Smart Controller - Replies (1)

I bought a KinCony kc868-a8 for a custom project.

With this I want to control (amongst other things) through SG-Ready a heat pump (ALSAVO Air Source Heat Pump Monoblock - 7kW).
The documentation of the heat pump (https://rjwebshop.dk/upload_dir/shop/Zea...Manual.pdf) explains at page 63 that CN10 and CN30 are designed for SG-Ready. These connections I (think) are needed to be connected separately to the relays on the kc868-a8. 

Is that right? Do you have any example on how to do that? I think that simple cable without potential will work.

I searched your videos but couldn’t find any information regarding.

Best regards
Savvas

Print this item

  TR connect with DHT11 sensor
Posted by: admin - 05-03-2026, 08:17 AM - Forum: Extender module - No Replies

   
   
   

Print this item

  No Wifi AP Initial Setup
Posted by: bxsteez - 05-03-2026, 02:39 AM - Forum: KC868-A16v3 - Replies (2)

I am trying to setup the v3 board with the KinCony firmware and after I flash the device the AP never comes up and the ethernet defaults to static 192.168.1.200 which conflicts with my network infrastructure.  Is there something I am doing wrong that makes the AP come up or is there a way to change the static ip or use dhcp?

Print this item

  B24M: Need help connecting a wall switch to control MOSFET output
Posted by: maher - 05-02-2026, 09:24 PM - Forum: KC868-A series and Uair Smart Controller - Replies (1)

   
Hi KinCony team,
I have a B24M board. I want to connect a physical wall switch to a "Digital Input" and use it to turn a device on/off on the "MOSFET Output".
Could you please tell me the GPIO numbers for the inputs and outputs to use in Home Assistant?
Thanks!    

Print this item

  N10 smart energy meter ESP32 system block diagram
Posted by: admin - 05-02-2026, 11:50 AM - Forum: N10 - No Replies

N10 smart energy meter ESP32 system block diagram
   

Print this item

  N20 smart energy meter ESP32 system block diagram
Posted by: admin - 05-02-2026, 11:49 AM - Forum: N20 - No Replies

N20 smart energy meter ESP32 system block diagram
   

Print this item