Skip to content

Commit

Permalink
Remove Battery SoH from the Kuara H3
Browse files Browse the repository at this point in the history
  • Loading branch information
canton7 committed Feb 1, 2025
1 parent 26b2331 commit e20fd76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,7 @@ def _inner(
battery_soh=[
ModbusAddressesSpec(input=[11104], models=Inv.KH_PRE119),
ModbusAddressesSpec(holding=[37624], models=Inv.H1_G2_SET | Inv.KH_PRE133 | Inv.KH_133),
ModbusAddressesSpec(holding=[31090], models=Inv.H3_SET),
ModbusAddressesSpec(holding=[31090], models=Inv.H3_SET & ~Inv.KUARA_H3),
],
battery_temp=[
ModbusAddressesSpec(input=[11038], models=Inv.H1_G1 | Inv.KH_PRE119),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,6 @@
"signed": false,
"type": "sensor"
},
{
"addresses": {
"holding": [
31090
]
},
"key": "battery_soh",
"name": "Battery SoH",
"scale": null,
"signed": false,
"type": "sensor"
},
{
"addresses": {
"holding": [
Expand Down

0 comments on commit e20fd76

Please sign in to comment.