-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
36 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|Metric|Modbus address|MQTT topic suffix|Unit| | ||
|---|:-:|---|:-:| | ||
|BMS1 Charging Voltage|210|`bms/1/charging_voltage`|V| | ||
|BMS1 Discharge Voltage|211|`bms/1/discharge_voltage`|V| | ||
|BMS1 Charge Current Limit|212|`bms/1/charge_current_limit`|A| | ||
|BMS1 Discharge Current Limit|213|`bms/1/discharge_current_limit`|A| | ||
|BMS1 SOC|214|`bms/1/soc`|%| | ||
|BMS1 Voltage|215|`bms/1/voltage`|V| | ||
|BMS1 Current|216|`bms/1/current`|A| | ||
|BMS1 Temp|217|`bms/1/temp`|°C| | ||
|BMS1 Charging Max Current|218|`bms/1/charging_max_current`|A| | ||
|BMS1 Discharge Max Current|219|`bms/1/discharge_max_current`|A| | ||
|BMS2 Charging Voltage|241|`bms/2/charging_voltage`|V| | ||
|BMS2 Discharge Voltage|242|`bms/2/discharge_voltage`|V| | ||
|BMS2 Charge Current Limit|243|`bms/2/charge_current_limit`|A| | ||
|BMS2 Discharge Current Limit|244|`bms/2/discharge_current_limit`|A| | ||
|BMS2 SOC|245|`bms/2/soc`|%| | ||
|BMS2 Voltage|246|`bms/2/voltage`|V| | ||
|BMS2 Current|247|`bms/2/current`|A| | ||
|BMS2 Temp|248|`bms/2/temp`|°C| | ||
|BMS2 Charging Max Current|249|`bms/2/charging_max_current`|A| | ||
|BMS2 Discharge Max Current|250|`bms/2/discharge_max_current`|A| |