Optimized Charging with "Custom Charging Completion Time"

I don’t follow any rule bro. We should train vehicles according to ourselves not vice versa. In worst case scenario the battery will get damaged. If it happens within 3 or 5 years, you’ll get it replaced.

If not, after 5 years the battery will cost approx lets say 30k or 35k. Which honestly isn’t much. That too only if the battery fails truly.

Like if my Ather battery gives 60 percent efficiency after 5 years, i might choose to continue with it coz 60 kms is good too.

So just relax and enjoy for the next 5 years without worrying.

6 Likes

Optimised charging will Do cell Balancing… Or we have to visit sc to check or optimise the cell balancing

2 Likes

Optimised charging doesn’t do cell balancing at all. Its just for not over charging the cells.

1 Like

How to make cell balancing

2 Likes

Can be done only by Ather. How do you know your Ather needs cell balancing?

1 Like

Using from 2 months I noticed sudden 1% dropping with in 300mtrs and range is not a expected and power is not punchy as 1st week usage

2 Likes

Kindly share your ride stats.

1 Like

What? and how?

2 Likes

Share your ride stats screenshot here.

2 Likes

I write below automation and it is working for me For Ather 450x

alias: Stop Ather Charging at 80%
trigger:
  - platform: numeric_state
    entity_id: sensor.ather450s_energy_power
    above: 401
  - platform: state
    entity_id: input_boolean.full_charge_mode
    from: 'on'
    to: 'off'
condition:
  - condition: state
    entity_id: input_boolean.full_charge_mode
    state: 'off'
  - condition: numeric_state
    entity_id: sensor.ather450s_energy_power
    above: 401
action:
  - service: switch.turn_off
    target:
      entity_id: switch.ather450s
mode: single

And for 450X

alias: Stop Ather Charging at 80%
trigger:
  - platform: numeric_state
    entity_id: sensor.ather450x_energy_power
    above: 735
  - platform: state
    entity_id: input_boolean.full_charge_mode
    from: 'on'
    to: 'off'
condition:
  - condition: state
    entity_id: input_boolean.full_charge_mode
    state: 'off'
  - condition: numeric_state
    entity_id: sensor.ather450x_energy_power
    above: 735
action:
  - service: switch.turn_off
    target:
      entity_id: switch.ather450x
mode: single

These automations stop the charging of your Ather 450S and 450X at 80% when their respective power thresholds are exceeded (401 watts for the 450S and 735 watts for the 450X). However, if the full charge mode (controlled by the button in Home assistance) is activated, charging continues until 100%.

Thanks for your reply.

4 Likes

(post deleted by author)

1 Like

How it will activate

3 Likes

What do you wanna activate ?

4 Likes

Ya I need it

3 Likes

Vote for it

3 Likes

Already done

3 Likes

Where you wrote this code? In ATHERSTACK or inside portable charger? Is there any raspberry Pi like device inside portable charger?

Please explain bro…

2 Likes

Its high time to implement this feature !

6 Likes

Why my vote feature they are showing it is already rolled on Ather stack 6 called Ping my Scooter they should remove it from feature request.

1 Like

I own an Ather Apex. Another option to Hardstop Charging at 80% should be added. I don’t need 100% charge based on my daily usage. If there’s a option to limit charging at 80% ,I can increase the life of battery.

Currently I do this using automation features of Smart switches.

4 Likes