{"id":20484540,"url":"https://github.com/flxdot/project-carlos-on-edge","last_synced_at":"2026-05-07T20:15:32.288Z","repository":{"id":39967512,"uuid":"195126483","full_name":"flxdot/project-carlos-on-edge","owner":"flxdot","description":"The code running on raspberry pi on edge to read and fetch sensor data","archived":false,"fork":false,"pushed_at":"2022-05-20T16:52:17.000Z","size":107,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-16T04:26:54.476Z","etag":null,"topics":["farming","gardening","iot","plants","python3","python37","raspberry-pi","raspberry-pi-3"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/flxdot.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}},"created_at":"2019-07-03T21:07:31.000Z","updated_at":"2023-10-27T05:27:58.000Z","dependencies_parsed_at":"2022-08-25T09:01:08.505Z","dependency_job_id":null,"html_url":"https://github.com/flxdot/project-carlos-on-edge","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/flxdot%2Fproject-carlos-on-edge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flxdot%2Fproject-carlos-on-edge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flxdot%2Fproject-carlos-on-edge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flxdot%2Fproject-carlos-on-edge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flxdot","download_url":"https://codeload.github.com/flxdot/project-carlos-on-edge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242058223,"owners_count":20065066,"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":["farming","gardening","iot","plants","python3","python37","raspberry-pi","raspberry-pi-3"],"created_at":"2024-11-15T16:23:42.158Z","updated_at":"2026-05-07T20:15:27.266Z","avatar_url":"https://github.com/flxdot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# project-carlos-on-edge\nThe code running on raspberry pi on edge to read and fetch sensor data\n\n# Requirements\n\n1. Activate the i2c interface on your raspberry-pi\n2. install python3.7\n3. install required packages:\n   ```bash\n   python3.7 -m pip install -r requirements.txt\n   ```\n\n# Configuration\n\n```yaml\n\ninfluxdb:\n  host: 127.0.01\n  user: my_influx_user\n  password: t0pS3cr3t\n  database: carlos_prototype\n\nenvironment:\n  uv-light: SI1145\n  temp-humi:\n    type: DHT11\n    gpio-pin: 5\n\nirrigation-loops:\n  - box-mix-small:\n      moisture-sensor:\n        i2c-address: 0x48\n        channel: 1\n      pump: main-pump\n      valve-gpio: 21\n      watering-rule:\n        trigger:\n          low-level: 38\n          time: 30m\n        time: 2s\n        interval: 15m\n  - box-mix-large:\n      moisture-sensor:\n        i2c-address: 0x48\n        channel: 2\n      pump: main-pump\n      valve-gpio: 22\n      watering-rule:\n        trigger:\n          low-level: 38\n          time: 30m\n        time: 3s\n        interval: 15m\n\npumps:\n  - main-pump:\n      gpio-pin: 20\n      water-tank:\n        gpio-pin: 7\n        low-level-warning: 25\n        low-level-alarm: 15\n\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflxdot%2Fproject-carlos-on-edge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflxdot%2Fproject-carlos-on-edge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflxdot%2Fproject-carlos-on-edge/lists"}