Added section To change the MQTT default password (#1632)

* Added section To change the MQTT default password
This commit is contained in:
Carlo Costanzo 2016-12-21 00:48:36 -05:00 committed by Fabian Affolter
parent bf2deb80b1
commit 3e366d7481
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -69,6 +69,13 @@ After upgrading, you can restart Home Assistant a few different ways:
* Restarting the Raspberry Pi `sudo reboot` * Restarting the Raspberry Pi `sudo reboot`
* Restarting the Home-Assistant Service `sudo systemctl restart home-assistant.service` * Restarting the Home-Assistant Service `sudo systemctl restart home-assistant.service`
### {% linkable_title To change the MQTT default password %}
* Login to Raspberry Pi `ssh pi@your_raspberry_pi_ip`
* Change password `sudo mosquitto_passwd /etc/mosquitto/pwfile pi`
* Restart mosquitto `sudo systemctl restart mosquitto.service`
* Be sure to update your `configuration.yaml` to reflect the new password.
### {% linkable_title Using the OZWCP web application %} ### {% linkable_title Using the OZWCP web application %}
To launch the OZWCP web application: To launch the OZWCP web application: