#539 Two-speed Fans

Chris Lewis Fri 22 Sep 2017

Sorry if this has been covered already, but I didn't come up with anything after a quick search in the forums and browsing tag information.

Is there an established convention for tagging two-speed fans? I'm wondering how to treat the cmd and speed aspects of these.

Stephen Frank Mon 25 Sep 2017

I think the fan cases covered right now are simple on/off or on a VFD. I don't know that I have the right answer for you, but you could consider using speed with discrete percentage values, or could consider using run + stage (1,2) along the lines of cooling/heating equipment.

Brian Frank Mon 9 Oct 2017

If its just one point, then I'd probably use an enum point:

point
kind:"Str"
enum:"off,slow,fast"

Login or Signup to reply.