From 6c08971b14165672c65bc8131818f4a0f4ba4ba8 Mon Sep 17 00:00:00 2001 From: Hannes Date: Tue, 21 Jan 2025 08:24:40 +0100 Subject: [PATCH] FENECON Home Battery: fix Unit for Cell Voltages (#2974) --- .../edge/battery/fenecon/home/BatteryFeneconHomeImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.openems.edge.battery.fenecon.home/src/io/openems/edge/battery/fenecon/home/BatteryFeneconHomeImpl.java b/io.openems.edge.battery.fenecon.home/src/io/openems/edge/battery/fenecon/home/BatteryFeneconHomeImpl.java index 3130b3ba4f..b5cbecfad3 100644 --- a/io.openems.edge.battery.fenecon.home/src/io/openems/edge/battery/fenecon/home/BatteryFeneconHomeImpl.java +++ b/io.openems.edge.battery.fenecon.home/src/io/openems/edge/battery/fenecon/home/BatteryFeneconHomeImpl.java @@ -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