Live Agent Interaction
"What is the current indoor temperature in 작은도서관?"
"Current temperature is 23.4 °C with 52% humidity. AC setpoint is 24 °C. System operating normally."
A Shared VR-Enabled Digital Twin Platform for IDE Team

Indoor Environment Monitoring
& VR-Powered Building O&M

Real-Time Sensor Integration · AI Control Agent · Lotte Project

VR-DT LOTTE Intelligent Apartment Complex Common Area Autonomous Control Service
Live Digital Twin Coverage
1 Zone
Small Library - Sensor 1 · Sensor 2 · Sensor 4 — Temperature & Humidity Monitoring
Interactive API Explorer
/api-explorer
Test all sensor and agent endpoints directly from your browser — select device or room from a dropdown, fetch live data, and inspect JSON responses without touching Swagger.
Open Explorer
GET
Indoor Sensor Data
/api/sensor_data?device={"{device_id}"}
Real-time temperature and humidity readings from a specific IoT sensor device. Returns latest measurement with timestamp.
View Endpoint
GET
AC State
/api/ac_state?room={"{room}"}
Air conditioner operating status — mode, setpoint temperature, wind speed, power state, and total power consumption for AC units in the room.
View Endpoint
GET
Outdoor Temperature
/api/outdoor_temp
Current observed outdoor temperature and ASOS weather forecast value. Used for delta-T analysis and HVAC pre-conditioning decisions.
View Endpoint
GET
Agent Control Log
/api/agent_log
Latest AI control episode stream — timestamped decisions, sensor readings evaluated, and HVAC commands issued by the autonomous control agent.
View Endpoint
GET
LLM Comprehensive Review
/api/llm_review
Full AI-generated analysis of indoor environmental conditions — comfort assessment, anomaly flags, and operational recommendations from the LLM reasoning layer.
View Endpoint