WeekendWarrior1
WeekendWarrior1
> Maybe a better option is to define the function in the base class as virtual, with an empty default function. Children can still define behavior, but only if they...
Thanks Jesse
https://github.com/esphome/issues/issues/2871#issuecomment-1046149764 While I think that creating a generic h-bridge parent component is useful, the Decay mode issues mentioned in this issue are not issues at all, but working as intended,...
> Is the decay mode supposed to be applied on each PWM cycle (when driving the motor at a steady speed)? or is the decay mode the strategy you apply...
>>Another complication is that depending on how small/short the pulses are at the start of acceleration (eg 1% speed), The small pulses will be initially completely ineffective (on the graph...
>> - transition_short_buildup_duration (Optional, float): duration in milliseconds to buildup from no to full short. Defaults to 0 (no shorting/braking = coasting) > >> - transition_full_short_duration (Optional, float): duration in...
> > The application update lifecycle works fine when using python 3.9, so this appears to be a python related change. > > I've also tested this using the latest...