InventoCasa / ha-advanced-blueprints

Advanced Blueprints combined with pyscript for extra useful automations
139 stars 33 forks source link

[Feature Request] "Fan" Control / Dynamic current #36

Closed suaveolent closed 10 months ago

suaveolent commented 11 months ago

Thank you for this awesome blueprint.

I was trying to set it up for my heating element. It allows to control its power draw with PWM (0 - 100%). I implemented this with a fan control.

Currently, your dynamic current control, however only allows to set Amps, with a max of 16A. Could you change that to allow for different units, e.g. percentage with up to 100%?

suaveolent commented 10 months ago

Nevermind, I implemented this part in my esphome device and exposed a current entity which does the mapping from Amps to percentage.

Works great so far. Thank you!