I would like to control my home automation project with my Android phone but I don't know if it's possible the way I am thinking.
How exactly I would like to use it:
- An Arduino Nano detects that one of the lights have been left on, but there is no movement in that room for x amount of time.
- The Arduino Nano passes that information to my internet connected hub.
- The hub (uses Processing code) makes the Pushbullet API request to display a push that says "Light in room y has been left on for x amount of time, would you like to turn it off? YES/NO".
Would this be possible with Pushbullet? If yes, then how? If no, are there ways I could do this (as simply)?