Skip to content

Commit

Permalink
FENECON Home Battery: fix Unit for Cell Voltages (#2974)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0w3y authored Jan 21, 2025
1 parent 878f7e7 commit 6c08971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ private synchronized void initializeTowerModulesChannels(int numberOfTowers, int
// Create Voltage Channel
var channelId = new ChannelIdImpl(//
generateSingleCellPrefix(tower, module, cell) + "_VOLTAGE",
Doc.of(OpenemsType.INTEGER).unit(Unit.VOLT));
Doc.of(OpenemsType.INTEGER).unit(Unit.MILLIVOLT));
this.addChannel(channelId);

// Create Modbus-Mapping for Voltages
Expand Down

0 comments on commit 6c08971

Please sign in to comment.