It's better to describe node red before describing grafana

This commit is contained in:
simonox 2023-02-23 17:52:32 +01:00
parent d171ac731c
commit ad4ee8c7f1
1 changed files with 7 additions and 5 deletions

View File

@ -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