ESPurna firmware on Tonbux Power Strip

ESPurna firmware on Tonbux Power Strip

The Tonbux power strip is an IoT device that allows control of each power outlet from a mobile device. These are sold on Amazon for around $30 each. It has a closed firmware that does not allow direct access to the power strip. Instead, a mobile device app must be installed and control is done through the app. From the looks of it, the power strip publishes with MQTT to a cloud based broker. In turn the mobile device app…

Read More Read More

Monitoring Wireless Sensors

Monitoring Wireless Sensors

In this post we’ll cover how to monitor inexpensive wireless security sensors. There are two types of wireless sensors that we’ll be working with, door reed switches and passive infra red motion detectors. Each of these sensors transmit a broadcast radio message on the 433Mhz frequency. We’ll be expanding on earlier work with RTL_433. This post will cover how to identify a specific sensor and take appropriate action as needed, all that with a single bash script, let’s begin. The…

Read More Read More

Weather Monitoring with SDR and Cacti

Weather Monitoring with SDR and Cacti

This post will cover how to monitor a Acurite temperature and humidity sensor with RTL_433 and a SDR dongle. Values from the sensor will be collected using a shell script and the results will be graphed in Cacti. Let’s begin. The Acurite sensor used is model number 06002M and it is the indoor outdoor sensor. It can be found on Amazon and currently lists for $13 each, http://a.co/d/fPybnET. It is powered by 2 AA batteries. The manufacturer suggests using Lithium…

Read More Read More