Custom Automation
요청형 맞춤 자동화
Automation built on request
앞의 사례들은 자주 나오는 형태일 뿐입니다. YIYOL이 실제로 하는 일은 고객이 가져온 문제에서 시작해 그 현장에만 맞는 파이프라인을 새로 만드는 것입니다.
The cases above are just the shapes that come up often. What YIYOL actually does is start from the problem you bring and build a pipeline that fits only your site.
세 가지만 알려주시면 됩니다
We only need three things from you
기술 사양을 정리해 오실 필요는 없습니다. 아래 세 가지를 말씀해 주시면 나머지는 저희가 설계합니다.
You don't need to arrive with a technical spec. Tell us these three things and we'll design the rest.
- 어떤 상황이 문제인가 — "야간에 이 구역에 사람이 들어오면 안 된다", "이 설비가 이렇게 움직이면 이상이다"Which situation is the problem — "nobody should enter this zone at night", "when the machine moves like this, something is wrong"
- 지금 어떤 데이터가 있는가 — 카메라, 센서, 설비 로그, 기존 시스템 무엇이든. 없으면 무엇을 붙여야 할지부터 함께 정합니다What data exists today — cameras, sensors, machine logs, existing systems, anything. If there's none, we work out together what to add
- 그때 무엇이 일어나야 하는가 — 알리기만 할지, 설비를 세울지, 다른 시스템에 기록할지, 상황에 따라 다르게 처리할지What should happen then — just notify, stop the machine, record it elsewhere, or branch differently depending on the case
후속조치로 연결할 수 있는 것들
What a follow-up action can be
판단 결과는 하나의 알림으로 끝나지 않습니다. WebHook과 API를 통해 이미 쓰고 계신 시스템으로 그대로 이어집니다.
A judgment doesn't have to end as one notification. Through WebHooks and APIs it flows straight into the systems you already run.
- 모바일 푸시 · 문자 · 이메일 · 메신저(슬랙·팀즈·카카오워크) 알림Mobile push, SMS, email, and messenger alerts (Slack, Teams, Kakao Work)
- 현장 스피커 방송 · 경광등 · 표시등 제어On-site PA announcements, strobes, and indicator lights
- 설비 정지·감속·인터록, 출입문 잠금, 차단기 제어 등 물리 장치 제어Physical 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 — automatically promoting to the next responder when nobody answers
- 해당 시점 영상 클립 자동 추출·첨부, 판단 근거 리포트 생성Auto-extracting the relevant video clip and generating a report on why the call was made
실제로 이렇게 만듭니다
How it comes together in practice
주차장 자동화를 예로 들면, 번호판 인식 결과를 WebHook으로 받아 차단기 제어와 정산 시스템 연동까지 이어지는 구조입니다. 구현 과정을 단계별로 정리한 글이 블로그에 있습니다.
Take parking as an example: license plate recognition results arrive over a WebHook and carry through to barrier control and the payment system. There's a step-by-step write-up on our blog.
WebHook 기반 자동화 구축 가이드 읽기Read the WebHook automation guide