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
This page does not implement the Thingsboard telemetry dashboard for these sensors directly, so there are two ways of accessing it:
134
+
- opening the dashboard directly in a web browser thanks to this [link](http://thingsboard.matthieu-rochette.fr/dashboard/a3618da0-4fe4-11ec-96b5-35454323bc15?publicId=e942da30-4dd8-11ec-a7fc-35454323bc15),
135
+
- or going to one of the other two pages of the GUI ([Lights](#lights) or [Temperature](#temperature)) and change the dashboard displayed thanks to the menu in the top-right corner of the webview.
136
+
127
137
128
138
---
129
139
# Thingsboard server
130
140
The thingsboard server is deployed using Docker Compose.
131
-
By default, the project uses a web deployment with public dashboards, hosted [here](http://thingsboard.matthieu-rochette.fr) (the server might not be available at the moment you read those lines, presumably because the project has become quite old).
141
+
By default, the project uses a web deployment with public dashboards, hosted **[here](http://thingsboard.matthieu-rochette.fr)** (the server might not be available at the moment you read those lines, presumably because the project has become quite old).
132
142
133
143
## Launch locally
134
144
Make sure docker-compose is installed (instructions [here](https://docs.docker.com/compose/install/)).
@@ -141,4 +151,8 @@ docker-compose up
141
151
142
152
**Make sure to configure the Device Manager to use the correct URL (in `./DeviceManager/config.py` or via a `./.env` file. For a local deployment, that would be `http://localhost:8080`.**
143
153
## Deploy
144
-
You can either deploy directly on your server by forwarding the port you want to use in the `./docker-compose.yml` file, or put it behind a reverse proxy (example for NGINX in `./nginx.conf`).
154
+
You can either deploy directly on your server by forwarding the port you want to use in the `./docker-compose.yml` file, or put it behind a reverse proxy (example for NGINX in `./nginx.conf`).
155
+
156
+
## Configure the Thingsboard server from scratch
157
+
If you configure your own Thingsboard instance, you can use the files in `./Thingsboard/` to import dashboards and rules from this project.
158
+
However, you will have to manually create the devices (a total of 9: 3 lights, 3 temperature sensors, 3 fluid sensors (1 of each kind)) and configure the GUI manually with the correct access tokens (cf. [this section](#configure-the-device-manager)).
0 commit comments