| 1 | == Temperature Sensors == |
| 2 | |
| 3 | There are 4 temperature sensors: |
| 4 | 1. Dungani sensor (on dungani) |
| 5 | 2. Cerberus sensor (behind rack 1, between the two racks) |
| 6 | 3. Hera sensor (in front of rack 1) |
| 7 | 4. Outer rack sensor (hanged on rack 5 - above sandman) |
| 8 | |
| 9 | There are 2 hubs that collect measurements: |
| 10 | 1. Cerberus hub |
| 11 | 2. Virtual hub |
| 12 | |
| 13 | The measurements are collected in skiathos |
| 14 | |
| 15 | * `root@skiathos-ng:~# /usr/local/bin/lunix-sensor cerberus 49152` |
| 16 | |
| 17 | * `root@skiathos-ng:~# /usr/local/bin/lunix-sensor virtual 49152` |
| 18 | |
| 19 | ==== To restore the measurements ==== |
| 20 | |
| 21 | * `ssh cerberus / virtual` |
| 22 | * `su -` |
| 23 | * `root@cerberus:# python /root/lunix-broadcast.py --serial /dev/ttyUSB1` (Check if `ttyUSB1` is the correct device) |
| 24 | * `root@cerberus:# tail -f lunix-broadcast/lunix-broadcast.log` |
| 25 | |
| 26 | If there is an error, kill the process, `rm` the lunix-broadcast files and restart the process |
| 27 | |
| 28 | If the sensors do not send measurements, unplug the battery case and reset from the button next to the USB port |