Skip to content

smartflat/smartflat

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SmartFlat

Modular real-time home automation server.

Devices are extensions. SmartFlat can potentially support anything.

Slack Docker

SmartFlat Logo

Features

  • Highly Compatible:
  • Modular
    • Everything is a module
    • Easy to extend
    • Flexible
  • Real-time
  • Scriptable
  • Secure:
    • SSL for communication
    • PBKDF2 for hashing
    • JWT for authentication
    • OpenSource
    • Self-hosted
  • Customizable
    • Choose whatever database you want
    • Get a third-party WebUI
    • Own a custom device? Write your own module

Installation

Ask me on Slack.

For Developers

Requires: git, yarn and node.js.

git clone https://github.com/smartflat/smartflat
yarn install
yarn run build

License

SmartFlat is MIT-licensed.