Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samtv12345/livisi-unofficial-smarthome-frontend
Third-party Frontend for the local smarthome of Innogy
https://github.com/samtv12345/livisi-unofficial-smarthome-frontend
frontend home-automation iot livsii raspberry-pi smarthome
Last synced: 26 days ago
JSON representation
Third-party Frontend for the local smarthome of Innogy
- Host: GitHub
- URL: https://github.com/samtv12345/livisi-unofficial-smarthome-frontend
- Owner: SamTV12345
- Created: 2022-09-17T08:23:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T18:32:24.000Z (3 months ago)
- Last Synced: 2024-08-21T21:05:31.262Z (3 months ago)
- Topics: frontend, home-automation, iot, livsii, raspberry-pi, smarthome
- Language: TypeScript
- Homepage:
- Size: 3.83 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unofficial LIVISI Gateway
This is a community project and is not affiliated with LIVISI in any way. It enables a higher performance by caching
- Locations
- Devices
- Capabilities (The things a device can perform)as they won't change often. This results in an incredible performance boost as now only 3 other requests need to be performed on device.
## Deploying
```yaml
version: '3'
services:
gateway:
image: samuel19982/gateway:latest
volumes:
- "./db:/app/db"
ports:
- "80:8000"
environment:
- BASE_URL=
- PASSWORD=
- USERNAME=
```The url normally starts with http://