![]() |
|
N60 N30 N20 N10 firmware BL0910 energy chip register RAW data structure - 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: N60 N30 N20 N10 firmware BL0910 energy chip register RAW data structure (/showthread.php?tid=9168) |
N60 N30 N20 N10 firmware BL0910 energy chip register RAW data structure - admin - 08-03-2025 RE: N60 software data structure - admin - 03-23-2026 >= ARM CPU firmware V20_260305SP data strcut changed, because of energy value support 0.001kwh. the new data struct is : Energy variable update to "float" from "unit32". new is: Code: ///modbus data structRE: N60 firmware BL0910 chip register RAW data structure - admin - 03-24-2026 If you read the entire data structure via Modbus (function code 0x03), you need to read 68 consecutive holding registers. N10: you can read register address 100 just read 1pc of BL0910 chip N20: you can read register address 100 and 200 just read 2pcs of BL0910 chips N30: you can read register address 100 and 200 and 300 just read 3pcs of BL0910 chips N60: you can read register address 100 and 200 and 300 and 400 and 500 and 600 just read 6pcs of BL0910 chips |