Skip to content

Commit 7fd86b9

Browse files
committed
Revert "Merge pull request #46 from Enapter/nvkems3-readme"
This reverts commit a7d26e2, reversing changes made to 548c5d4.
1 parent 8404c39 commit 7fd86b9

1 file changed

Lines changed: 1 addition & 46 deletions

File tree

README.md

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ This repo contains the following Enapter Grafana plugins:
77
- [Enapter Commands Panel](enapter-commands-panel) — Send commands to devices
88
integrated into Enapter EMS.
99

10-
## Quick start with Cloud Connection
11-
12-
This setup used when your local grafana setup connects to Enapter Cloud for Data visualization and commands.
10+
## Quick start
1311

1412
1. Proceed to [the token settings
1513
page](https://cloud.enapter.com/settings/tokens) in Enapter Cloud to issue a
@@ -29,49 +27,6 @@ docker run \
2927

3028
3. Proceed to `http://127.0.0.1:3000`.
3129

32-
## Quick start with Enapter Gateway 3.0 Connection
33-
34-
In case you are running Enapter Gateway 3.0, you can enable Grafana for creating custom dashboards which can be shown on external screens, for example TV, operator PC, etc.
35-
36-
To run grafana
37-
38-
1. Connect over SSH to your gateway under `enapter` user
39-
40-
```bash
41-
ssh enapter@enapter-gateway.local
42-
```
43-
2. Edit `docker-compose.yaml` file
44-
45-
```bash
46-
sudo nano /user/etc/docker-compose/docker-compose.yml
47-
```
48-
3. Uncomment lines so config looks like this
49-
50-
```yaml
51-
services:
52-
grafana:
53-
user: root
54-
ports:
55-
- '0.0.0.0:3000:3000'
56-
env_file: /user/etc/enapter/enapter-token.env
57-
environment:
58-
- 'ENAPTER_API_URL=http://10.88.0.1/api'
59-
# NOTE: Making Commands Plugin support Platform V3 is on the way.
60-
- 'DISABLE_ENAPTER_COMMANDS_PANEL_PLUGIN=1'
61-
volumes:
62-
- /user/grafana-data:/var/lib/grafana
63-
image: enapter/grafana-plugins
64-
```
65-
66-
4. Save changes and exit with CTRL+X shortcut
67-
5. Restart `docker-compose`
68-
69-
```bash
70-
sudo systemctl restart enapter-docker-compose
71-
```
72-
6. Open web browser and navigate to http://gateway_ip:3000 or [http://enapter-gateway.local:3000]
73-
7. Use default login `admin` and password `admin` to log in to Grafana.
74-
7530
## Installation
7631

7732
To use the Enapter Grafana plugins in your existing Grafana installation you

0 commit comments

Comments
 (0)