-
Tiny Farm Demo
08/22/2016 at 06:34 • 0 commentsHello All,
We've made some progress since the last post and we also created a short video demonstrating an application of Serenity using a tiny farm. Check it out -
This video shows just one of infinitely many applications of Serenity. Howerer, it is still in development and there are a lot of features that still need to be implemented.
Heres a list of a few features we have in mind:
-Wireless Serial Ports using Bluetooth HC-06 Module
-Wireless Serial Ports using Wifi ESP8266 Module
-Multiple Arduino Board Support on one computer
-Multiple Triggers for one action (two conditionals to run an action)
-Multiple Actions for one trigger (one conditional to run multiple actions)
-Rest API to retrieve sensor Data
-SmartPhone app to configure and monitor setup
-Data Logging
-Configurable Display w/ charts and gauges
-Live data comparisons monitoring
-Modernize the User Interface
-Voice Control
-
The UI is working!
08/21/2016 at 02:33 • 0 commentsWe have a rudimentary version of the user interface working! This video demonstrates its functionality.
So in this video, I set up an automated system to blink a LED when motion is detected. First, the pins on the Arduino are defined. We tell the software that a LED is on pin 13 and a motion sensor is on pin 4. Then we define an action as blinking the LED that we previously configured. Lastly, in the triggers menu, we tell the software that when motion is detected (motion = 1) , run the Blink LED action.
This software, of course, is designed to be used by something far more complex, but for all intents and purposes, this setup demonstrates how the system will be configured.
Also, in upcoming versions, you will be able to have more than one action linked to each trigger and more than one trigger linked to each action. Allowing you to create highly complex systems without any code.
A reminder: Serenity does not require you to use an Arduino with it. The goal of Serenity is to make home automation easily configurable. So, while it does create a very easy and efficient way to set up an Arduino-based system, it is also designed to monitor and control wifi and Bluetooth-connected smart devices in your home. Like light switches, outlets, or locks,
-
Our Goal is in sight!
08/17/2016 at 14:15 • 0 commentsJust a few days awa from Aug 22 and we are working hard to have some demo videos out for you guys to demonstrate our software, however we needed to make some changes first:
-New UI (the old one was terrible,the new one is slightly better but has potential)
-Support for multiple boards
-Bluetooth functionality using an hc-06 module ( your computer can be connected to the arduino via bletooth!)
-Sensor logging
-A new name (the software is now called serenity, HAAC is just Harsh and my initials put together,how convenient)
-Compatibility with existing commercial home automation setups(the software should be able to setup rules for you Samsung SMarthings/WeMo plugs/Philips Hue/ect... and be compatible with things like Amazon Alexa)
-MQTT functionality
We have a bunch more features we are also trying to implement but those are our priorities. Please give us some feedback on what you think should be added!
-
Initial Build (Just getting Started)
08/10/2016 at 02:09 • 0 commentsOur main focus right now is the trigger-action capabilities with the different arduino sensors. So far we have a few sensors working as triggers and relays and Leds firing as out actions.
Completed:
-Json configuration Files
- Trigger - Action Code
- A basic UI
--------------------------------------------------------------------
To Do:
-Access Control
-Add more hardware compatibility
-Better Looking UI
-Configurable Home Page
-Plugin Support
-Configurable general settings
This video is demonstrating the trigger action functionality of HAAC-IoT. In the video it is configured with 2 triggers, each a get request relying on the parameter "val". Those triggers have corresponding actions which are configured to open and close the relay in the video. An easy way to create an Iot Device with no code!
In the next update we will show the easy to use user interface for configuring arduino pins, triggers, and actions!