Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ounai/mcmansion
Home intelligence & automation
https://github.com/ounai/mcmansion
Last synced: 16 days ago
JSON representation
Home intelligence & automation
- Host: GitHub
- URL: https://github.com/ounai/mcmansion
- Owner: ounai
- License: mit
- Created: 2023-10-28T04:37:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-12T07:41:15.000Z (4 months ago)
- Last Synced: 2024-11-15T23:12:35.563Z (3 months ago)
- Language: TypeScript
- Size: 244 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mcmansion
Home intelligence & automationDesigned to run on a Raspberry Pi with the [800x480 touch display](https://www.raspberrypi.com/products/raspberry-pi-touch-display)
## Features
* Transit departure board for nearby train and bus stations
* RuuviTag temperature & humidity tracking across different rooms
* Hour-by-hour electricity price tracking
* Stopwatch
* In-app customization## Environment variables
* `POSTGRES_HOST`
* `POSTGRES_DATABASE`
* `POSTGRES_USERNAME`
* `POSTGRES_PASSWORD`
* `POSTGRES_ALTER` (set "true" to sync altering changes to the database schema)
* `DIGITRANSIT_SUBSCRIPTION_KEY` (one can be acquired [here](https://portal-api.digitransit.fi))
* `DISABLE_RUUVI_TAG_DATABASE` (set "true" to disable listening for RuuviTags and saving measurements to DB)