The WiCAN Pro Setup Workflow
Setting up a robust vehicle telemetry system involves more than just plugging the device in. To get the most out of your WiCAN Pro, we recommend following this step-by-step workflow.
1. Network Configuration
Your first step is getting the WiCAN Pro onto your local network. If you haven't done this yet, refer to the Quick Start Guide. Ensure you have set a static IP or a DHCP reservation so your device always stays at the same address.
2. Firmware Update
Before building any complex automations, make sure your device is running the latest firmware.
- Navigate to the System tab in the web interface.
- Check for any OTA (Over-The-Air) updates to ensure you have the latest features and bug fixes.
3. Choose Your Data Routing Strategy
Decide where your data is actually going to live.
- MQTT: Best for Home Assistant and real-time, high-speed dashboards on your local network.
- Webhooks: Best for pushing data to custom cloud databases or external web applications.
- (See the Routing Methods page for a deeper dive).
4. Choose Your Logic: Flat File vs. Vehicle Groups
You must decide how the WiCAN will process its data.
- Legacy Flat File: A simpler, older method where all PIDs are processed in a single list.
- Automate Engine (Vehicle Groups): The modern, recommended approach. This allows you to group specific PIDs together (e.g., "Fast Polling" for Speed/RPM, and "Slow Polling" for Battery Health) and route them to different destinations.
5. Access Pre-Built Profiles
Don't reinvent the wheel. Many standard OBD2 PIDs and custom EV profiles have already been mapped out by the community. You can load these pre-built Vehicle Profiles directly into your device to save time.
6. Create or Edit Custom Profiles
If your specific vehicle or sensor isn't in a pre-built profile, you can use the Automate tab to build it yourself. You will define the specific CAN hex requests, the expected response headers, and the math formulas required to translate the raw data into human-readable numbers.
7. Testing and Verification
Before taking the car for a drive, verify your setup:
- Use the Dashboard tab to ensure your gauges are actively pulling data.
- Use the CAN Monitor to watch the raw traffic and ensure your requests are getting valid responses.
- Check your MQTT Broker or Webhook receiver to verify the data payloads are arriving correctly.
8. Optimize Power Saving
Once everything is working, go to the Power Saving tab. Set your voltage cut-offs and sleep timers so the WiCAN Pro turns off gracefully when the car is parked, protecting your 12V battery from draining.