Skip to content
Christian Weiske edited this page Dec 21, 2021 · 10 revisions

Welcome to the Home App wiki!

Home App is a small and easy to use smart home app with a simple framework. The goal of this application is to make remote execution of predefined features as easy and user-friendly as possible to help you get started with smart home technology.

Communication between the devices uses HTTP requests and JSON strings. After the commanding device has send a HTTP request to the smart home device, the smart home device sends back a JSON string containing the information the app needs.
More information about the API can be found on the wiki page "SimpleHome API".

This app is especially useful if you are using microcontrollers or other small devices such as the Raspberry Pi for smart home automation.

Supported devices

Clone this wiki locally