Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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://