We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Measuring and analyzing humidity data using Python, syslog-ng and Elasticsearch

Formal Metadata

Title
Measuring and analyzing humidity data using Python, syslog-ng and Elasticsearch
Title of Series
Number of Parts
287
Author
Contributors
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
A desktop thermometer that displays relative humidity is useful, but it does not provide continuous monitoring. In comes the Raspberry Pi: it is small, inexpensive, and has many sensor options, including temperature and relative humidity. It can collect data around the clock, do some alerting, and forward data for analysis. Originally it was a project to practice Python and learn Elasticsearch, but ended up with using syslog-ng between the two. Along the way, I also learned how to regulate humidity in my room. In my talk, I plan to cover the following topics: - collecting environmental data on the Rasbperry Pi using Python - configuring Elasticsearch to work around a syslog-ng limitation - configuring syslog-ng to forward the collected data to Elasticsearch / OpenSearch - take a look at the graphs in Kibana and learn how to keep humidity low in your room