Skip to content

Commit 827b7c2

Browse files
committed
Costs in int32 instead
1 parent 00f811b commit 827b7c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CCGX-Modbus-TCP-register-list.xlsx

58 Bytes
Binary file not shown.

attributes.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,8 @@ com.victronenergy.evcharger,/StartStop,u,0=Stop;1=Start,3826,uint16,1,W
623623
com.victronenergy.evcharger,/Position,i,0=AC input 1;1=AC output;2=AC input 2,3827,uint16,1,W
624624
com.victronenergy.evcharger,/Session/Time,u,s,3828,uint32,1,R
625625
com.victronenergy.evcharger,/Session/Energy,d,W,3830,uint32,100,R
626-
com.victronenergy.evcharger,/Session/Cost,d,,3832,int16,100,R
627-
com.victronenergy.evcharger,/Session/SavedCost,d,,3833,int16,100,R
626+
com.victronenergy.evcharger,/Session/Cost,d,,3832,int32,100,R
627+
com.victronenergy.evcharger,/Session/SavedCost,d,,3834,int32,100,R
628628
com.victronenergy.acload,/Ac/L1/Power,d,W,3900,int16,1,R
629629
com.victronenergy.acload,/Ac/L2/Power,d,W,3901,int16,1,R
630630
com.victronenergy.acload,/Ac/L3/Power,d,W,3902,int16,1,R

0 commit comments

Comments
 (0)