Skip to content

Commit 1ac6ca8

Browse files
authored
deCONZ: Update ingress, docs and a few corrections [2] (#4161)
* Update deCONZ: Ingress, discovery, doc, translations and a few corrections * Update for coderabbitai * Update for coderabbitai_2 * Update for coderabbitai_3 * Added some suggestions from coderabbitai * Update for coderabbitai_4 * Update for coderabbitai_5 * Update for coderabbitai_6 * Update for coderabbitai_7 * Update for coderabbitai_8 * Update ingress.html * Update ingress_2 * Update ingress_3 * Change DOC.md and remove clean cache * Revert to device * Remove the constants * Revert to net.wait_for * Add --focus-color * Revert ripple.remove * Add var(--button-hover-color) * Small correction in the DOC * Spaces removed * Update for coderabbitai_doc * Bump deCONZ to v2.31.2 * Update discovery * Revert otau-ledvance script * Update CHANGELOG.md * Remove German translation file * Small correction in the otau-ledvance script * Revert discovery * Update CHANGELOG.md * Remove deCONZ 2.31.2 * Update to TigerVNC link * Update to version: 8.4.0 * Update CHANGELOG.md
1 parent 8e51388 commit 1ac6ca8

File tree

9 files changed

+261
-289
lines changed

9 files changed

+261
-289
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ systems that have installed Home Assistant.
1919

2020
- **[deCONZ](/deconz/README.md)**
2121

22-
Control a Zigbee network using ConBee or RaspBee hardware by Dresden Elektronik.
22+
Control a Zigbee network using ConBee or RaspBee hardware by dresden elektronik.
2323

2424
- **[DHCP server](/dhcp_server/README.md)**
2525

deconz/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 8.4.0
4+
5+
- Ingress entry page revised (for example, light and dark mode)
6+
- Update DOCS.md and a few naming corrections
7+
- Expand English translation
8+
39
## 8.3.0
410

511
- Bump deCONZ to 2.31.2 [[CHANGELOG](https://github.com/dresden-elektronik/deconz-rest-plugin/releases/tag/v2.31.2)]

deconz/DOCS.md

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ The add-on needs to know where your ConBee/RaspBee can be found, and therefore,
2828
you'll need to configure the add-on to point to the right device.
2929

3030
If you're using Home Assistant you may find the correct value for this on the
31-
`Settings -> System -> Hardware` page. It is recommended
31+
**Settings** -> **System** -> **Hardware** -> **All hardware** page. It is recommended
3232
to use a "by-id" path to the device if one exists, as it is not subject to
3333
change if other devices are added to the system.
3434

3535
1. Replace `null` in the `device` option in the add-on configuration and specify
36-
the device name in quotes: e.g. something like
36+
the device name in quotes: e.g. something like <br>
3737
`"/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_XXXXXXXX-if00"`,
3838
`"/dev/ttyUSB0"`, `"/dev/ttyAMA0"`, or `"/dev/ttyACM0"`.
3939
2. Click on "SAVE" to save the add-on configuration.
4040
3. Toggle the "Show in sidebar" to add it to your Home Assistant side bar.
4141
4. Start the add-on.
4242

43-
After installing and starting this add-on, access the deCONZ WebUI ("Phoscon")
44-
with "WEB UI" button.
43+
After installing and launching this add-on, you can select **deCONZ** under web UI to access
44+
the deCONZ GUI via VNC, or select **Phoscon** to configure the settings in the Phoscon App.
4545

4646
## Configuring the Home Assistant deCONZ integration
4747

@@ -56,14 +56,14 @@ follow these instructions to configure the deCONZ integration:
5656

5757
<https://www.home-assistant.io/integrations/deconz/>
5858

59-
## Migrating to this Add-on
59+
## Migrating to this add-on
6060

61-
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.
6363

6464
**_You must perform these steps or your Light, Group names and other data will be lost!_**
6565

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.
6767

6868
## Accessing the deCONZ application and viewing the mesh via VNC
6969

@@ -89,10 +89,9 @@ settings.
8989

9090
## Upgrading RaspBee and ConBee firmware
9191

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.
9493

95-
Go to "Settings -> Gateway" and click the upgrade button.
94+
In the Phoscon App, go to **Settings** -> **Gateway**, then select the upgrade button.
9695

9796
However, some USB sticks (like the Aeotec Z-Wave sticks), can interfere with
9897
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
107106
one of those applications, that is available as an add-on, that can
108107
consume the deCONZ API using the `node-red-contrib-deconz` node.
109108

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.
112110

113111
To allow these add-ons to connect to deCONZ, use the following settings:
114112

115113
- **Host**: `core-deconz`
116114
- **(API) Port**: `40850`
117115
- **WebSocket Port**: `8081`
118116

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._
121118

122119
## Advanced debug output control
123120

@@ -154,13 +151,14 @@ device: /dev/ttyAMA0
154151
The device address of your ConBee/RaspBee.
155152

156153
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
158155
to use a "by-id" path to the device if one exists, as it is not subject to
159156
change if other devices are added to the system.
160157

161158
In most cases this looks like one of the following:
162159

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)
160+
- `"/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_XXXXXXXX-if00"` <br>
161+
(and similar for RaspBee and the original ConBee, replace `XXXXXXXX` with the value you see in your above mentioned hardware page)
164162
- `"/dev/ttyUSB0"`
165163
- `"/dev/ttyAMA0"`
166164
- `"/dev/ttyACM0"`
@@ -179,15 +177,14 @@ fails to communicate new settings to Home Assistant.
179177

180178
This can be solved by the following steps:
181179

182-
1. Backup your deCONZ data, by going into the Web UI, from the menu choose:
183-
**Settings** -> **Gateway** -> **Backup Option** button, next create
180+
1. Backup your deCONZ/Phoscon data, by going into the Phoscon App, from the menu choose:
181+
**Settings** -> **Gateway** -> **Backup options**, then create
184182
a new backup and download it onto your computer.
185183
2. Uninstall the add-on.
186184
3. In Home Assistant, remove the current integration you have for deCONZ.
187185
4. Restart Home Assistant.
188186
5. Install the deCONZ add-on again, and configure it again according to the [instructions](#configure-the-add-on).
189-
6. Restore the backup you created at the first step at the same location
190-
in the Web UI as before.
187+
6. Restore the backup you created at the first step at the same location in the Phoscon App as before.
191188
7. Restart the add-on and next, restart Home Assistant once more.
192189
8. Follow the instructions on [setting up the deCONZ integration](#configuring-the-home-assistant-deconz-integration).
193190

@@ -235,5 +232,5 @@ In case you've found a bug, please [open an issue on our GitHub][issue].
235232
[issue]: https://github.com/home-assistant/addons/issues
236233
[manual-upgrade]: https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Update-deCONZ-manually
237234
[reddit]: https://reddit.com/r/homeassistant
238-
[vnc-viewer]: https://bintray.com/tigervnc/stable/tigervnc/
235+
[vnc-viewer]: https://tigervnc.org
239236
[vnc-service-url]: vnc://homeassistant.local:5900

deconz/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield]
44

5-
Control a Zigbee network using ConBee or RaspBee hardware by Dresden Elektronik.
5+
Control a Zigbee network using ConBee or RaspBee hardware by dresden elektronik.
66

77
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
88
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

deconz/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
version: 8.3.0
2+
version: 8.4.0
33
slug: deconz
44
name: deCONZ
55
description: >-
6-
Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik
6+
Control a Zigbee network with ConBee or RaspBee by dresden elektronik
77
url: https://github.com/home-assistant/addons/tree/master/deconz
88
apparmor: false
99
arch:

deconz/rootfs/etc/services.d/otau-ikea/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mkdir -p "/data/otau"
1212
bashio::log.info "Running the IKEA OTA updater..."
1313

1414
if ! IKEA_DATA="$(curl -sL ${URL_IKEA})"; then
15-
bashio::log.info "Can't fetch data from ikea!"
15+
bashio::log.info "Can't fetch data from IKEA!"
1616
exec sleep 18000
1717
fi
1818

deconz/rootfs/etc/services.d/otau-ledvance/run

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# vim: ft=bash
33
# shellcheck shell=bash
44
# ==============================================================================
5-
# Download available firmware update for OSRAM Ledvance
5+
# Download available firmware update for OSRAM LEDVANCE
66
# ==============================================================================
77
readonly URL_OSRAM="https://api.update.ledvance.com/v1/zigbee/firmwares"
88

99
# Ensure otau folder exists
1010
mkdir -p "/data/otau"
1111

12-
bashio::log.info "Running the OSRAM LEdvance OTA updater..."
12+
bashio::log.info "Running the OSRAM LEDVANCE OTA updater..."
1313

1414
# fetch data
1515
if ! OSRAM_DATA="$(curl -sL ${URL_OSRAM})"; then
16-
bashio::log.info "Can't fetch data from osram!"
16+
bashio::log.info "Can't fetch data from OSRAM!"
1717
exec sleep 18000
1818
fi
1919

0 commit comments

Comments
 (0)