Collecting RuuviTag measurements and displaying them with Grafana

You can use systemctl status grafana-server to see the status of the service, it should look like this if all is fine with grafana:

$ systemctl status grafana-server
ā— grafana-server.service - Grafana instance
   Loaded: loaded (/usr/lib/systemd/system/grafana-server.service; enabled)
   Active: active (running) since Thu 2018-03-01 20:12:24 EET; 1 day 13h ago
     Docs: http://docs.grafana.org
 Main PID: 198185 (grafana-server)
   CGroup: /system.slice/grafana-server.service
           ā””ā”€198185 /usr/sbin/grafana-server --config=/etc/...

And to check the logs for additional clues, you can use sudo journalctl -u grafana-server

Thanks for the help.

I get the result below. Pretty much the same infor from journalctl. But previously I did get the following info from tailf on grafana.log:

lvl=crit msg=ā€œFail to connect to databaseā€ logger=sqlstore error=ā€œUnknown database type: influxDBā€

But I am positive that Influx is running. And I thought before that this was the name that Grafana uses for an Influx DB. Iā€™ve tried a capital I, InfluxDB, as well.


ā— grafana-server.service - Grafana instance
Loaded: loaded (/usr/lib/systemd/system/grafana-server.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2018-03-05 10:20:26 EST; 15min ago
Docs: http://docs.grafana.org
Process: 763 ExecStart=/usr/sbin/grafana-server --config=${CONF_FILE} --pidfile=${PID_FILE_DIR}/grafana-server.pid cfg:default.paths.logs=${LOG_DIR} cfg:default.paths.data=${DAT
Main PID: 763 (code=exited, status=1/FAILURE)

That error looks a bit like you have accidentally configured (or tried to) use InfluxDB as a database for storing Grafana settings, which is not supported. In /etc/grafana/grafana.ini under the [database] section, have you configured something? if so, remove those. The datasource for the graphs (InfluxDB) should be configured through the Grafana UI, not through the ini config

1 Like

[face-palm] Yes, I was fiddling in that section of grafana.ini. I thought that section was for specifying the database to access. Problem solved and lessons learned! Thanks!

1 Like

i canā€™t get this image burned to a card. Have tried both macos and win10 with etcher. In the end of the writing to disk an error message. Neither can it be verified or unpacked. crc error with 7zip.

Is the google drive file corrupted?

Hi,

I wanted to use the finished raspberry image and downloaded it from the Google Drive. Unfortunately, I always get a CRC error. Could someone check if he also has the problem with the image? Many Thanks!

Iā€™ve had a few reports of successful install, but apparently there is some problem with the image :thinking: Iā€™ll make a new one, and shrink the image size while Iā€™m at it.

ok, thanks. I have also tried to download it on three different computers and on 3 different ISPs. no luck.

I downloaded 1 March ā€œruuviberry_2018-01.zipā€ and unpacked it, and it took over 4 hours to get an image on an SD card. 16GB. But otherwise everything will be fine.

https://drive.google.com/open?id=1RdZ1wKPMf6qorlZnzqlGnOYXVEGQQYsE
mentioned on 2/1/18
Does not unzip.
Down loaded 2665548590 bytes. Is that correct?

Yes that is correct.

Guess what happened to my exterior ruuvitag.
It fell down from its place today due to windy weather.

1 Like

First of all thanks for the image, got it working on a first try with wifi and all. Next step will be finding the perfect spot for Raspi so that all tags are within range.

Also I tried to modify the existing default dashboard on Grafana. I tried but could not find a way to name the tags according to the mac addresses. What would be the best way to give them names based on location, so they would be displayed in the legends correctly?

My experience shows that small changes in location of either the tags or the receiver (Raspi) (as little as 10-20 cm and not necessarily towards each other) can result in dramatic change of rssi observed (as much as 10 or even 20 dB). So my advice is to find a reasonable and convenient spot for the Pi first and then, if not all the tags are reliably visible, try moving the problem tags or the Pi just a little bit and check the results.

The best way by far of assigning names to macs is to use RuuviCollectorā€™s ruuvi-names.properties file. Thereā€™s an example file provided and itā€™s nicely documented right in the file itself.

Hi,
I really love your work/image. Thanks a lot.
The non-plus-ultra would be to add a display to the raspberry so one can read some data directly.

Anyone tried it?
I have a Watterott 3.5 inch color touchscreen here and would like to use it. Any experience or other recommendations? http://www.watterott.com/de/RPi-Display-B-Plus

Will the official 7 inch Touchscreen work?

Best regards from Munich
Axel

Hi,

What could cause this humidity and pressure fail? Sw or HW? How should I start to troubleshoot?

Mika

Very interesting! Could you check if dataFormat changed when it happened?

One thing which comes to my mind is that the BME280 would have failed and tag switches over to nRF52 temperature sensor. It would explain why temperature readings suddenly become a lot more noisy and humidity and pressure readings are zero. Is there any visible damage to the board? Can you try the tag with a new battery?

I got it back to business. I had to remove the battery about 10 times and then it started to give some other lights than solid red light. So when I removed the battery and put it back, i got just constant red light but I couldnā€™t connect to the tag. After couple of reset cycle it started to work normally. I got the tag week ago so the battery shoulndā€™t be so old.

I believe it was Scrin who observed some time ago that ā€œwigglingā€ the battery a bit can improve contact if some dust or whatever gets between the battery and the clip. If the contact is bad, the battery can provide acceptable voltage when idle but it will dip substantially under peak loads, like when booting up or transmitting, which can lead to constant rebooting.