![]() |
|
kWh resolution - 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: kWh resolution (/showthread.php?tid=8862) |
RE: kWh resolution - admin - 03-23-2026 (03-20-2026, 07:24 AM)spacerunner Wrote: We are currently in the process of implementing several Nxx units into a larger building project. Unfortunately, as Painy has stated before, there are some important informations missing in the documentation. I would greatly appreciate if the missing information would be Mae available here in the forum or on the documentation first. Videos can be helpful, but more detailed written information is even more valuable. 1: ARM CPU read all data from BL0910 chip, there are two communication interface: a. RS485 b. Serial port. 1: you can use USB-RS485 adapter read BL0910 raw data by RS485 via modbus. the label on balck shell showed RS485 A and B. 2: ESP32 connect with ARM CPU by serial port. it also can read RAW data by modbus protocol. these two communication interface running same modubs protocol. for example: register address begin 100 is first BL0910 chip all data. register address begin 200 is second BL0910 chip all data. register address begin 300 is third BL0910 chip all data. register address begin 400 is fourth BL0910 chip all data. register address begin 500 is fifth BL0910 chip all data. register address begin 600 is sixth BL0910 chip all data. so if you are using N60, you can read all RAW data from 100,200,300,400,500,600 address. if you are using N30, you can read all RAW data from 100,200,300 address. if you are using N20, you can read all RAW data from 100,200 address. if you are using N10, you can read all RAW data from 100 address. these is data struct: https://www.kincony.com/forum/showthread.php?tid=8413 here is modbus protocol: https://www.kincony.com/forum/showthread.php?tid=8641 2: not MUST use 2000:1 CT clamp sensor, how to chose CT sensor, see here , it have formula: https://www.kincony.com/forum/showthread.php?tid=8488 3: last thread have showed, The maximum differential voltage at each CT sensor input port is +-700mV. 4: you can read any BL0910 RAW data from register. point 1 have showed the way. RE: kWh resolution - spacerunner - 03-24-2026 Thank you for the valuable input - this clarifies a lot. However, first question asked again: Can you please share the Arduino ARM source code / project or is this closed source? RE: kWh resolution - admin - 03-24-2026 ARM CPU is not open source. But today will upload YouTube video to explain in details about CPU. here is video tour: https://youtu.be/P8Rbdpg2EhQ RE: kWh resolution - Vega - 03-25-2026 Did a test with a 100W bulb for one hour, see channel 1 and 10 Looks like that de N30 is showing the correct values now. ![]()
RE: kWh resolution - admin - 03-25-2026 ok, we have udpated ARM CPU and KCS v3 firmware. |