{"id":22455708,"url":"https://github.com/theapache64/auto-weather-control","last_synced_at":"2025-03-27T13:18:37.233Z","repository":{"id":235571383,"uuid":"782670363","full_name":"theapache64/auto-weather-control","owner":"theapache64","description":"Control your air conditioner using an ESP8266, DHT22, and a Servo ;)","archived":false,"fork":false,"pushed_at":"2024-05-01T18:59:43.000Z","size":137,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T17:43:56.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/theapache64.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":"2024-04-05T19:16:10.000Z","updated_at":"2024-05-01T18:59:46.000Z","dependencies_parsed_at":"2025-02-01T17:41:26.236Z","dependency_job_id":"ed8e238b-bb77-4440-9c2f-278dc23a1ef5","html_url":"https://github.com/theapache64/auto-weather-control","commit_stats":null,"previous_names":["theapache64/auto-weather-control"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Fauto-weather-control","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Fauto-weather-control/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Fauto-weather-control/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Fauto-weather-control/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theapache64","download_url":"https://codeload.github.com/theapache64/auto-weather-control/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245850357,"owners_count":20682647,"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":[],"created_at":"2024-12-06T07:13:12.993Z","updated_at":"2025-03-27T13:18:37.215Z","avatar_url":"https://github.com/theapache64.png","language":"C++","readme":"![](cover.jpeg)\n\n# auto-weather-control\n\n\u003e Control your air conditioner using an ESP8266, DHT22, and a Servo ;) \n\n## Disclaimer\nPlease do not treat this as a serious project, but feel free to proceed if you want to bring it to production 😉. This is just me trying to learn new things.\n\n## 😛 Demo \n\nhttps://github.com/theapache64/auto-weather-control/assets/9678279/f51eaa5f-3f6f-400e-ae06-2793ad8e74a1\n\n- Source : https://twitter.com/theapache64/status/1776351284066754667\n\n\n## 🦿 Prerequisites\n\n- ESP8266\n- DHT22\n- Servo\n- and obviously, your AC remote 😛 (you could also use an IR emitter I guess, but I'm super lazy, so am gonna use my AC remote)\n\n## 🧠 How it works?\n\n- The DHT sensor provides room temperature and humidity values.\n- Using these values, the program calculates a score.\n- When the score exceeds a threshold, the servo will move from `0` to `180`, pressing the power button on the remote.\n- The thresholds are coming from a [Google sheet](https://docs.google.com/spreadsheets/d/1nO-hcNX2naH7hCS0WbRd7r907SvisjhD96I8R1Wx1Fs/edit?usp=sharing), so it's easy to calibrate.\n- All this data is synced to the same [Google sheet](https://docs.google.com/spreadsheets/d/1nO-hcNX2naH7hCS0WbRd7r907SvisjhD96I8R1Wx1Fs/edit?usp=sharing), so you can draw cool charts as well.\n\n## ✍️ Author\n\n👤 **theapache64**\n\n* Twitter: \u003ca href=\"https://twitter.com/theapache64\" target=\"_blank\"\u003e@theapache64\u003c/a\u003e\n* Email: theapache64@gmail.com\n\nFeel free to ping me 😉\n\n## 🤝 Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any\ncontributions you make are **greatly appreciated**.\n\n1. Open an issue first to discuss what you would like to change.\n1. Fork the Project\n1. Create your feature branch (`git checkout -b feature/amazing-feature`)\n1. Commit your changes (`git commit -m 'Add some amazing feature'`)\n1. Push to the branch (`git push origin feature/amazing-feature`)\n1. Open a pull request\n\nPlease make sure to update tests as appropriate.\n\n## ❤ Show your support\n\nGive a ⭐️ if this project helped you!\n\n\u003ca href=\"https://www.buymeacoffee.com/theapache64\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" width=\"160\"\u003e\n\u003c/a\u003e\n\n\n## 📝 License\n\n```\nCopyright © 2024 - theapache64\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n_This README was generated by [readgen](https://github.com/theapache64/readgen)_ ❤\n","funding_links":["https://www.buymeacoffee.com/theapache64"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheapache64%2Fauto-weather-control","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheapache64%2Fauto-weather-control","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheapache64%2Fauto-weather-control/lists"}