Replies: 4 comments 5 replies
-
Our V3 chargers cannot do non-integer current limits, V4 chargers could, but the firmware and charging logic are common, I will see what I can do. |
Beta Was this translation helpful? Give feedback.
-
Actually the hardware of V3 and V4 charger can do non-integer current settings, but so far we do not know if there are any cars that actually use a non-integer limit for charging |
Beta Was this translation helpful? Give feedback.
-
One more thing, we need to preserve flash memory / nvram, so you would not have to store non-integer AMA value in flash, it makes no sense to do so, as we use continous values only for short time adjustment. Either ignore writing them completely, og write only the integer part (and only if changed). Or make 2 different values where the float is never stored. |
Beta Was this translation helpful? Give feedback.
-
Hi, I also would love to have non integer a charging current .... are there any news on this? |
Beta Was this translation helpful? Give feedback.
-
One idea, is it possible to have a change that allows non-integer AMA value ?
Since it is a PWM signal - there is nothing that prevents the code from sending 6.5A on the line to the car. Not sure how the car would interpret it.
I have done some digital to PWM before - but on a slow atmega/Arduino. so I know timing can be a pain. But I think the esp has native PWM
Beta Was this translation helpful? Give feedback.
All reactions