{"id":15669322,"url":"https://github.com/edjopato/esp-mqtt-dht","last_synced_at":"2025-03-30T04:44:27.928Z","repository":{"id":93381790,"uuid":"146222196","full_name":"EdJoPaTo/esp-mqtt-dht","owner":"EdJoPaTo","description":"A NodeMCU with a DHT Temperature Sensor sending data over MQTT","archived":false,"fork":false,"pushed_at":"2024-03-05T14:32:27.000Z","size":93,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-05T07:13:42.248Z","etag":null,"topics":["dht-sensor","dht-temperature-sensors","dht11","dht22","mqtt-smarthome","nodemcu-arduino","nodemcu-sensor-mqtt"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/EdJoPaTo.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":"2018-08-26T22:50:49.000Z","updated_at":"2022-01-08T23:01:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"65fc06df-cb1e-4747-b62e-948b3c1d9d2c","html_url":"https://github.com/EdJoPaTo/esp-mqtt-dht","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdJoPaTo%2Fesp-mqtt-dht","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdJoPaTo%2Fesp-mqtt-dht/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdJoPaTo%2Fesp-mqtt-dht/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdJoPaTo%2Fesp-mqtt-dht/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EdJoPaTo","download_url":"https://codeload.github.com/EdJoPaTo/esp-mqtt-dht/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246277351,"owners_count":20751548,"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":["dht-sensor","dht-temperature-sensors","dht11","dht22","mqtt-smarthome","nodemcu-arduino","nodemcu-sensor-mqtt"],"created_at":"2024-10-03T14:22:17.991Z","updated_at":"2025-03-30T04:44:27.907Z","avatar_url":"https://github.com/EdJoPaTo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP MQTT DHT\n\nThis is the script for my [mqtt-smarthome](https://github.com/mqtt-smarthome/mqtt-smarthome) based Temperature Sensors (DHT22).\nIt is running on a NodeMCU board (ESP8266).\n\nThe basic source code was inspired by this [repo](https://github.com/titusece/ESP8266-MQTT-Publish-DHT11)\n\n## Installation\n\nIn order to build this the Arduino tool was used.\n\n### MQTT Server\n\nAs an MQTT server I use a Raspberry Pi with `mosquitto`.\nIt is in the Debian repository (which includes Raspberry Pi OS) and can easily be installed: `sudo apt install mosquitto`.\n\nMake sure to allow anonymous (and enable the default listener on 1883 if you also want web socket support)\n\n```conf\nlistener 1883\n\nallow_anonymous true\n```\n\n### Prepare Arduino\n\nSet the following under File → Preferences → Settings → Additional Board Manager Urls (hit the rightmost button to open the Window):\n\n```plaintext\nhttps://arduino.esp8266.com/stable/package_esp8266com_index.json\nhttps://dl.espressif.com/dl/package_esp32_index.json\n```\n\nNext Steps… TODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedjopato%2Fesp-mqtt-dht","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedjopato%2Fesp-mqtt-dht","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedjopato%2Fesp-mqtt-dht/lists"}