dannerph / homeassistant-keba

Beta version of keba integration
Apache License 2.0
22 stars 4 forks source link

Set current gets reset #17

Open PulsarFX opened 1 year ago

PulsarFX commented 1 year ago

If I change the value of "set current" it stays like this until the next charging session starts (or until it is unplugged, dunno) Is this intended? Where does this value come from, as it resets to 63A. The slider max value is 32A. On the Ladeverbund Einstellungen, 48A is the highest value that exists.

spali commented 10 months ago

Read the keba udp documentation, it's the difference between the commands curr and currtime

matlimatli commented 9 months ago

It might also be worth noting that the underlying lib (keba_kecontact) have changed from using curr to currtime for the set_current service. This means that previously (in version 2.4.0 and earlier) the current setting was permanent, while now it is only temporary.

pos-ei-don commented 9 months ago

I noticed this aswell. Xcan we change this back to the old behaviour for this plugin?