Clean up documentation structure

This commit is contained in:
2026-06-04 04:07:28 -06:00
parent ff39a06ff4
commit 50410b1d0c
15 changed files with 550 additions and 40 deletions
+41
View File
@@ -0,0 +1,41 @@
# Communications
## Architecture
Pico Dashboard
UART over CAT5
ESP32 Controller
Backup:
WiFi
## Protocol
Message Types:
- status_request
- status_response
- set_relay
- relay_response
- enable_wifi
- wifi_response
- toggle_ignition
- ignition_response
- toggle_sensor_fault
- sensor_fault_response
## Failure Handling
If UART over CAT5 is lost:
- Dashboard displays warning
- Last known values remain visible
- Relay commands fail safely
## Future Features
- MQTT
- Home Assistant
- OTA Updates
- Remote Diagnostics