Hello,
The new version now allows to set charge current as low as 6A (previously the minimum was 8A)
This allows me to better follow my solar production, I can now start the charge when there is more than 6A instead of more than 8A
When I set the charge current to 6A, it works, the car charges at 6A.
BUT with the next API call to the charger, the charger reports 8A although it is 6A displayed on the charger screen.
Anyone found a workaround for this ? is it possible to flash a firmware on the charger ?
Hello, what is dynamic load ? I adjust the amps with some automation.
I can adjust 1A at a time, but below 8A, when the API read the value from the charger, it reports 8A but the charger really deliver 6A.
I had to make an helper who round the real amp value for the automation calcs to work
Thanks.
On Aliexpress i see minimal 8a on the product description.
But with tuya local we can select 6a? It’s a great news but it’s maybe the reason of your problem, no( Display 8 A instead of 6A in HA)?
I use an automation, using the total power read by the Shelly EM and modifying the charging amps, so it’s basically like having a dynamic smart charger
I’ll be uploading a blueprint soon with all the instructions, as it’s a little bit more complicated than a simple automation, but once done it’s very easy to set up (and it’s ready for two different periods)
thx Eduardo.
You have done a spectacular job, I wouldn’t be able to.
When the intensity is increased there is no problem in making jumps of more than 2 amps but The charger we are talking about in this automation cannot make downward jumps of more than 2 amps. The charger gives me an error because it sometimes jumps from 16 amps to 8 amps.
What car are you charging? Do you have it added on HomeAssistant?
If the issue is with large jumps, it shouldn’t be hard to make the automation go amp by amp. The only thing that would be needed is to check how long does the charger need to be at certain amps before lowering one more.
I’ve modified the current increase/decrease logic. Now, adjustments are made in 1A increments to avoid charger errors. Changes occur every 8 seconds until the selected power limit is stabilized.