It's better to describe node red before describing grafana
This commit is contained in:
parent
d171ac731c
commit
ad4ee8c7f1
12
README.md
12
README.md
|
@ -21,17 +21,19 @@ mosquitto_sub -h localhost -t '#' -p 1883
|
|||
mosquitto_pub -h localhost -p 1883 -t '/' -m $(date --utc +%s)
|
||||
```
|
||||
|
||||
### Node-RED
|
||||
|
||||
NodeRed is running here: http://localhost:1880/
|
||||
|
||||
A simple introduction to Node-RED can be found - along with the nodes / the code - in [this repository, please have a look](./software/flow/README.md)!
|
||||
|
||||
|
||||
### Grafana
|
||||
|
||||
You can login to Grafana: http://localhost:3000/login (admin:admin)
|
||||
|
||||
Have a look at the [HowTo in this repository](./software/dashboard/README.md).
|
||||
|
||||
### Node-RED
|
||||
|
||||
NodeRed is running here: http://localhost:1880/
|
||||
|
||||
A simple introduction to Node-RED can be found - along with the nodes / the code - in [this repository, please have a look](./software/flow/README.md)!
|
||||
|
||||
## Hardware
|
||||
|
||||
|
|
Loading…
Reference in a new issue