Skip to content

Commit

Permalink
fix scaling and writability of 2710
Browse files Browse the repository at this point in the history
This is a new register added recently, which would be somewhat
useless due to the r/o nature and wrong scale. Hence we fix it
in place and don't make a new one.

victronenergy/venus#849
  • Loading branch information
izak committed Sep 3, 2021
1 parent 0555294 commit 5227482
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified CCGX-Modbus-TCP-register-list.xlsx
Binary file not shown.
2 changes: 1 addition & 1 deletion attributes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ com.victronenergy.settings,/Settings/SystemSetup/MaxChargeCurrent,d,A,2705,int16
com.victronenergy.settings,/Settings/CGwacs/MaxFeedInPower,d,W,2706,int16,0.01,W
com.victronenergy.settings,/Settings/CGwacs/OvervoltageFeedIn,i,0=Don't feed excess DC-coupled PV into grid;1=Feed excess DC-coupled PV into the grid,2707,uint16,1,W
com.victronenergy.settings,/Settings/CGwacs/PreventFeedback,i,0=Feed excess AC-coupled PV into grid;1=Don't feed excess AC-coupled PV into the grid,2708,uint16,1,W
com.victronenergy.settings,/Settings/SystemSetup/MaxChargeVoltage,d,V,2710,uint16,1,V
com.victronenergy.settings,/Settings/SystemSetup/MaxChargeVoltage,d,V,2710,uint16,10,W
com.victronenergy.hub4,/PvPowerLimiterActive,i,0=Feed-in limiting inactive;1=Feed-in limiting active,2709,uint16,1,R
com.victronenergy.tank,/ProductId,u,,3000,uint16,1,R
com.victronenergy.tank,/Capacity,d,m3,3001,uint32,10000,R
Expand Down

0 comments on commit 5227482

Please sign in to comment.