Skip to content

shaunjanssens/smarthome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart home

Turn on your lights, close your blinds, control the inside temperature and automate everything.

Live version

Components

Smart home consists of four parts. The Arduino nodes, the central hub, the React app and the iOS app.

Nodes (/nodes)

Each node consists of a NodeMCU microcontroller and platform dependent outputs or inputs such as relays, motors, pushbuttons, temperature and humidity sensors and more. There is a separate Arduino IDE file for each type.

Central hub (/server)

Every change in Firebase is detected by a central hub. This hub will identify the change and process it correctly. Automations are also controlled by this hub.

React app (/react-app)

The React web app is connected to the Firebase database. Each output is controlled by changing it's value in Firebase and sensors are read every time there is a change. Automations are also managed by the app.

iOS app (/ios-app)

There is a basic iOS app that loads the webapp in a Webkit webview.

About

Simple smart home system with React, Firebase and MQTT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published