Fab Ber
Fab Ber
> suggestion: hamburger menu and smaller author space otherwise, possibility to select the columns to display. or possibility to resize the columns
I might have found in the coordinator the meaning of the value of charging_schedule: `if self.scheduler.base_schedule_exists() is True: scheduling_params.update( {"value_in_graph": self.raw_two_days.max_value() * 0.75}` Would it be an idea to change...
I own a Kolanky 11kW charger (3 phase); when I tried to use the proposed configuration to add the device, it wouldn't recognize it at all (0% match). I had...
If possible, I would love to control the maximum charging current as well. Together with [this blueprint](https://github.com/InventoCasa/ha-advanced-blueprints/blob/main/PV_Excess_Control/README.md), it would make a wonderful smart solar charging process
The charging current limit is not available in the app. However, it's now possible to adjust the SOC limit
I believe there's 2 typo's that prevented the automation to work. > > ```yaml > action: > - action: rest_command.abrp > > elevation: "{{ state_attr('device_tracker.smart_none', 'altitude').value | default('') }}") ```yaml...
It didn't work for me, as HA see the rest command as a service, so the action needed is a service call. Found another issue with the power: ABRP expects...