InventoCasa/ha-advanced-blueprints

[Feature Request] "Fan" Control / Dynamic current

suaveolent opened this issue · 1 comments

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%?

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!