Skip to main content

Automation HAT Driver

Project description

Automation HAT

Build Status Coverage Status PyPi Package Python Versions

https://shop.pimoroni.com/products/automation-hat https://shop.pimoroni.com/products/automation-phat

Automation HAT/pHAT is a home monitoring and automation controller featuring relays, analog channels, powered outputs, and buffered inputs (all 24V tolerant).

Installing

Manual install:

Library install for Python 3:

on Raspbian:

sudo apt-get install python3-automationhat

other environments:

sudo pip3 install automationhat

Library install for Python 2:

on Raspbian:

sudo apt-get install python-automationhat

other environments:

sudo pip2 install automationhat

Development:

If you want to contribute, or like living on the edge of your seat by having the latest code, you should clone this repository, cd to the library directory, and run:

sudo python3 setup.py install

(or sudo python setup.py install whichever your primary Python environment may be)

In all cases you will have to enable the i2c bus.

Documentation & Support

0.2.2

  • Had ST7789 on the brain, swapped for ST7735

0.2.1

  • Add dependency on ST7789 for AMH

0.2.0

  • Fix: Fix thread interleaving and race conditions leading to spurious ADC readings

  • Fix: Switch to non-deprecated alias of thread.isAlive

0.1.0

  • Fix: Defer setup to avoid import side effects

  • Fix: Slowed LED update rate

  • Improvement: Switched to warnings to notify about unsupported features on pHAT

0.0.4

  • Fix for HAT/pHAT detection

0.0.3

  • Fix for Python 3 support

0.0.2

  • Added pHAT support

  • Rounded ADC output to 2 decimal places

  • Set initial state for outputs and fixed toggling

  • Fixed light toggling

0.0.1

  • Initial Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

automationhat-0.2.2.tar.gz (8.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page