Want to help make Pinout.xyz better? Please support us at Patreon.com

Raspberry Pi Pinout

Automation HAT

Automation HAT is a home monitoring and automation controller for the Raspberry Pi; with relays, analog channels, powered outputs, and buffered inputs. All 24V tolerant.

To get the HAT set up and ready to go you can use the one-line product installer:

  1. curl -sS https://get.pimoroni.com/automationhat | bash

Then import it into your Python script and start tinkering:

  1. import automationhat
  2. automationhat.relay.one.on()

Details

Automation HAT