Skip to content

Commit

Permalink
add pid 0XA110 SmartSolar MPPT RS 450|100
Browse files Browse the repository at this point in the history
  • Loading branch information
helgeerbe committed Apr 17, 2023
1 parent b8e06bf commit 8cc548d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/VeDirectFrameHandler/VeDirectFrameHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,9 @@ String VeDirectFrameHandler::getPidAsString(uint16_t pid)
case 0XA10F:
strPID = "BlueSolar MPPT VE.Can 150|100";
break;
case 0XA110:
strPID = "SmartSolar MPPT RS 450|100";
break;
case 0XA112:
strPID = "BlueSolar MPPT VE.Can 250|70";
break;
Expand Down

0 comments on commit 8cc548d

Please sign in to comment.