From the beginning of PDAControl we have carried out tests with the Emoncms platform, the Openenergymonitor project, initial tests with the esp8266-01 in 2014 have brought us to 2021 and the ESP32 module. Using the Peacefair PZEM-016 meter add an ESP32 module and an RS485 converter module. In this case, we will carry out…
Category: Dashboard
Here we will gather all means of data visualization.
Install Dataplicity on Raspberry Pi (Without Desktop)
This time I will share an application with great utility in our IoT projects. Dataplicity Dataplicity allows you to monitor, manage and repair your devices even when they move between cellular, satellite and fixed networks outside of your control. How does it work Dataplicity uses a secure HTTPS connection initiated by the client and opportunistically…
Integration http JSON Node-RED (Raspberry Pi) with PowerPDU 4C from Netio # 002
Integration Platform Ubidots with LOGO! Siemens using Node-RED
For some weeks I have done some tests with a LOGO! (logical module) from Siemens, for a few months I have seen that they use it in basic industrial applications, although I do not personally consider it 100% a PLC, it is easily integrated into monitoring and control applications for simple processes. You could say…
Meter PZEM-004 + Arduino Nano Modbus RTU (RS232) & Platform IoT Node-RED
Originally this test is performed in June 2018 in less than one year, for reasons of availability do not publish, technically just missing the documentation, then I will present the results, well they say there is better late than never. In this opportunity our PZEM-004 meter or it is also possible with our PZEM-004T communication…
Complete installation Database MySQL & MariaDB in Raspberry Pi 3 B / B +
Among the most popular databases this MySQL has 2 types of licensing General public license and commercial license, it is considered the most popular open source database in the world is included in almost all hosting very used by WordPress, is also included as a component of development in LAMP and XAMMP. Previously, make a…
Complete installation Grafana Dashboard in Raspberry Pi 3 B / B +
About 2 years ago I made the first tests with Grafana using an ESP8266-01 module, Node-RED, Mosquitto (MQTT) and the InfluxDB database, by that time I did very basic tests which document in the following article: Tutorial ESP8266 Node-RED Granafa InfluxDB MQTT, in this opportunity I will try to explore more features since there is…
Measurement Electrical consumption with Ubidots Industrial & ESP32 + PZEM-004T
On this occasion I have proposed to measure the electricity consumption of my entire house to make comparative estimates with the collection of my energy bill and analyze. On this occasion I will use the IoT platform Ubidots in its Industrial version, previously we had done tests with the educational version, but this industrial version has special…
Meter PZEM-004 + ESP8266 & Platform IoT Node-RED & Modbus TCP/IP
In this opportunity we will integrate our active power meter or electric consumption,Pzem-004 – Peacefair with the IoT Node-RED integration platform used in previous tutorials, we will use an ESP8266 module configured as Modbus TCP / IP slave, later we will visualize the measurements in Node- RED Dashboard to visualize the 4 available variables such as…
WifiManager + Emoncms (OEM) with ESP8266 (Temperature) #1
The following implementation using an ESP8266 module and a temperature sensor ds18b20 allows the configuration and sending of data to Emoncms without requiring to modify or edit a line of code, facilitating the creation of parameterizable applications. After testing the Wifimanager libraries, which allow an agile configuration of the network credentials and additionally allow to…