{"id":43837272,"url":"https://github.com/oukene/custom_recorder","last_synced_at":"2026-02-06T04:12:19.417Z","repository":{"id":161285566,"uuid":"589412855","full_name":"oukene/custom_recorder","owner":"oukene","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-16T05:50:35.000Z","size":190,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-19T17:16:24.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/oukene.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-16T03:29:09.000Z","updated_at":"2025-12-16T05:50:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4a58abb-b381-45d8-84bf-4d89f501285a","html_url":"https://github.com/oukene/custom_recorder","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/oukene/custom_recorder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oukene%2Fcustom_recorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oukene%2Fcustom_recorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oukene%2Fcustom_recorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oukene%2Fcustom_recorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oukene","download_url":"https://codeload.github.com/oukene/custom_recorder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oukene%2Fcustom_recorder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29149995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-02-06T04:12:18.857Z","updated_at":"2026-02-06T04:12:19.406Z","avatar_url":"https://github.com/oukene.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Custom Recorder  \n\u003cbr\u003e\nHomeAssistant 에서 엔티티의 변경 기록을 외부 파일에 저장하는 용도로 개발된 커스텀 컴포넌트입니다.\n\u003cbr\u003e\n\u003cbr\u003e\n[설치방법]  \n\n* HASC 에서 저장소 추가로 설치\n* 소스코드를 직접 다운로드 받아 HA의 config/custom_component 폴더 하위에 저장소의 custom_component/custom_recorder 폴더를 복사 후 재시작\n\n[설정방법]\n\n* 통합구성요소 추가하기를 이용하여 Custom Recorder 를 추가\n* 각 항목에 맞게 설정 후 추가를 완료하면 원본 엔티티의 값이 변경될 때 마다 HomeAssistant 의 config/custom_recorder/data 폴더에 파일을 생성하여 데이터가 기록 됨\n\u003cbr/\u003e\n\u003cbr/\u003e\n\n![add_entity](./images/add_entity.jpg)\n\n\n* 원본 엔티티 - 상태 변경을 추적할 원본 엔티티의 id 입력\n* 원본 엔티티의 속성 - 지정되어있지 않으면 원본 엔티티의 상태값, 지정되면 원본 엔티티의 속성값을 기록\n* 레코더 센서 이름 - 생성될 센서의 이름\n* 데이터 기록 기간 단위 - 데이터를 기록할 기간의 단위\n* 데이터 기록 기간 - 데이터 기록 기간\u003cbr\u003e\nex)\u003cbr\u003e1 years = 1년간 기록 ( 1년 이전의 기록은 제거 )\u003cbr\u003e\n1 months = 1달간 기록 ( 1달 이전의 기록은 제거 )\u003cbr\u003e\n7 days = 7일간 기록 ( 7일 이전의 기록은 제거 )\n  \n* 오프셋 단위 - 데이터 기록시 기록 시점의 오프셋 단위\n* 오프셋 - 데이터 기록시 기록 시점의 오프셋\u003cbr\u003e\nex)\u003cbr\u003e1 seconds - 실제 상태가 변경된 시점에서 1초 추가하여 기록\u003cbr\u003e\n-1 seconds - 실제 상태가 변경된 시점에서 1초 차감하여 기록\u003cbr\u003e\n* 기록 제한 갯수 - 기록 기간과는 별개로 기록 가능한 제한 갯수 (0은 무제한)\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foukene%2Fcustom_recorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foukene%2Fcustom_recorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foukene%2Fcustom_recorder/lists"}