graficar_variables_de_ups_en_grafana
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| graficar_variables_de_ups_en_grafana [2024/05/25 21:41] โ [Code Explanation:] oso | graficar_variables_de_ups_en_grafana [2024/10/17 21:42] (current) โ external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| **Objective: | **Objective: | ||
| + | {{: | ||
| + | |||
| + | ๐ //This image was created in May 2024, using Bing AI. Apparently it struggles a bit with the cable routing... ToDo: create this same prompt (raspberry pi connected to an UPS using an USB cable, photorealistic) in a couple of years.// | ||
| ===== Code ===== | ===== Code ===== | ||
| Line 23: | Line 26: | ||
| host=" | host=" | ||
| port=3306, | port=3306, | ||
| - | user="facundo",ย | + | user="f******",ย |
| - | password=" | + | password=" |
| database=" | database=" | ||
| ) | ) | ||
| Line 154: | Line 157: | ||
| With these commands, you will have a database named `UPSstats` with two tables: `variables` for storing the names and IDs of the variables, and `ups_data` for storing the actual readings along with their timestamps. Make sure to execute these commands in your MariaDB client to set up the database before running your Python script. | With these commands, you will have a database named `UPSstats` with two tables: `variables` for storing the names and IDs of the variables, and `ups_data` for storing the actual readings along with their timestamps. Make sure to execute these commands in your MariaDB client to set up the database before running your Python script. | ||
| + | <code sql> | ||
| + | |||
| + | <code sql> | ||
| ===== Flask Service ===== | ===== Flask Service ===== | ||
| Line 233: | Line 239: | ||
| {{: | {{: | ||
| + | **Live site:** | ||
| + | https:// | ||
graficar_variables_de_ups_en_grafana.1716673304.txt.gz ยท Last modified: 2024/10/17 21:42 (external edit)
