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

https://github.com/piskula/intelligent-house

BackEnd part of my own Intelligent House Project
https://github.com/piskula/intelligent-house

python3 raspberry-pi

Last synced: 2 months ago
JSON representation

BackEnd part of my own Intelligent House Project

Awesome Lists containing this project

README

          

## Backend part of [Intelligent house](https://github.com/piskula/intelligent-house-android) application

This repository contains back-end parts for my Intelligent house Android app. It consists of three main parts:

- Raspberry [scripts](/raspberry_scripts): these scripts run automatically on [Raspberry Pi](https://www.raspberrypi.org/) and send data periodically to [Firebase DB](https://firebase.google.com)
- Firebase [functions](/functions): these triggered functions handle:
1. adding timestamps to data, which come to DB
2. removes old data, if necessary
3. send notifications to devices in special cases
- AWS [cron service](/cron-service): perform health-checks by calling Firebase periodically