{"id":19211500,"url":"https://github.com/thebentern/wemos-mini-templogger","last_synced_at":"2026-04-10T00:43:30.708Z","repository":{"id":115793306,"uuid":"95149086","full_name":"thebentern/wemos-mini-templogger","owner":"thebentern","description":"PlatformIO project for Wemo D1 Mini and SHT-30 shield","archived":false,"fork":false,"pushed_at":"2017-08-06T00:22:29.000Z","size":105,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T17:14:35.150Z","etag":null,"topics":["arduino","esp8266","espressif","home-assistant","home-automation","iot","mqtt","platformio","wifi"],"latest_commit_sha":null,"homepage":null,"language":"Arduino","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thebentern.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-22T19:22:49.000Z","updated_at":"2021-01-02T06:14:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"ecc73273-d9b2-408d-8d91-ea4f28f5fa9a","html_url":"https://github.com/thebentern/wemos-mini-templogger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebentern%2Fwemos-mini-templogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebentern%2Fwemos-mini-templogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebentern%2Fwemos-mini-templogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebentern%2Fwemos-mini-templogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thebentern","download_url":"https://codeload.github.com/thebentern/wemos-mini-templogger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240286517,"owners_count":19777354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["arduino","esp8266","espressif","home-assistant","home-automation","iot","mqtt","platformio","wifi"],"created_at":"2024-11-09T13:42:35.857Z","updated_at":"2025-11-14T00:04:59.371Z","avatar_url":"https://github.com/thebentern.png","language":"Arduino","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# wemos-mini-templogger\n[![Build Status](https://travis-ci.org/thebentern/wemos-mini-templogger.svg?branch=master)](https://travis-ci.org/thebentern/wemos-mini-templogger)\n\nPlatformIO project for Wemo D1 Mini and SHT-30 shield\nMQTT Temperature and Humidity logging for use with Home Assistant\n\n![Wemos D1 Mini with SHT-30 Shield](image.jpg)\n\n![Mqtt message](mqtt-message.png)\n\n## Basic installation and usage\n\n* Clone repository\n\n* Install [Platform IO](http://platformio.org/)\n\n* Modify the definitions in main.ino to match your target environment:\n\n#### Wifi connection settings\n\n```cpp\n#define WIFI_SSID \"MyWifiAp\"\n#define WIFI_PASSWORD \"MyPassword\"\n```\n\n#### MQTT broker connection settings\n\n```cpp\n#define MQTT_ADDRESS IPAddress(192, 168, 2, 59)\n#define MQTT_PORT 1883\n```\n#### MQTT topics\n\nTopics are separate for temperature and relative humidity\n\n```cpp\n#define MQTT_TOPIC_TEMPERATURE \"home/masterbedroom/temperature\"\n#define MQTT_TOPIC_HUMIDITY \"home/masterbedroom/humidity\"\n```\n\n#### Reporting interval\n\nThe default publish interval is one minute\n```cpp\n#define ONE_MINUTE 60000\n```\n\n* Run Platform IO build scripts:\n\n```cmd\nplatformio run --target upload\nplatformio device monitor --baud 9600\n```\n\n## Dependencies\n\n[AsyncMqttClient](https://github.com/marvinroger/async-mqtt-client)\n\n[WEMOS_SHT3x_Arduino_Library](https://github.com/wemos/WEMOS_SHT3x_Arduino_Library)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebentern%2Fwemos-mini-templogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthebentern%2Fwemos-mini-templogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebentern%2Fwemos-mini-templogger/lists"}