{"id":16293135,"url":"https://github.com/vogler/sensors","last_synced_at":"2026-05-05T12:31:47.757Z","repository":{"id":139102950,"uuid":"102467310","full_name":"vogler/sensors","owner":"vogler","description":"Log sensor data using RPi","archived":false,"fork":false,"pushed_at":"2021-12-15T11:34:35.000Z","size":39,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T10:49:39.885Z","etag":null,"topics":["bme280","co2-sensor","esp8266","mh-z19","mh-z19b","mqtt","particle-sensor","pms7003","rpi3","sensors","thingspeak","tsl2561","wemos-d1-mini"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vogler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-05T10:20:12.000Z","updated_at":"2022-11-24T08:44:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"86a2fbbd-868f-4dfe-9e4b-da575c8a2058","html_url":"https://github.com/vogler/sensors","commit_stats":{"total_commits":32,"total_committers":1,"mean_commits":32.0,"dds":0.0,"last_synced_commit":"477a15203c4574acaa133103bc0a74d498c2db53"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vogler/sensors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vogler%2Fsensors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vogler%2Fsensors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vogler%2Fsensors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vogler%2Fsensors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vogler","download_url":"https://codeload.github.com/vogler/sensors/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vogler%2Fsensors/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bme280","co2-sensor","esp8266","mh-z19","mh-z19b","mqtt","particle-sensor","pms7003","rpi3","sensors","thingspeak","tsl2561","wemos-d1-mini"],"created_at":"2024-10-10T20:10:20.039Z","updated_at":"2026-05-05T12:31:47.737Z","avatar_url":"https://github.com/vogler.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Log sensor data using RPi and ESP8266\nExample: https://thingspeak.com/channels/321821\n\n[Sensors](https://github.com/vogler/sensors) -\u003e [MQTT](https://mosquitto.org/) -\u003e [Telegraf](https://github.com/influxdata/telegraf) -\u003e [InfluxDB](https://github.com/influxdata/influxdb) -\u003e [Chronograf](https://github.com/influxdata/chronograf):\n![Chronograf dashboard](https://i.imgur.com/KdjZi8j.png)\n\n## Sensors\n| Sensor    \t| Measurement                                                         \t| Interface   \t| Host           \t| Publish to           \t|\n|-----------\t|---------------------------------------------------------------------\t|-------------\t|---------------\t|----------------------\t|\n| [BME280](https://github.com/vogler/sensors/blob/master/thingspeak.py)    \t| temperature (C), pressure (mBar), humidity (%)                      \t| I2C         \t| RPi3          \t| thingspeak, MQTT \t|\n| [TSL2561](https://github.com/vogler/sensors/blob/master/thingspeak.py)   \t| visible light (lux), infrared, broadband                            \t| I2C         \t| RPi3          \t| thingspeak, MQTT \t|\n| [MH-Z19B](https://github.com/vogler/mh-z19)   \t| CO2 (ppm)                                                           \t| UART (USB)  \t| RPi3          \t| MQTT                 \t|\n| [PMS7003](https://github.com/vogler/python-pms7003)   \t| particle matter (counts and PM [1, 2.5, 10] ug/m³)                  \t| UART (pins) \t| RPi3          \t| MQTT                 \t|\n| [FlowMeter](https://github.com/vogler/FlowMeter) \t| shower usage via Hall effect flow sensor (ml/s, total_ml, duration) \t| GPIO ISR    \t| Wemos D1 mini \t| MQTT                 \t|\n| [BloodPressureWifi](https://github.com/vogler/BloodPressureWifi) \t| read Beurer blood pressure monitor (hiBP, loBP, HR)         \t| SPI EEPROM    \t| Wemos D1 mini \t| MQTT                 \t|\n\n[thingspeak.py](thingspeak.py) reads BME280 and TSL2561, the other sensors run as standalone services (see their repos).\n\n## Setup\n\nInstall dependencies with `pipenv install`.\nRegister at www.thingspeak.com and replace `Config.key` in `thingspeak.py`.\n\nRun with\n~~~\n./thingspeak.py 2\u003e\u00261 | tee -a thingspeak.log\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvogler%2Fsensors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvogler%2Fsensors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvogler%2Fsensors/lists"}