MQTT Connecting...
0
Topics actifs
0
Messages reçus
0
Véhicules
0
Valeurs en cache
⚡ PUBLICATION RAPIDE
✏️ PUBLICATION AVANCÉE
🔍 LECTURE RAPIDE
📊 LECTURE AVANCÉE
📨 MESSAGES TEMPS RÉEL
En attente de messages...
🚗 VÉHICULES ACTIFS
Chargement...
🎮 ENVOYER UNE COMMANDE
📚 DOCUMENTATION API

Publier sur un topic

POST /api/publish/vehicle/{vehicle}/{type}
Publier par type de topic
POST /api/publish/{topic_complet}
Publier sur un topic complet
# Exemple avec curl
curl -X POST http://localhost:5000/api/publish/vehicle/EV001/vcu_speed \
  -H "Content-Type: application/json" \
  -d '{"speed": 75}'

curl -X POST "http://localhost:5000/api/publish/EVIAS/vehicle/EV001/eck_os/eck_to_cloud/hv_box/Vout" \
  -H "Content-Type: application/json" \
  -d '{"Vout": 420}'
                        

Lire un topic

GET /api/read/vehicle/{vehicle}/{type}
Lire par type de topic
GET /api/read/vehicle/{vehicle}/all
Lire toutes les données d'un véhicule
GET /api/read/{topic_complet}
Lire un topic complet
# Exemples avec curl
curl http://localhost:5000/api/read/vehicle/EV001/vcu_speed
curl http://localhost:5000/api/read/vehicle/EV001/all
curl "http://localhost:5000/api/read/EVIAS/vehicle/EV001/eck_os/eck_to_cloud/hv_box/Vout"
                        

Types de topics disponibles

• vcu_speed
• vcu_eck_status
• vcu_power_measured
• vcu_battery_voltage
• hv_vout
• hv_iout
• hv_temperature
• vehicle_status
• charging_mode
• gnss_info
• system_time
• system_fsm_state
• collector_status
• vcu_charging_request
• vcu_power_request
• eck_to_ei_status