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
To migrate deCONZ to Home Assistant and this add-on, backup your deCONZ config via the
62
-
Phoscon WebUI, then restore that config after installing/reinstalling.
61
+
To migrate deCONZ to Home Assistant and this add-on, back up your configuration via
62
+
the Phoscon App and restore it after installation/reinstallation.
63
63
64
64
**_You must perform these steps or your Light, Group names and other data will be lost!_**
65
65
66
-
However, your Zigbee devices will still paired to your ConBee or RaspBee hardware.
66
+
However, your Zigbee devices will still be paired to your ConBee or RaspBee hardware.
67
67
68
68
## Accessing the deCONZ application and viewing the mesh via VNC
69
69
@@ -89,10 +89,9 @@ settings.
89
89
90
90
## Upgrading RaspBee and ConBee firmware
91
91
92
-
This add-on allows you to upgrade your firmware straight from the Phoscon
93
-
web interface with ease.
92
+
This add-on allows you to upgrade your firmware straight from the Phoscon App with ease.
94
93
95
-
Go to "Settings -> Gateway" and click the upgrade button.
94
+
In the Phoscon App, go to **Settings** -> **Gateway**, then select the upgrade button.
96
95
97
96
However, some USB sticks (like the Aeotec Z-Wave sticks), can interfere with
98
97
the upgrade process, causing the firmware upgrade to fail silently. If you end
@@ -107,17 +106,15 @@ Some add-ons are capable of consuming the deCONZ API directly. Node-RED is
107
106
one of those applications, that is available as an add-on, that can
108
107
consume the deCONZ API using the `node-red-contrib-deconz` node.
109
108
110
-
**WARNING** Do not use the following settings to set up a integration manually
111
-
from within Home Assistant!
109
+
**WARNING:** Do not use these settings to set up an integration in Home Assistant.
112
110
113
111
To allow these add-ons to connect to deCONZ, use the following settings:
114
112
115
113
-**Host**: `core-deconz`
116
114
-**(API) Port**: `40850`
117
115
-**WebSocket Port**: `8081`
118
116
119
-
_Please note: the above settings are likely to change in a future update
120
-
of this add-on._
117
+
_Note: The above settings are likely to change in a future update of this add-on._
121
118
122
119
## Advanced debug output control
123
120
@@ -154,13 +151,14 @@ device: /dev/ttyAMA0
154
151
The device address of your ConBee/RaspBee.
155
152
156
153
If you're using Home Assistant you may find the correct value for this on the
157
-
`Supervisor -> System -> Host system -> Hardware`page. It is recommended
154
+
**Settings** -> **System** -> **Hardware** -> **All hardware** page. It is recommended
158
155
to use a "by-id" path to the device if one exists, as it is not subject to
159
156
change if other devices are added to the system.
160
157
161
158
In most cases this looks like one of the following:
162
159
163
-
- `"/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_XXXXXXXX-if00"`(and similar for RaspBee and the original ConBee, replace `XXXXXXXX` with the value you see in your above mentioned hardware page)
0 commit comments