Skip to content

Commit

Permalink
Add active charge energy and active discharge energy to modbus slave …
Browse files Browse the repository at this point in the history
…nature table of SymmetricEss

This will allow the Edge2EdgeEss to read those channels and export correct historical data.
  • Loading branch information
Femumme committed Jan 17, 2025
1 parent 79650cb commit 1f6eeca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ public static ModbusSlaveNatureTable getModbusSlaveNatureTable(AccessMode access
.channel(10, ChannelId.MIN_CELL_TEMPERATURE, ModbusType.FLOAT32) //
.channel(12, ChannelId.MAX_CELL_TEMPERATURE, ModbusType.FLOAT32) //
.channel(14, ChannelId.CAPACITY, ModbusType.FLOAT32) //
.channel(16, ChannelId.ACTIVE_CHARGE_ENERGY, ModbusType.FLOAT64) //
.channel(20, ChannelId.ACTIVE_DISCHARGE_ENERGY, ModbusType.FLOAT64) //
.build();
}

Expand Down

0 comments on commit 1f6eeca

Please sign in to comment.