You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update raspberry-pi-all-in-one.markdown
Changed the way it showed what to do if you installed prior to december 2016. The replace with text made it unnecessary complicated.
* Update raspberry-pi-all-in-one.markdown
Changed code to Markdown
Copy file name to clipboardExpand all lines: source/_docs/installation/raspberry-pi-all-in-one.markdown
+17-6Lines changed: 17 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,14 @@ To upgrade the All-In-One setup manually:
63
63
* Update HA `pip3 install --upgrade homeassistant`
64
64
* Type `exit` to logout the hass user and return to the `pi` user.
65
65
66
-
<pclass='note note'>
67
-
If you deployed Home Assistant via the AiO installer prior to December 2016, replace `sudo su -s /bin/bash homeassistant` with `sudo su -s /bin/bash hass` and `source /srv/homeassistant/homeassistant_venv/bin/activate` with `source /srv/hass/hass_venv/bin/activate`</p>
68
-
66
+
<divclass='note note'>
67
+
**If you deployed Home Assistant via the AiO installer prior to December 2016**
68
+
* Login to Raspberry Pi `ssh pi@your_raspberry_pi_ip`
69
+
* Change to homeassistant user `sudo su -s /bin/bash hass`
70
+
* Change to virtual enviroment `source /srv/hass/hass_venv/bin/activate`
71
+
* Update HA `pip3 install --upgrade homeassistant`
72
+
* Type `exit` to logout the hass user and return to the `pi` user.
73
+
</div>
69
74
70
75
To upgrade with fabric:
71
76
@@ -96,9 +101,15 @@ To launch the OZWCP web application:
96
101
* Open a web browser to `http://your_pi_ip:8888`
97
102
* Specify your zwave controller, for example `/dev/ttyACM0` and hit initialize
98
103
99
-
<pclass='note note'>
100
-
If you deployed Home Assistant via the AiO installer prior to December 2016, replace `cd /srv/homeassistant/src/open-zwave-control-panel/` with `cd /srv/hass/src/open-zwave-control-panel/`
101
-
</p>
104
+
<divclass='note note'>
105
+
**If you deployed Home Assistant via the AiO installer prior to December 2016**
106
+
* Make sure Home Assistant is not running! So stop that first
107
+
* Login to Raspberry Pi `ssh pi@your_raspberry_pi_ip`
108
+
* Change to the ozwcp directory `cd /srv/hass/src/open-zwave-control-panel/`
109
+
* Launch the control panel `sudo ./ozwcp -p 8888`
110
+
* Open a web browser to `http://your_pi_ip:8888`
111
+
* Specify your zwave controller, for example `/dev/ttyACM0` and hit initialize
112
+
</div>
102
113
103
114
<pclass='note warning'>
104
115
Don't check the USB box regardless of using a USB based device.
0 commit comments