Based on the previous instructions of the ESP8266 connection with the Node-RED implementing the mqtt protocol, we have performed tests of the connection of several software platforms for the collection and visualization of data. We consider these 2 Grafana and InfluxDB for development and Interactive From the internet of things.
Install Node-RED
Video Test ESP8266 Grafana InfluxDB Node-RED MQTT Mosquitto IoT
A description of the applications used …
InfluxDB
Open source database specialized in time series storage developed by InfluxData, written in Go and optimized for storage, availability and fast retrieval of timeseries data, you could say that this database is perfect for Storing data of variables that make changes in the time, for the field of monitoring of applications of the Internet of things like sensors in real time.
From Wikipedia InfluxDB
Installing InfluxDB
For the realization of the tests has been installed influxDB on a server with 32 bits lubuntu SO, install steps Influxdb here.
Grafana
Grafana is an open source visualization and metric package. It is most commonly used to visualize time series for infrastructure and application analysis, but many use it in other domains including industrial sensors, home automation, time and process control. It could be considered a robust dashboard that allows interaction with several databases. data.
Installation of Grafana
The installation of Grafana has been done on a 64 bit server lubuntu, steps install Grafana Debian / Ubuntu here.
Tests
Periodically the temperature of the ESP8266 will be read via Mqtt, from Node-RED the data will be inserted into influxDB and the connection between InfluxDB and Grafana will be performed.
For the connection between Node-RED and InfluxDB can be done via Query http in this case we have used the nodes for the connection.
One of the previous tests of temperature measurements via MQTT has been taken as a basis of data collection.
Tutorial ESP8266 Temperature DS18B20 MQTT Node-Red IoT
CONCLUSIONS
InfluxDB compared to other databases known worldwide such as SQLServer, MySql and PostgreSQL among others, which use the Query language have been compared and considered excellent in the following aspects, practicality, database creation, queries and insertion Of data, all thanks to its optimization for such applications.
Grafana this dashboard is recommended since it provides a very datallada information of historical data for analysis of comparative tendencies.
Where to buy ?
ESP8266 12 Node MCU v3 http://s.click.aliexpress.com/e/6URFaYz
ESP8266-01 http://s.click.aliexpress.com/e/UrbmIe6
ESP8266-03 http://s.click.aliexpress.com/e/MrfYVbm
ESP8266-12 F http://s.click.aliexpress.com/e/7iQzRvN
Downloads
Backup nodes Example – Node-RED
Required:
Previous tutorials Recommended
Tutorial 2 : Installation node red platform
Tutorial 3: Installation Node Red Dashboard
Tutorial 4: Installation Modbus TCP IP in Node Red
Tutorial 5: Installation of Mosquitto Broker MQTT in Lubuntu
Tutorial 6: Program ESP8266 con Arduino IDE
Tutorial 7: ESP8266 and Node-RED MQTT GPIO # 1
1 Reply to “Tutorial ESP8266 Node-RED Granafa InfluxDB MQTT”