Skip to content

Fun uses for the vestaboard and to enable link to home automation

License

Notifications You must be signed in to change notification settings

qsig-a/home_automation_helper

Repository files navigation

Home automation server

Just a collection of uses and connectors for my home automation uses.

One such use is for Vestaboard.

Environment variables for the docker image

PORT (Defaults to 3020 if not set) for web listening port

VESTABOARD_API_KEY = API Key from Vestaboard Installable API Key Creation

VESTABOARD_API_SECRET = API Secret from Vestaboard Installable API Key Creation

Enabled a random quote generator sourced from a mysql DB

SAYING_DB_ENABLE = 1 (1 for enabled, 0 for disabled (default))

SAYING_DB_HOST

SAYING_DB_NAME

SAYING_DB_PASS

SAYING_DB_USER

SAYING_DB_PORT

DB Schema is just a table named sayings with a column named quote. I also put source as a column in case I wanted to display it later.

About

Fun uses for the vestaboard and to enable link to home automation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published