add update instructions
This commit is contained in:
15
README.md
15
README.md
@@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
     
|
     
|
||||||
|
|
||||||
The easiest way to track your Raspberry Pi or Ubuntu computer system health and performance with Home Assistant.
|
The easiest way to track your Raspberry Pi or Ubuntu computer system health and performance in Home Assistant.
|
||||||
|
|
||||||
* Monitor: cpu load, cpu temperature, free space, used memory, swap usage, uptime, wifi signal quality, voltage and system clock speed.
|
* Monitor: cpu load, cpu temperature, free space, used memory, swap usage, uptime, wifi signal quality, voltage and system clock speed.
|
||||||
|
|
||||||
* Supports discovery messages so no manuall configuration in [Home Assistant](https://www.home-assistant.io/) configuration.yaml is needed.
|
* Supports discovery messages so no manual configuration in [Home Assistant](https://www.home-assistant.io/) configuration.yaml is needed.
|
||||||
|
|
||||||
* You can install it with just one command from shell.
|
* You can install it with just one command from shell.
|
||||||
|
|
||||||
* Configurable: You can select what is monitored and how the message is sned (separately or as one csv message)
|
* Configurable: You can select what is monitored and how the message(s) is send (separately or as one csv message)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -119,10 +119,17 @@ Create a cron entry like this (you might need to update the path in the cron ent
|
|||||||
```
|
```
|
||||||
*/2 * * * * /usr/bin/python /home/pi/rpi-mqtt-monitor/rpi-cpu2mqtt.py
|
*/2 * * * * /usr/bin/python /home/pi/rpi-mqtt-monitor/rpi-cpu2mqtt.py
|
||||||
```
|
```
|
||||||
|
## How to update
|
||||||
|
|
||||||
|
Navigate to the folder where Rapsberry Pi MQTT Monitor is installed and pull the git repository:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git pull
|
||||||
|
```
|
||||||
|
|
||||||
## Home Assistant Integration
|
## Home Assistant Integration
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Once you installed the script on your raspberry you need to create some sensors in home assistant.
|
Once you installed the script on your raspberry you need to create some sensors in home assistant.
|
||||||
If you are using ```discovery_messages```, then this step is not required as a new MQTT device will be automatically created in Home Assistant and all you need to do is add it to a dashboard.
|
If you are using ```discovery_messages```, then this step is not required as a new MQTT device will be automatically created in Home Assistant and all you need to do is add it to a dashboard.
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB |
Reference in New Issue
Block a user