Sola Structure

ai-robot-store / VPS topology

Current EVBMS chain: Windows laptop reads MDB, Ali VPS receives and stores the latest payload, and the desktop Home Assistant host consumes the protected Ali feed instead of polling MDB over SSH every cycle.

Dell-Laptop-Windows

  • Source of EVBMSSoft MDB data
  • Scheduled task: EVBMS_Share_Writer
  • Uploads to /evbms/upload on Ali VPS

Ali VPS

  • IP: 123.57.161.184
  • Service: ali-evbms-upload.service
  • Protected read endpoint: /evbms/current

Dell-Desktop / HA

  • Service: evbms_mdb_proxy.service
  • Local HA feed: 127.0.0.1:8511/api/data
  • Normal transport: Ali HTTPS current feed

Data Flow

1. Raw capture on Windows laptop EVBMSSoft MDB -> evbms_share_writer.py -> local JSON
2. Upload to Ali VPS Laptop -> https://123.57.161.184/evbms/upload
3. Protected downstream read Desktop proxy -> https://123.57.161.184/evbms/current
4. Home Assistant consumption HA sensors -> http://127.0.0.1:8511/api/data
Pack1 is still expected to show no_data until its CAN path is connected. Pack2 has been restored onto the Ali-based transport path.