syssi / esphome-evse-wallbox

ESPHome component to monitor and control a EVSE wallbox
Apache License 2.0
10 stars 1 forks source link

New Features #20

Open lucasimons opened 4 months ago

lucasimons commented 4 months ago

Hi, can you add fine adjust for charging current? now i can select only integer value, i found this https://github.com/evcc-io/evcc/discussions/2053#discussioncomment-1827742

Maybe you can change this accuracy decimals from 0 to 1

        cv.Optional(CONF_OUTPUT_CURRENT_SETTING): sensor.sensor_schema(
            unit_of_measurement=UNIT_AMPERE,
            icon=ICON_EMPTY,
            accuracy_decimals=0,
            device_class=DEVICE_CLASS_CURRENT,
            state_class=STATE_CLASS_MEASUREMENT,
        ),