Skip to content

Commit

Permalink
Fix Eco mode for 11kW
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikTrestik committed Jan 29, 2024
1 parent 820a54d commit bda95cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions custom_components/solax_http/plugin_solax_ev_charger.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,18 @@ class SolaXEVChargerHttpSensorEntityDescription(BaseHttpSensorEntityDescription)
25: "25A",
},
icon = "mdi:dip-switch",
allowedtypes = POW7 | POW22,
),
SolaXEVChargerHttpSelectEntityDescription(
name = "Charger Eco Mode Level",
key = "charger_eco_mode",
register = 0x60E,
scale = {
6: "6A",
10: "10A"
},
icon = "mdi:dip-switch",
allowedtypes = POW11,
),
SolaXEVChargerHttpSelectEntityDescription(
name = "Start Charge Mode",
Expand Down

0 comments on commit bda95cf

Please sign in to comment.