Kostal Plenticore integration add writable Sensor "Battery Smart Control" and "Time Control"

It would be really great to have the opportunity to switch between Smart and time based battery charge.

Therefore these 2 sensors need to be available and writable:
devices:local/Battery:SmartBatteryControl:Enable
devices:local/Battery:TimeControl:Enable

or a service to switch between these 2 options, because you need to disable all first, before you can enable the option you want. A service can do this behind the curtain and toggle between smart and time based charge.

@MonsterD thanks for sharing this info.

I tried to solve that issue and had created 2 switches to control these settings. But they want to have a more userfriendly select widget. I spend a lot of hours to get that done, but failed so far. Without any support I guess, this is out of my python-knowledge range.