Hi all,
I do a readout of the bluetooth data and this is working well.
Now I bought another MPPT 75/15 Solar Charger.
This new readout data is totally rubish and makes no sense.
My question - is there any know problem from one MPPT to another MPPT? Both are the same and on the same firmware and working via Victron app without any problem. Just wondering…
Best
Sascha
Are you using the correct encryption key for the non-working MPPT? Every device has its own encryption key, which also changes when you change the pincode.
If the key is not correct you would typically get weird values as you are experiencing as there is no check using a hash or CRC or something to check whether the result of the decoding is sane. The only check that can be done is is the first byte of the encryption key that is also in the manufacturer data.
@thiemovanengelen I will change the pin to another one and change it back to see if this would fix the problem - will keep you posted
Thanks for your help
Every time that the pincode is changed, it sets the key to a random value. So changing the pincode to some new value and then changing it back to the previous value does not give you the same encryption key as it had previously! So every time the pincode is changed, the encryption key has to be copied from VictronConnect again.