Smart Home Automation Forum
N30 Energy entry not working and power entry is wrong - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=87)
+--- Forum: N30 (https://www.kincony.com/forum/forumdisplay.php?fid=97)
+--- Thread: N30 Energy entry not working and power entry is wrong (/showthread.php?tid=8837)

Pages: 1 2 3 4


RE: N30 Energy entry not working and power entry is wrong - Vega - 12-24-2025

Did you test this at all? Before you put this on the market?

I'm very disappointed about this system, wanted to used with ESPHome and Home Assistant but now I’m not so sure anymore, it is very unreliable, even with your own software is completly useless.

9.62A is 2.212,6W and not 1214,4W
Power factor option is useless, again a random number.
No Energy

[Image: Screenshot-2025-12-24-122230.png]


RE: N30 Energy entry not working and power entry is wrong - admin - 12-24-2025

no other people have this issue feedback. so we will test it. the value only manager by BL0910 chip.


RE: N30 Energy entry not working and power entry is wrong - admin - 12-27-2025

we will update KCS firmware for N30.


RE: N30 Energy entry not working and power entry is wrong - Vega - 12-27-2025

In what time frame?
What about ESPHome?
I want to use ESPHome instead of KCS firmware.


RE: N30 Energy entry not working and power entry is wrong - admin - 12-31-2025

1: update ARM CPU by USB-RS485 adapter, how to download firmware , see here: https://www.kincony.com/forum/showthread.php?tid=8863
2: update KCS v3.18.2,  how to download firmware , see here: https://www.kincony.com/forum/showthread.php?tid=8864
esphome is no problem, just you need update your ARM CPU firmware.
3: if your energy data is a very large number, first time, please use the new PC software to clear to 0. here is PC monitor software: https://www.kincony.com/forum/showthread.php?tid=8406   just download newest version:  APPV1.0.25.1231  https://www.kincony.com/forum/attachment.php?aid=8886

[Image: attachment.php?aid=8897]   
[Image: attachment.php?aid=8898]


RE: N30 Energy entry not working and power entry is wrong - molelightn - 01-04-2026

Hi,

@admin - thank you for the updates, unluckily i have no USB-RS485 available yet to test the latest firmwares. See below suggestion to User Vega which is working OK for two devices at the moment.

@Vega - we ran into same problem as you with N30 devices. Our solution in ESPHome now was:

-removed all Energy and Current Sensors from Modbus
-create new Energy Sensors calculated by ESPHome  Link with source data coming from N30 Power readings
-tweaked modbus interval for power Sensors down to 3s

To mention it, the energy Sensors in ESPhome reset at Midnight (daily_energy), but no problem for Homeassistant statistics.
An ESPHome Device Update may also Reset a daily Energy Sensor.
For correct energy calculation time component is important. Setup high priority during boot to avoid miscalculated energy sensors (did happen on mine previously)


Code:
esphome:
  name: kinconyn30
  friendly_name: kinconyn30
  on_boot:
    priority: -100
    then:
      - delay: 1s
      - wait_until:
          condition:
            lambda: |-
              return id(ha_time).now().is_valid();

br


RE: N30 Energy entry not working and power entry is wrong - admin - 01-04-2026

just update the ARM cpu firmware, the issue will be solved, even if use by esphome.


RE: N30 Energy entry not working and power entry is wrong - molelightn - 01-04-2026

OK, thank you. Can you explain in detail what is changed with latest Firmware for KCS and ARM?


RE: N30 Energy entry not working and power entry is wrong - admin - 01-04-2026

ARM cpu have energy data register id bug, have fixed.
new KCS have enabled mqtt auto discovery for home assistant that feedback energy data.


RE: N30 Energy entry not working and power entry is wrong - Vega - 01-07-2026

I updated the N30 with the firmware and reset the strange large numbers.
Looks better but did not checked it with a noon power device.
But still no energy enteties

[Image: Screenshot-2026-01-07-181202.png]

What is with the power factor, what is the function? Why is it changing?
[Image: Screenshot-2026-01-07-181202.png]
Looks still not functional, should I return it?