Skip to content

Commit 89e3d30

Browse files
committed
Updated README to inform of new 200 columns limit in free InfluxDB cloud accounts
1 parent 8737bb6 commit 89e3d30

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,22 @@ Note: To activate your virtual environment use `env\Scripts\activate` (Linux: `s
9090
- Add your DBC file(s) to the `dbc_files` folder
9191
- Update `devices` and `dbc_paths` in `inputs.py` to reflect your added log and DBC files
9292
- 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+
9497

9598
#### Load from S3
9699
- Add your DBC file(s) to the `dbc_files` folder
97100
- Update `dbc_paths` in `inputs.py` to reflect your added log and DBC files
98101
- Update `devices` in `inputs.py` to reflect your S3 structure i.e. `["your_bucket/device_id"]`
99102
- Set `days_offset = None` to ensure your data is written at the correct date
100103
- Update the S3 details in `inputs.py` with your S3 server and set `s3 = True`
104+
- Run the script via the `main.bat`
101105

102106
Note: You may want to modify other variables like adding signal filters, changing the resampling or modifying the default start date.
103107

108+
104109
#### Import simplified dashboard template
105110
- To get started, import the `dashboard-template-simple.json` to visualize your own data
106111
- After this, you can optionally start customizing your panels as explained in the CANedge Intro

0 commit comments

Comments
 (0)