Smart Home Automation Forum
N30+KCS v3.15.0 - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: "KCS" v3 firmware system (https://www.kincony.com/forum/forumdisplay.php?fid=74)
+--- Forum: "KCS" v3 firmware (https://www.kincony.com/forum/forumdisplay.php?fid=75)
+--- Thread: N30+KCS v3.15.0 (/showthread.php?tid=8737)



N30+KCS v3.15.0 - HolyKirka - 11-12-2025

Hello.

I bought N30 (Ali, KinCony Store). Download and write KCS v3.15.0 firmware for N30.

Some observations.

LAN - DHCP does not work. Only static IP.
Cant find IfTTT settings.
Cant find ModBus settings.
HTTP protocol does ot work for me, or I do something wrong.
http://my_ip/ctrl.cgi?secret=abcd&cmd=get_dacs&id=0&value=0
{ "status": "success", "code": 0 }
For: get_inputs, get_outputs, get_adcs, get_dacs, get_all_datas - the same

After changing Current Factor to take effect Reset ARM CPU button must be pressed.
Current Factor:
In youtube video Current Factor mean:
Value*CurrentFactor=desired value.

It's not TRUE. It works like:
Value/CurrentFactor=desired value.

I use CT 3000/1 and need to correct values. N30 gives 0.12A instead real value is about 0.17A

Next one. I connect N30 N2L2 to power source.

And I have Power Factor is 0.00. Is it correct?
Voltage and Frequency are shown correctly.

Best wishes.

PS If I found something else - will update post.


RE: N30+KCS v3.15.0 - admin - 11-12-2025

take a photo of your KCS index webpage.


RE: N30+KCS v3.15.0 - HolyKirka - 11-12-2025

[Image: N30-05.webp]
(11-12-2025, 12:05 PM)admin Wrote: take a photo of your KCS index webpage.



RE: N30+KCS v3.15.0 - HolyKirka - 11-12-2025

[Image: N30-05.webp]


RE: N30+KCS v3.15.0 - HolyKirka - 11-12-2025

   

IfTTT found ) it is in global menu.


RE: N30+KCS v3.15.0 - admin - 11-12-2025

now is your issue is power fact is 0?
it support mqtt, mqtt document: https://www.kincony.com/forum/showthread.php?tid=7619
HTTP not support by N30
RS485 modbus is support, just you need connect to RS485 port, it manager by ARM CPU, not by ESP32S3.
here is N30 RS485 modbus protocol: https://www.kincony.com/forum/showthread.php?tid=8644
you can also test with RS485 PC software: https://www.kincony.com/forum/showthread.php?tid=8613


RE: N30+KCS v3.15.0 - HolyKirka - 11-13-2025

Thanks a lot.

I will try and check.