user:jan001:intro_iot_tasmota_nig
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:jan001:intro_iot_tasmota_nig [2021/10/11 11:55] – jan001 | user:jan001:intro_iot_tasmota_nig [2023/01/05 14:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 66: | Line 66: | ||
==== Breadboard prepartion ==== | ==== Breadboard prepartion ==== | ||
So get all your stuff together and build up the breadboard. Here is the schematic. If your Programmer has male headers, you can plug it directly into the breadboard. {{ : | So get all your stuff together and build up the breadboard. Here is the schematic. If your Programmer has male headers, you can plug it directly into the breadboard. {{ : | ||
+ | |||
+ | <WRAP center round alert 60%> | ||
+ | Short Cut on Board! EORROR! | ||
+ | </ | ||
==== Installing the Tasmotizer ==== | ==== Installing the Tasmotizer ==== | ||
Line 140: | Line 144: | ||
The part after the equal is the message. It includes a timestamp and the sensor data. | The part after the equal is the message. It includes a timestamp and the sensor data. | ||
+ | ==== Making a graph ==== | ||
+ | |||
+ | I hope yall have read the article and followed the steps for setting up your NIG. You are going to need it. | ||
+ | |||
+ | === Node-Red === | ||
+ | So in Node-Red, we have to start with an '' | ||
+ | < | ||
+ | let temperature = msg.payload.DS18B20.Temperature; | ||
+ | return { payload: temperature }; | ||
+ | </ | ||
+ | First we create a value '' | ||
+ | The last node we need is the '' | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | === Grafana === | ||
+ | We are nearly finished! Let's open up Grafana. Start with creating a new dashboard by hovering over " | ||
+ | {{ : | ||
+ | I hope you learned something today! | ||
===== References ===== | ===== References ===== | ||
Line 148: | Line 171: | ||
- [[https:// | - [[https:// | ||
- [[https:// | - [[https:// | ||
+ | - [[https:// |
user/jan001/intro_iot_tasmota_nig.1633946111.txt.gz · Last modified: 2023/01/05 14:38 (external edit)