-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/expose-topic-name-to-plugin
- Loading branch information
Showing
6 changed files
with
149 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|Metric|MQTT topic suffix|Unit|Modbus address (dec)|Modbus address (hex)|Modbus data type|Scale factor| | ||
|---|---|:-:|:-:|:-:|:-:|:-:| | ||
|BMS1 Charging Voltage|`bms/1/charging_voltage`|V|312|138|U_WORD|0.01| | ||
|BMS1 Discharge Voltage|`bms/1/discharge_voltage`|V|313|139|U_WORD|0.01| | ||
|BMS1 Charge Current Limit|`bms/1/charge_current_limit`|A|314|13a|U_WORD|1| | ||
|BMS1 Discharge Current Limit|`bms/1/discharge_current_limit`|A|315|13b|U_WORD|1| | ||
|BMS1 SOC|`bms/1/soc`|%|316|13c|U_WORD|1| | ||
|BMS1 Voltage|`bms/1/voltage`|V|317|13d|U_WORD|0.01| | ||
|BMS1 Current|`bms/1/current`|A|318|13e|S_WORD|1| | ||
|BMS1 Temp|`bms/1/temp`|°C|319|13f|U_WORD|0.1| |
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