Skip to content

Commit aee99c2

Browse files
committed
Better links.
1 parent 4a4807f commit aee99c2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# temp-matrix
66
temperature matrix based on raspberry pi, python, 5x6 ds18b20, and grafana
77

8-
for development details see: [https://community.hiveeyes.org/t/laborprotokoll-4x5-temp-matrix-mit-ds18b20/5102/14](URL)
8+
for development details see: [https://community.hiveeyes.org/t/laborprotokoll-4x5-temp-matrix-mit-ds18b20/5102/14](https://community.hiveeyes.org/t/laborprotokoll-4x5-temp-matrix-mit-ds18b20/5102/14)
99

1010
## files
1111
* README.md - this file
@@ -20,7 +20,7 @@ i am getting valid mapping using a 2.2k resistor.
2020

2121
## sensor mapping
2222
[https://community.hiveeyes.org/t/ds18b20-temperatur-sensoren-am-one-wire-bus-anordnen/1399
23-
](URL)
23+
](https://community.hiveeyes.org/t/ds18b20-temperatur-sensoren-am-one-wire-bus-anordnen/1399)
2424

2525
## data publishing
2626
paho-mqtt required: [https://pypi.org/project/paho-mqtt/#installation](URL)
@@ -32,11 +32,11 @@ paho-mqtt required: [https://pypi.org/project/paho-mqtt/#installation](URL)
3232
python temp-matrix_5x6.py`
3333

3434
### mqtt data upload to hiveeyes
35-
[https://community.hiveeyes.org/t/daten-per-mqtt-und-python-ans-backend-auf-swarm-hiveeyes-org-ubertragen/94/6](URL)
35+
[https://community.hiveeyes.org/t/daten-per-mqtt-und-python-ans-backend-auf-swarm-hiveeyes-org-ubertragen/94/6](https://community.hiveeyes.org/t/daten-per-mqtt-und-python-ans-backend-auf-swarm-hiveeyes-org-ubertragen/94/6)
3636

3737
### format your array
3838
[https://community.hiveeyes.org/t/how-to-visualize-2-dimensional-temperature-data-in-grafana/974/9
39-
](URL)
39+
](https://community.hiveeyes.org/t/how-to-visualize-2-dimensional-temperature-data-in-grafana/974/9)
4040

4141
matrix = [[temp_ir_1_1, temp_ir_1_2, temp_ir_1_3, temp_ir_1_4, temp_ir_1_5, temp_ir_1_6], \
4242
[temp_ir_2_1, temp_ir_2_2, temp_ir_2_3, temp_ir_2_4, temp_ir_2_5, temp_ir_2_6], \
@@ -46,11 +46,11 @@ paho-mqtt required: [https://pypi.org/project/paho-mqtt/#installation](URL)
4646

4747
## data visualizing (grafana)
4848
[https://swarm.hiveeyes.org/grafana/d/Y9PcgE4Sz/mois-ex-wtf-test-ir-sensor-svg-pixmap-copy
49-
](URL)
49+
](https://swarm.hiveeyes.org/grafana/d/Y9PcgE4Sz/mois-ex-wtf-test-ir-sensor-svg-pixmap-copy)
5050

5151
## bonus: sensors offsets
5252
[https://community.hiveeyes.org/t/temperatursensoren-justieren-kalibrieren/1744/2
53-
](URL)
53+
](https://community.hiveeyes.org/t/temperatursensoren-justieren-kalibrieren/1744/2)
5454

5555

5656

0 commit comments

Comments
 (0)