• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Relay CMD

    UniPi 1 - First Generation
    2
    2
    78
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Bence675 last edited by Bence675

      How can I control (turn on/off) relays from command line?

      1 Reply Last reply Reply Quote 0
      • T
        tomas_hora administrators last edited by

        Relays on Unipi 1 are ware wired via I2C gpio expansion so you will needsomething a bit more complicated. There are many options:

        • linux like https://github.com/Peekayy/mcp230xx
        • Python using already made library like https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx
        • C/C++ or anything else the same way just like Python
        • ...
        1 Reply Last reply Reply Quote 0
        • First post
          Last post