home-automation-helpers

command module
v0.0.0-...-102f811 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2023 License: MIT Imports: 5 Imported by: 0

README

Home Automation Helpers

This is a REST API which contains endpoints I've implemented to help me with my home automations.

It's intended to run locally and be called locally.

Docs

A Postman collection can be found inside of the /docs directory

Compiling

For running it on a Raspberry Pi, compile it to arm:

env GOOS=linux GOARCH=arm GOARM=5 go build

Configuration

  • Set your VoiceMonkey token in the .env file
  • Compile the project and keep the .env file next to it when running
  • A systemd service file is provided inside of the /resources directory
  • Copy it to /etc/systemd/system
  • Run:
    • sudo systemctl daemon-reload
    • sudo systemctl enable home-automation-helpers
    • sudo systemctl start home-automation-helpers

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL