@caseywebb/growhaus

1.3.2 • Public • Published

growhaus

Raspberry Pi Based Grow Room Automation

Installation

$ yarn global add @caseywebb/growhaus
$ sudo growhaus

Optionally copy the systemd unit file to /etc/systemd/system/growhaus.service and run sudo systemctl start growhaus && sudo systemctl enable growhaus to enable on boot.

API

A minimal webserver is exposed for retrieving and temporarily overriding the brightness.

Get

$ curl localhost:8080

Set

$ curl --data '{ "brightness": <1-255> }' -H "Content-Type: application/json" -X POST localhost:8080

Readme

Keywords

none

Package Sidebar

Install

npm i @caseywebb/growhaus

Weekly Downloads

1

Version

1.3.2

License

WTFPL

Unpacked Size

17.3 kB

Total Files

26

Last publish

Collaborators

  • caseywebb