Im trying to use the exec binding to control the gpios on my raspberrypi with Openhabian. Is there a good tutorial for beginners? I just started using ssh and using commands. I have figured out how to set the pins with gpio -g mode command to make the pins input and outputs. I also can set them to high and low with gpio -g write command. I need to know the actually set them up. Do I use the Paper ui or Habmin? I havent been able to get the commands to work at all.
Is this even how you set it up? I’m very new to this so if someone could put it laymam’s terms that would be awesome. I looked at the github site (https://github.com/openhab/openhab2-addons/tree/master/addons/binding/org.openhab.binding.exec) and the openhab site (http://docs.openhab.org/addons/bindings/exec1/readme.html) but I’m still lost. I basically just want to set some commands to turn certain pins to control relays for home automation.