helgeerbe / OpenDTU-OnBattery

Software for ESP32 to talk to Hoymiles Inverters and Victrons MPPT battery chargers (Ve.Direct)
GNU General Public License v2.0
297 stars 62 forks source link

[Request] VE.Direct MPPT: Process "RELAY" message #1037

Open schlimmchen opened 3 months ago

schlimmchen commented 3 months ago

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

Process this info received over VE.Direct from a charge controller with relay output:

22:21:22.976 > [VE.Direct MPPT 10/9] Unknown text data 'RELAY' (value 'OFF')

Describe alternatives you've considered

No response

Additional context

No response

ingrimsch commented 2 months ago

My MPPT 250/85 sends an additional "FWE" message, that is also not processed yet. Example: [VE.Direct MPPT 34/-1] Unknown text data 'FWE' (value '315FF')

According to Victrons Protocol description this is the Firmware Version as 24Bit Value.

Citing https://www.victronenergy.com/upload/documents/VE.Direct-Protocol-3.33.pdf: "The firmware version of the device. The version contains up to 6 digits, 0 padding on the left side is not mandatory. Examples: 0208FF or 208FF for firmware version 2.08 (last digit FF indicates an official release), 020801 for firmware version 2.08-beta-01."