Custom Automation
요청형 맞춤 자동화
Automation built on request
앞의 사례는 자주 요청되는 유형에 해당합니다. YIYOL의 실제 업무는 고객이 제시한 문제에서 출발해 해당 현장에 맞는 파이프라인을 신규 구성하는 것입니다.
The cases above are the shapes that come up most often. YIYOL's actual work is to start from the problem you present and compose a pipeline built for that site.
확인이 필요한 세 가지
Three things we need
기술 사양을 사전에 정리하실 필요는 없습니다. 아래 세 가지를 알려주시면 나머지 설계는 YIYOL이 담당합니다.
A technical specification is not required in advance. Provide the three items below and YIYOL handles the remaining design.
- 대상 상황 · 예) 야간에 해당 구역 출입이 금지되어야 한다, 특정 설비가 이러한 동작을 보이면 이상이다The situation · e.g. nobody should enter this zone at night; when the machine moves like this, something is wrong
- 보유 데이터 · 카메라, 센서, 설비 로그, 기존 시스템 등 현재 확보된 데이터. 미보유 시 필요한 수집 대상부터 함께 정의합니다Data available today · cameras, sensors, machine logs, existing systems. Where none exists, we define together what needs to be added
- 요구 조치 · 알림만 수행할지, 설비를 정지할지, 외부 시스템에 기록할지, 상황별로 분기할지The action required · notify only, stop the machine, record it elsewhere, or branch by case
후속조치로 연결할 수 있는 것들
What a follow-up action can be
판단 결과는 단일 알림으로 종료되지 않습니다. WebHook과 API를 통해 운영 중인 사내 시스템으로 그대로 연계됩니다.
A judgment does not end as a single notification. Through WebHooks and APIs it carries straight into the systems already in service.
- 모바일 푸시 · 문자 · 이메일 · 메신저(슬랙·팀즈·카카오워크) 알림Mobile push, SMS, email, and messenger alerts (Slack, Teams, Kakao Work)
- 현장 스피커 방송 · 경광등 · 표시등 제어On-site PA announcements, strobes, and indicator lights
- 설비 정지·감속·인터록, 출입문 잠금, 차단기 제어 등 물리 장치 제어Physical device control: halting or slowing equipment, interlocks, door locks, barrier gates
- ERP · MES · CMMS · 그룹웨어에 이벤트 기록, 티켓·작업지시 자동 발행Writing events into ERP, MES, CMMS, or groupware and opening tickets and work orders
- 단계별 에스컬레이션 (무응답 시 상위 담당자 자동 승격)Tiered escalation, promoting to the next responder automatically when nobody answers
- 해당 시점 영상 클립 자동 추출·첨부, 판단 근거 리포트 생성Auto-extracting the relevant video clip and generating a report on why the call was made
구축 사례
A worked example
주차장 자동화의 경우 번호판 인식 결과를 WebHook으로 수신해 차단기 제어와 정산 시스템 연동까지 연결하는 구조입니다. 구현 과정을 단계별로 정리한 문서를 블로그에 게시하고 있습니다.
In a parking deployment, license plate recognition results arrive over a WebHook and carry through to barrier control and the payment system. A step-by-step write-up is published on our blog.
WebHook 기반 자동화 구축 가이드 읽기Read the WebHook automation guide