🚪 Gate Control

Redirecting to cloud interface...

Click here if not redirected automatically

backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); } .gate-status { text-align: center; margin-bottom: 20px; } .gate-status h2 { margin-bottom: 10px; font-size: 1.2em; } .status-indicator { font-size: 3em; margin: 10px 0; } .status-text { font-size: 1.5em; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; } .status-time { font-size: 0.9em; opacity: 0.8; } .controls { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 20px; } .control-btn { background: rgba(255,255,255,0.2); border: none; border-radius: 15px; padding: 20px; color: white; font-size: 1em; font-weight: bold; cursor: pointer; transition: all 0.3s ease; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.3); min-height: 80px; display: flex; flex-direction: column; align-items: center; justify-content: center; } .control-btn:active { transform: scale(0.95); background: rgba(255,255,255,0.3); } .control-btn.primary { background: rgba(76, 175, 80, 0.3); border-color: rgba(76, 175, 80, 0.5); } .control-btn.danger { background: rgba(244, 67, 54, 0.3); border-color: rgba(244, 67, 54, 0.5); } .control-btn.full-width { grid-column: 1 / -1; } .control-btn .icon { font-size: 1.5em; margin-bottom: 5px; } .events { margin-top: 20px; } .events h3 { margin-bottom: 15px; } .event-item { background: rgba(255,255,255,0.1); border-radius: 10px; padding: 10px 15px; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; } .event-text { flex: 1; } .event-time { font-size: 0.8em; opacity: 0.7; } .connection-status { display: flex; gap: 10px; margin-bottom: 10px; } .connection-indicator { flex: 1; padding: 8px; border-radius: 8px; text-align: center; font-size: 0.8em; } .connected { background: rgba(76, 175, 80, 0.3); } .disconnected { background: rgba(244, 67, 54, 0.3); } .loading { opacity: 0.6; pointer-events: none; } @media (max-width: 350px) { .controls { grid-template-columns: 1fr; } }

GatePi — Choose UI

Select which interface you want to open on this device.

Open Cloud UI Open Local MQTT UI Local + Broker (advanced)
Notes: