https://github.com/synchthia/remonpi
🥧 Remote On Pi (RemonPi)
https://github.com/synchthia/remonpi
go iot web
Last synced: 5 months ago
JSON representation
🥧 Remote On Pi (RemonPi)
- Host: GitHub
- URL: https://github.com/synchthia/remonpi
- Owner: synchthia
- License: mit
- Archived: true
- Created: 2019-09-09T15:15:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T05:57:26.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T06:27:41.257Z (about 2 years ago)
- Topics: go, iot, web
- Language: JavaScript
- Homepage:
- Size: 1.23 MB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RemonPi
=========================================
> # Deprecated
> We are migrated to [Dash-Home](https://github.com/dash-app/dash-home). Please see here.
[](https://goreportcard.com/report/github.com/synchthia/remonpi)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fsynchthia%2Fremonpi?ref=badge_shield)
Remote on RaspberryPi, RemonPi. \
This is a simple Remote Management application....

## Requirements
> Remon Pi required HexPi for Send IR Signal, etc. \
> https://github.com/synchthia/hexpi
## How to build
```bash
# Build frontend & build
make clean frontend build
```
## Environment Variables
### HTTP_PORT
* Listening HTTP Port (default: 8080)
### REMONPI_VENDOR
* Vendor (Manufactor) name of Remote
* Currently available only `mitsubishi`
### REMONPI_MODEL
* Remote Controller Model
* kgsa3-c: KGSA3 (C Mode)
### REMONPI_DATABASE_PATH
* RemonPi LocalData storage (state saving)
### HEXPI_ADDRESS
* HexPi Endpoint Address (ex, `http://localhost:8081`)