You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -90,17 +90,22 @@ Note: To activate your virtual environment use `env\Scripts\activate` (Linux: `s
90
90
- Add your DBC file(s) to the `dbc_files` folder
91
91
- Update `devices` and `dbc_paths` in `inputs.py` to reflect your added log and DBC files
92
92
- Set `days_offset = None` to ensure your data is written at the correct date
93
-
- Verify that your venv is active and run the script via `python main.py`
93
+
- Run the script via the `main.bat`
94
+
95
+
Note: If you're using the free InfluxDB Cloud, there is a limit of 200 unique signals per device - make sure to add a filtered list of signals `inputs.py` or modify your DBC file to contain less than the limit.
96
+
94
97
95
98
#### Load from S3
96
99
- Add your DBC file(s) to the `dbc_files` folder
97
100
- Update `dbc_paths` in `inputs.py` to reflect your added log and DBC files
98
101
- Update `devices` in `inputs.py` to reflect your S3 structure i.e. `["your_bucket/device_id"]`
99
102
- Set `days_offset = None` to ensure your data is written at the correct date
100
103
- Update the S3 details in `inputs.py` with your S3 server and set `s3 = True`
104
+
- Run the script via the `main.bat`
101
105
102
106
Note: You may want to modify other variables like adding signal filters, changing the resampling or modifying the default start date.
103
107
108
+
104
109
#### Import simplified dashboard template
105
110
- To get started, import the `dashboard-template-simple.json` to visualize your own data
106
111
- After this, you can optionally start customizing your panels as explained in the CANedge Intro
0 commit comments