Skip to content

Commit

Permalink
add new/additional pid for smartsolar mppt 75/15 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
carslen authored Oct 30, 2024
1 parent f55595c commit c0e9159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/victron/victron.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ static std::string device_type_text(int value) {
return "SmartSolar MPPT 150|85";
case 0xA053:
return "SmartSolar MPPT 75|15";
case 0xA075:
return "SmartSolar MPPT 75|15 rev2";
case 0xA054:
return "SmartSolar MPPT 75|10";
case 0xA055:
Expand Down

0 comments on commit c0e9159

Please sign in to comment.