{"id":17648664,"url":"https://github.com/matthias-bs/flora2","last_synced_at":"2026-05-04T01:35:55.805Z","repository":{"id":114712984,"uuid":"385338581","full_name":"matthias-bs/Flora2","owner":"matthias-bs","description":"ESP32/MicroPython Irrigation System","archived":false,"fork":false,"pushed_at":"2025-04-06T12:11:54.000Z","size":13562,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T13:23:36.037Z","etag":null,"topics":["esp32","micropython","micropython-esp32","mqtt"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matthias-bs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-07-12T18:02:06.000Z","updated_at":"2025-04-04T05:41:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ba60e0a-1c62-4271-82e3-d2f6ee52c353","html_url":"https://github.com/matthias-bs/Flora2","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/matthias-bs/Flora2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthias-bs%2FFlora2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthias-bs%2FFlora2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthias-bs%2FFlora2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthias-bs%2FFlora2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthias-bs","download_url":"https://codeload.github.com/matthias-bs/Flora2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthias-bs%2FFlora2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32591603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: 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":["esp32","micropython","micropython-esp32","mqtt"],"created_at":"2024-10-23T11:19:44.087Z","updated_at":"2026-05-04T01:35:55.778Z","avatar_url":"https://github.com/matthias-bs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flora2\n**ESP32/MicroPython Irrigation System**\n\n**flora2** is a derivative of [**flora1**](https://github.com/matthias-bs/Flora1).\n\n![flora2](https://user-images.githubusercontent.com/83612361/236630700-53796c17-c603-4072-bc65-ac93b352fe89.jpg)\n\n\n## Features\n* Running on Espressif ESP32 Microcontroller ([HiLetgo ESP-WROOM-32 ESP32 ESP-32S Development Board](http://www.hiletgo.com/ProductDetail/1906566.html))\u003cbr\u003e\n  (Compatibility to Raspberry Pi was planned, but is currently broken.) \n* Software coded in [MicroPython](https://micropython.org/), must be copiled to bytecode [(__*.mpy__)](https://docs.micropython.org/en/latest/reference/glossary.html#term-.mpy-file) for ESP32\n* Plant status monitorig\n    * via Xiaomi Mi Flora Plant Sensors (Bluetooth Low Energy)\n    * via capacitive Soil Moisture Sensors (wired)\n* Tank low / Tank empty Status Monitoring with XKC-Y25-T12V (Non-Contact Liquid Level Sensor)\n* Temperature Sensor [DS18B20](https://www.maximintegrated.com/en/products/sensors/DS18B20.html) (optional)\n* Weather (i.e. Temperature, Barometric Pressure and Humidity) Sensors (optional)\n    * [BME280](https://www.bosch-sensortec.com/products/environmental-sensors/humidity-sensors-bme280/)\n    * [M5Stack ENV III](http://docs.m5stack.com/en/hat/hat_envIII) \n* Pump Control (5 or 12 Volts) with [Infineon BTS117](https://www.infineon.com/cms/en/product/power/smart-low-side-high-side-switches/low-side-switches/classic-hitfet-24v/bts117/) _N channel vertical power FET in Smart SIPMOS® technology_\n* Automatic and manual Irrigation Control with one or two Pumps\n* Power Supply from [Solar Power Manager](https://www.waveshare.com/wiki/Solar_Power_Manager) with Lithium-Ion Battery and [6 V/5 W Solar Panel](https://www.waveshare.com/Solar-Panel-6V-5W.htm) (optional)\n* Battery Voltage Monitoring (optional)\n* Controlling and Monitoring via MQTT over WiFi\n\n## Dashboard with [IoT MQTT Panel](https://snrlab.in/iot/iot-mqtt-panel-user-guide) (Example)\n\n![IoTMQTTPanel_flora2o_s](https://user-images.githubusercontent.com/83612361/125654145-21e2d790-d30e-4eed-98f8-6d1096079c67.png)\n\n## References\n\nBased on\n* [micropython-umqtt.robust2](https://pypi.org/project/micropython-umqtt.robust2/)\n* [MicroPython-MiFlora](https://github.com/matthias-bs/MicroPython-MiFlora)\n* [micropython-bme280](https://github.com/kevbu/micropython-bme280)\n* [MicroPython-Lib/DS18X20](https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/sensor/ds18x20)\n* [M5_ENVIII - micropython libraries for SHT30 and QMP6988](https://github.com/cdrajb/M5_ENVIII)\n\n----\n\n## Disclaimer and Legal\n\n\u003e *Xiaomi* and *Mi Flora* are registered trademarks of *BEIJING XIAOMI TECHNOLOGY CO., LTD.*\n\u003e\n\u003e This project is a community project not for commercial use.\n\u003e The authors will not be held responsible in the event of device failure or withered plants.\n\u003e\n\u003e This project is in no way affiliated with, authorized, maintained, sponsored or endorsed by *Xiaomi* or any of its affiliates or subsidiaries.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthias-bs%2Fflora2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthias-bs%2Fflora2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthias-bs%2Fflora2/lists"}