Hello Community,
I am developing a system to control my BlueSolar 75/10 MPPT charger and I have already read the published document on the VE.Direct Hex Protocol.
Is there a register in which the current setpoint voltage of the switching regulator of the MPPT can be read? So to speak, the float or absorption voltage including temperature compensation?
I want to use this information to use the excess solar power with a pwm regulated load.
I tried to read out register Charge Voltage Set-Point 0x2001, but it's set to 0xffff during standalone mode. Even when I switched to MPPT to Charge master mode, the Set-Point 0x2001 was still 0xffff. Does the bluesolar 75/10 not support charge master mode?
If there's no way to read out this directly, I will try to calculate the voltage in my microcontroller by using float or absorption voltage and the battery temperature with the compensation.
I'm already writing the battery temperature into the MPPT and it's reported back correctly.
Thanks,
Thorsten