{"id":15961425,"url":"https://github.com/pwntus/connected-plant","last_synced_at":"2026-04-27T22:31:57.535Z","repository":{"id":113366159,"uuid":"319730991","full_name":"Pwntus/connected-plant","owner":"Pwntus","description":"Get some insight into the daily life of my LTE-M connected Monstera plant.","archived":false,"fork":false,"pushed_at":"2021-04-09T23:40:44.000Z","size":15671,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T04:47:09.953Z","etag":null,"topics":["arduino","iot","lte-m","plant"],"latest_commit_sha":null,"homepage":"https://pwntus.github.io/connected-plant/","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/Pwntus.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}},"created_at":"2020-12-08T18:49:13.000Z","updated_at":"2022-11-24T08:58:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"78f91b60-ac4e-4356-bded-2ef8493b2b0b","html_url":"https://github.com/Pwntus/connected-plant","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.11111111111111116","last_synced_commit":"fdc938f06a33fd391bc4c3e021a6689f995ba522"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pwntus%2Fconnected-plant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pwntus%2Fconnected-plant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pwntus%2Fconnected-plant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pwntus%2Fconnected-plant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pwntus","download_url":"https://codeload.github.com/Pwntus/connected-plant/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247174468,"owners_count":20896078,"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","iot","lte-m","plant"],"created_at":"2024-10-07T15:42:18.886Z","updated_at":"2026-04-27T22:31:57.491Z","avatar_url":"https://github.com/Pwntus.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Connected Plant\n\nLTE-M connected Monstera plant.\n\n:star: Credits to [@robingranqvist](https://github.com/robingranqvist) for the plant graphics.\n\n![Preview](./preview.png)\n\n## MIC Uplink Transform\n\n```js\nvar resources = payload.toString('utf8').split(',')\nvar output\n\ntry {\n  output = {\n    plant: {\n      type: 'measurements',\n      soil_moisture: parseInt(resources[0]),\n      soil_temperature: parseFloat(resources[1]),\n      air_temperature: parseFloat(resources[2]),\n      air_humidity: parseFloat(resources[3]),\n      air_heat_index: parseFloat(resources[4])\n    }\n  }\n} catch (e) {\n  output = { uplink_transform_error: e.message }\n}\n\nreturn output\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwntus%2Fconnected-plant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpwntus%2Fconnected-plant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwntus%2Fconnected-plant/lists"}