09-03-2026, 03:40 PM
(This post was last modified: 09-03-2026, 04:14 PM by chuyskywalker.)
These buttons (modbus coil writes) also do not reset...anything, as far as I can tell.
Installed ARM firmware from here (https://www.kincony.com/forum/showthread.php?tid=9172)
Installed KCS from here (https://www.kincony.com/forum/showthread.php?tid=8864)
Version page:
Monitor page (bank 5 and 6):
I attempted to use the "clear" buttons from within the KCS software to reset the stored kWh values, they did not reset anything. Additionally, I attempted a "Factory Reset" button click, also did not reset any saved kWh values. (In both cases, the button press was then followed by waiting for the unit to reboot itself.)
----
I've gone down this rabbit hole because I wanted to have a fresh starting point for testing the CT's. In addition to one of the CT's not restoring previous kWh values that started this thread, I've also noticed that CT 59 and 60 (bank 6, ch 9&10) have registered kWh's...despite the fact that I don't have anything plugged into those ct pins!
Code:
- platform: template
name: "Warm Reset"
icon: "mdi:refresh"
id: clear_btn_chip_500
on_press:
- modbus_client.write_single_coil:
address: 0x01
start_address: 500
value: true
- platform: template
name: "Factory Reset"
icon: "mdi:refresh"
id: clear_btn_chip_510
on_press:
- modbus_client.write_single_coil:
address: 0x01
start_address: 510
value: trueInstalled ARM firmware from here (https://www.kincony.com/forum/showthread.php?tid=9172)
Installed KCS from here (https://www.kincony.com/forum/showthread.php?tid=8864)
Version page:
Monitor page (bank 5 and 6):
I attempted to use the "clear" buttons from within the KCS software to reset the stored kWh values, they did not reset anything. Additionally, I attempted a "Factory Reset" button click, also did not reset any saved kWh values. (In both cases, the button press was then followed by waiting for the unit to reboot itself.)
----
I've gone down this rabbit hole because I wanted to have a fresh starting point for testing the CT's. In addition to one of the CT's not restoring previous kWh values that started this thread, I've also noticed that CT 59 and 60 (bank 6, ch 9&10) have registered kWh's...despite the fact that I don't have anything plugged into those ct pins!

