I’m looking for the setting in node-red to switch between single phase and all phases calculation in ESS.
Can anyone help me with this.
I’m looking for the setting in node-red to switch between single phase and all phases calculation in ESS.
Can anyone help me with this.
The D-bus path for this (I think) is:
/Settings/Cgwacs/Hub4Mode
1=ESS with Phase Compensation;
2=ESS without phase compensation;
3=Disabled/External Control
Someone else should confirm this though, I have not done this.
You will need to setup a Custom Control Node like this:
And send it a 1 or a 2.
I took this from the ModbusTCP excel file here:
https://www.victronenergy.com/upload/documents/CCGX-Modbus-TCP-register-list-3.73.xlsx
Thanks Rick, Just tested and this the parameter which I was looking for.