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
- Host: GitHub
- URL: https://github.com/piskula/intelligent-house
- Owner: piskula
- Created: 2018-11-07T22:08:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T16:15:12.000Z (over 7 years ago)
- Last Synced: 2025-01-14T04:25:19.913Z (over 1 year ago)
- Topics: python3, raspberry-pi
- Language: TypeScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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