f0rmatme / autoflower

Autoflower is a standalone automation controller/web server that works a lot like IFTT(If This Then That), with extra functionality. Technically, one could add whatever plugins, functions, and frontend they wanted. In our case, we're using it to control medical marijuana grow rooms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To install Autoflower:
#still need to configure directory for supervisor configuration during install!
1.Install Python:
    $ sudo apt-get install python python-dev
    
2.Run install.py:
    From autoflower directory...
    $ cd [path of autoflower directory]
    $ sudo python install.py
    
3. Configure server:
    Edit config/config.txt to reflect the desired host, port, and path to autoflower directory

4. Setup Devices, Zones and Automation:
    In a web browser, navigate to the host and port you specified in the config file and finish setup

About

Autoflower is a standalone automation controller/web server that works a lot like IFTT(If This Then That), with extra functionality. Technically, one could add whatever plugins, functions, and frontend they wanted. In our case, we're using it to control medical marijuana grow rooms.


Languages

Language:JavaScript 40.2%Language:Python 38.1%Language:CSS 15.6%Language:HTML 4.3%Language:PHP 1.7%