Controlling the Raspberry Pi fan

Hey folks!
Can I controll the Raspberry Pi fan (connected to the GPIOs) with the GPIO Binding?
It’s from OH 1.13.0 so I don’t know if it works with the latest OH version…
Thanks for helping!

If the fan can be controlled by setting single GPIO pins to 1/0 then yes or if the fan supports OneWire then yes. If not then no.

OH 1.x version bindings will work with OH 2, but you won’t be able to work with them through PaperUI. Read the binding docs for how to create your Items in .items files.

allright, thanks rich :smile: