josemarcosrf / DroidVan

Domotic control Android App for my DIY campervan using a RaspberryPi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DroidVan

This repo contains my experimental Android app to control lights, fans and other elements of my campervan using a RaspberryPi.

The raspberryPi side can be found in the RaspVan repo.

Run

The app sends http requests to a server running on the RaspberryPi to switch on/off the lights, setup light timers and other similar functionality.

For development purposes is handy to have a mock server where to send requests and receive fake data, to run it:

    python mock_env/mock_RaspVan_server.py <port>

After starting the server, the RaspberryPi IP has to be changed accordingly in the app through the menu on the top right corner.

About

Domotic control Android App for my DIY campervan using a RaspberryPi


Languages

Language:Java 96.1%Language:Python 3.9%