Page 1 of 1

data logger with Kibana Dashboard

Posted: Wed Jan 14, 2015 12:50 pm
by tinytux
I made a simple temperature / humidity data logger with the following modules:
- Adafruit HIH6130 Humidity Sensor Breakout
- Adafruit 7-segment LED HT16K33 backpack

The log data can be indexed with Elasticsearch / Logstash and visualized with Kibana:

https://github.com/tinytux/sensor

Re: data logger with Kibana Dashboard

Posted: Wed Jan 14, 2015 7:43 pm
by Turbinenreiter
Awesome!
That thing needs internet access to upload the data!

Re: data logger with Kibana Dashboard

Posted: Thu Jan 15, 2015 12:34 pm
by tinytux
The Adafruit CC3000 WiFi Breakout module could be used to send log data directly to logstash at TCP port 3333 (on a local network):
https://github.com/tinytux/sensor/blob/ ... h.conf#L32

I made some tests with the CC3000, but it is still unfinished.