Skip to content

Commit

Permalink
README.md: Use version 2.05.57
Browse files Browse the repository at this point in the history
Minor text adjustments: ZigBee --> Zigbee
  • Loading branch information
manup committed Jan 30, 2019
1 parent 7c3350b commit 7be0f15
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Introduction
============

The [deCONZ](http://www.dresden-elektronik.de/funktechnik/products/software/pc/deconz?L=1) REST plugin provides a REST API to access ZigBee Home Automation (ZHA) and ZigBee Light Link (ZLL) lights, switches and sensors like the dresden elektronik [Wireless Light Control](http://www.dresden-elektronik.de/funktechnik/solutions/wireless-light-control) system, Xiaomi Aqara, IKEA TRÅDFRI and Philips Hue.
The [deCONZ](http://www.dresden-elektronik.de/funktechnik/products/software/pc/deconz?L=1) REST plugin provides a REST-API to access Zigbee 3.0 (Z30), Zigbee Home Automation (ZHA) and Zigbee Light Link (ZLL) lights, switches and sensors like the dresden elektronik [Wireless Light Control](http://www.dresden-elektronik.de/funktechnik/solutions/wireless-light-control) system, Xiaomi Aqara, IKEA TRÅDFRI and Philips Hue.

As hardware the [RaspBee](https://www.dresden-elektronik.de/raspbee?L=1&ref=gh) ZigBee Shield for Raspberry Pi or a [ConBee](https://www.dresden-elektronik.de/conbee?L=1&ref=gh) USB dongle is used to directly communicate with the ZigBee devices.
As hardware the [RaspBee](https://www.dresden-elektronik.de/raspbee?L=1&ref=gh) Zigbee Shield for Raspberry Pi or a [ConBee](https://www.dresden-elektronik.de/conbee?L=1&ref=gh) USB-dongle is used to directly communicate with the Zigbee devices.

To learn more about the REST API itself please visit the [REST API Documentation](http://dresden-elektronik.github.io/deconz-rest-doc/) page.
To learn more about the REST-API itself please visit the [REST-API Documentation](http://dresden-elektronik.github.io/deconz-rest-doc/) page.

### Phoscon App
The *Phoscon App* is the successor of the 2016 WebApp (Wireless Light Control), it's browser based and supports more sensors and switches. For more information and screenshots check out:
The Phoscon App is the successor of the 2016 WebApp (Wireless Light Control), it's browser based and supports more sensors and switches. For more information and screenshots check out:

* [Phoscon App Documentation](https://doc.phoscon.de/app/doc.html?ref=gh)
* [Phoscon App Description](https://www.dresden-elektronik.de/funktechnik/solutions/wireless-light-control/phoscon-app?L=1&ref=gh)
Expand Down Expand Up @@ -44,11 +44,11 @@ https://github.com/dresden-elektronik/deconz-rest-plugin/releases

1. Download deCONZ package

wget http://www.dresden-elektronik.de/rpi/deconz/beta/deconz-2.05.57-qt5.deb
wget http://www.dresden-elektronik.de/rpi/deconz/beta/deconz-2.05.58-qt5.deb

2. Install deCONZ package

sudo dpkg -i deconz-2.05.57-qt5.deb
sudo dpkg -i deconz-2.05.58-qt5.deb

**Important** this step might print some errors *that's ok* and will be fixed in the next step.

Expand All @@ -59,15 +59,15 @@ https://github.com/dresden-elektronik/deconz-rest-plugin/releases

##### Install deCONZ development package (optional)

The deCONZ package already contains the REST API plugin, the development package is only needed if you wan't to modify the plugin or try the latest commits from master branch.
The deCONZ package already contains the REST-API plugin, the development package is only needed if you wan't to modify the plugin or try the latest commits from master branch.

1. Download deCONZ development package

wget http://www.dresden-elektronik.de/rpi/deconz-dev/deconz-dev-2.05.57.deb
wget http://www.dresden-elektronik.de/rpi/deconz-dev/deconz-dev-2.05.58.deb

2. Install deCONZ development package

sudo dpkg -i deconz-dev-2.05.57.deb
sudo dpkg -i deconz-dev-2.05.58.deb

3. Install missing dependencies

Expand All @@ -82,7 +82,7 @@ The deCONZ package already contains the REST API plugin, the development package
2. Checkout related version tag

cd deconz-rest-plugin
git checkout -b mybranch V2_05_57
git checkout -b mybranch V2_05_58

3. Compile the plugin

Expand All @@ -105,7 +105,7 @@ The beta version contains a systemd script, which allows deCONZ to run without a
$ sudo systemctl enable deconz
```

2. Disable deCONZ GUI Autostart
2. Disable deCONZ GUI autostart

The dresden elektronik Raspbian sd-card image autostarts deCONZ GUI.

Expand Down Expand Up @@ -143,8 +143,8 @@ Hardware requirements
---------------------

* Raspberry Pi 1, 2 or 3
* [RaspBee](http://www.dresden-elektronik.de/funktechnik/solutions/wireless-light-control/raspbee?L=1) ZigBee Shield for Raspberry Pi
* [ConBee](https://www.dresden-elektronik.de/funktechnik/solutions/wireless-light-control/conbee/?L=1) USB dongle for Raspberry Pi and PC
* [RaspBee](http://www.dresden-elektronik.de/funktechnik/solutions/wireless-light-control/raspbee?L=1) Zigbee Shield for Raspberry Pi
* [ConBee](https://www.dresden-elektronik.de/funktechnik/solutions/wireless-light-control/conbee/?L=1) USB-dongle for Raspberry Pi and PC

3rd party libraries
-------------------
Expand Down

0 comments on commit 7be0f15

Please sign in to comment.