{"id":15086162,"url":"https://github.com/jordemort/gf-l100-lightcontrol","last_synced_at":"2026-01-03T20:05:04.683Z","repository":{"id":71300473,"uuid":"517182273","full_name":"jordemort/gf-l100-lightcontrol","owner":"jordemort","description":"Control GF-L100 Floodlight with Home Assistant","archived":false,"fork":false,"pushed_at":"2022-07-26T16:15:37.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-09T00:02:32.023Z","etag":null,"topics":["camera","escam","floodlight","gf-l100","home-assistant","kankun","qf608"],"latest_commit_sha":null,"homepage":"","language":"Go","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/jordemort.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":"2022-07-23T23:07:12.000Z","updated_at":"2023-10-09T22:57:41.000Z","dependencies_parsed_at":"2023-06-28T07:16:29.746Z","dependency_job_id":null,"html_url":"https://github.com/jordemort/gf-l100-lightcontrol","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/jordemort%2Fgf-l100-lightcontrol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordemort%2Fgf-l100-lightcontrol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordemort%2Fgf-l100-lightcontrol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordemort%2Fgf-l100-lightcontrol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jordemort","download_url":"https://codeload.github.com/jordemort/gf-l100-lightcontrol/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960666,"owners_count":20375105,"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":["camera","escam","floodlight","gf-l100","home-assistant","kankun","qf608"],"created_at":"2024-09-25T07:32:31.448Z","updated_at":"2026-01-03T20:05:04.657Z","avatar_url":"https://github.com/jordemort.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gf-l100-lightcontrol\n\nI own a [GF-L100 Floodlight Camera](https://fccid.io/2AL56GF-L100PRO/User-Manual/Users-Manual-3990248).\nThis is sometimes also marketed as the [Escam QF608](http://www.escam.cn/product/77-en.html).\n\nIn this thing's favor:\n\n- It is cheap\n- It has RTSP streams\n- It is more-or-less ONVIF\n\nAgainst:\n\n- Controlling the floodlight is only possible through some proprietary app that doesn't integrate with Home Assistant\n\nI had a fun time reverse-engineering the software on the camera and figured out that it controls the light by sending some weird ASCII-encoded hexadecimal numbers to a serial port.\nSo, I wrote this; it emulates just enough of [kankun-json](https://github.com/homedash/kankun-json) that it can be used with Home Assistant's [Kankun integration](https://www.home-assistant.io/integrations/kankun/) (I already had some Kankun plugs around).\n\n## Example\n\nAdd this to your Home Assistant `configuration.yaml`\n\n```yaml\nswitch:\n  platform: kankun\n  switches:\n    floodlight_light:\n      host: your.camera.host.or.ip\n      port: 8090\n      path: /light\n\n    floodlight_motion:\n      host: your.camera.host.or.ip\n      port: 8090\n      path: /motion\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjordemort%2Fgf-l100-lightcontrol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjordemort%2Fgf-l100-lightcontrol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjordemort%2Fgf-l100-lightcontrol/lists"}