Node-RED on Android

We already published a couple of articles showing you how to interact with your INSTAR HD or Full HD camera using Node-RED:

Mike Polinowski
INSTAR MQTT
Firmware Update
Full HD Series
INSTAR Deutschland GmbH
INSTAR MQTT

Make your camera the heart of your smart home

INSTAR MQTT

Using the MQTT interface of your INSTAR Full HD cameras you can connect them to an existing smarthome system (Home Assistant, OpenHAB, Node-RED, Athom Homey, Homematic, ioBroker, Loxone, homee) can be added. Or even make it the main broker for your MQTT sensors. MQTT allows you to automate ALL functions of your camera and link them to other services in your smarthome.

Mike Polinowski
IFTTT Applets
Firmware Update
Full HD Series
INSTAR Cloud
INSTAR Deutschland GmbH
INSTAR IFTTT Applets

Control your camera via the IFTTT online service

INSTAR IFTTT

On the IFTTT platform, we provided a service called INSTAR. The INSTAR applets provide you with the ability to control some settings of your INSTAR camera or INSTAR Cloud with IFTTT. You can connect INSTAR with triggers for location (Geo Location) and date & time, send notifications and much more. For example, you can connect INSTAR applets to the IFTTT location service and automatically disable the alarm when you arrive home. You can also use the INSTAR applets to create your own automation and connect them to other third-party applets.

Termux now allows you to install Node-RED directly on your Android phone or tablet - turning it into the a powerful smarthome gateway.

INSTAR MQTT on Android

Start by installing Termux on your Android device and start the app. Make sure that everything is up-to-date by running apt update && apt upgrade.

INSTAR MQTT on Android

Node-RED runs in Node.js which we can now install on our Android device by running the following command: apt install coreutils nano nodejs.

INSTAR MQTT on Android

Now with Node.js in place we can install Node-RED with the following command: npm install -g --unsafe-perm node-red.

INSTAR MQTT on Android

You can start up Node-RED by typing node-red.

INSTAR MQTT on Android

Now start your default Android web browser and open http://localhost:1880 to access the Node-RED interface.