Commit Graph

66 Commits

Author SHA1 Message Date
Mimiix
ac5a28a55d Adding official deCONZ Discord url (#1290) 2020-05-11 18:36:53 +02:00
Pascal Vizeli
8971e05707 Update pipeline 2020-05-07 22:29:07 +02:00
Pascal Vizeli
ffc5886cab First round 2020-05-07 15:47:12 +02:00
Pascal Vizeli
9e18140dd6 Add support for new openzwave (#1273)
* Add support for new openzwave

* Fix pipeline

* fix log output

* Support auth / discovery

* Add basic structs

* fix lint

* Fix start order
2020-05-07 14:12:27 +02:00
stickpin
7ceea040ed deconz: Bump deCONZ to 2.05.75 (#1177)
* deconz: Bump deCONZ to 2.05.75

* Update CHANGELOG.md

* Revert "Update CHANGELOG.md"

This reverts commit a069c7ac836bdd27099f0f80b6b88f8de2064f25.
2020-03-09 14:53:07 +01:00
Pascal Vizeli
a630a93295 Wait a bit longer until udev is finish (#1169)
* Update run.sh

* Update config.json

* Update CHANGELOG.md
2020-03-05 12:19:43 +01:00
Ville Skyttä
9f04efe3fa deconz: update hostname in VNC URL example (#1146) 2020-02-28 21:47:26 +01:00
stickpin
7488da63e5 deconz: Bump deCONZ to 2.05.74 (#1140)
* deconz: Bump deCONZ to 2.05.74

* Update CHANGELOG.md
2020-02-27 08:26:05 +01:00
Colin Frei
80a1e45496 Adjust readme to point to new name 'Supervisor' (#1131) 2020-02-25 00:45:23 +01:00
Pascal Vizeli
a0f9629a98 Bump deconz version 2020-02-17 17:23:49 +01:00
Franck Nijhof
aa78c5c13a deconz: Bump deCONZ to 2.05.73 (#1088) 2020-02-17 17:14:10 +01:00
Franck Nijhof
684e197b0e ✏️ Re-branding and updating for latest supervisor (#1047) 2020-02-05 15:25:50 +01:00
Franck Nijhof
2f80548b72 Re-branding of core add-ons (#1046)
* Re-branding of core add-ons

* Update title README

* Fix ada description

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-02-04 21:38:55 +01:00
Franck Nijhof
60ea13774c Add icons & logos to all add-ons (#1045) 2020-02-04 17:10:57 +01:00
olijouve
6847f767cd deconz: Add LEDVANCE / OSRAM otau firmware downloader (#983)
* Update config.json

* Create ledvance-otau-dl.sh

* Update run.sh

* Update Dockerfile

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update ledvance-otau-dl.sh

Fix lint issues:
  https://www.shellcheck.net/wiki/SC2046 -- Quote this to prevent word splitt...
  https://www.shellcheck.net/wiki/SC2003 -- expr is antiquated. Consider rewr...

* Update ledvance-otau-dl.sh

Fix lint issue:
  https://www.shellcheck.net/wiki/SC2004 -- $/${} is unnecessary on arithmeti...

* Update Dockerfile

Adressing @pvizeli comment : The script have the correct permission of a+x?

Add CMD to set a+x permission on ledvance-otau-dl.sh script

* Update Dockerfile

* Add exec permissions

* revert oups bad multiple cmdlines in CMD[]

* revert oups bad multiple cmdlines in CMD[]

* dummy commit

* Update Dockerfile

remove dummy comment

* Update ledvance-otau-dl.sh

remove dummy comment

* fix bug

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-01-11 13:26:36 +01:00
Vc
66a41c96af Typo fix (#984) 2020-01-07 17:02:05 +01:00
Ville Skyttä
eee3ee255d Make deCONZ VNC URL a link (#969) 2020-01-03 23:44:25 +01:00
Ville Skyttä
8cae39b122 Spell Zigbee with lowercase "b" (#970)
https://zigbeealliance.org/developer_resources/zigbee-specification/
"Please note that this uses old branding, Zigbee is always a lowercase
B, not a capital. This change occurred shortly after the official
release of this document."

Also other docs at https://zigbeealliance.org/solution_type/zigbee/,
https://github.com/zigpy/zigpy/issues/111
2020-01-03 18:26:15 +01:00
Ville Skyttä
fc04afbba4 deconz: recommend using by-id serial device path (#944) 2019-12-30 10:54:59 +01:00
Franck Nijhof
756cffa711 deconz: Bump 5.0, Ingress fixes, Websocket support, direct access (#945)
* deconz: Bump 5.0, Ingress fixes, Websocket support, direct access

* deconz: Fix and improve API key handling with Hass.io discovery
2019-12-23 21:08:17 +01:00
Franck Nijhof
df549b101b deconz: Docs, added troubleshooting and inter-add-on communications (#935) 2019-12-21 10:54:37 +01:00
Franck Nijhof
afeab667dd deconz: Change API port to 40850, hotfix discovery (#923) 2019-12-19 22:30:45 +01:00
Franck Nijhof
2f572e5d2c deconz: Add Ingress (#922)
* deconz: Bump deCONZ to 2.05.72

* deconz: Remove UPnP support

* deconz: Add Ingress support and improve discovery

* deconz: Bump add-on version, update changelog
2019-12-19 21:53:45 +01:00
Franck Nijhof
73dc608b82 deconz: Collection of styling improvements and logo optimization (#897)
* deconz: Prettier YAML files

* deconz: Sort build.json

* deconz: Image optimization of logo
2019-12-18 13:57:32 +01:00
Pascal Vizeli
f71edff3fa Deconz (#876)
* deconz: Adds support for enabling UPnP

* deconz: Improve waiting for udev devices mechanism

* deconz: Sort dependencies
2019-12-06 10:08:57 +01:00
Pascal Vizeli
35e9244cb9 Revert "UPnP support & improve udev device handling (#873)" (#875)
This reverts commit 5f4f18a0dd.
2019-12-06 08:38:30 +01:00
Franck Nijhof
5f4f18a0dd UPnP support & improve udev device handling (#873)
* deconz: Adds support for enabling UPnP

* deconz: Improve waiting for udev devices mechanism

* deconz: Sort dependencies
2019-12-05 21:47:06 +01:00
Franck Nijhof
74b78d702f deconz: Removes condescending language from documentation (#870) 2019-12-05 21:08:58 +01:00
Allan Persson
65df334c34 Deconz update 2.05.71 (#843)
* 🎉 Bump to 2.05.71

* 🎉 Bump to 2.05.71

* Bump deCONZ to 2.05.71

* Deconz update 2.05.71

* Deconz update 2.05.71
2019-11-20 12:22:49 +01:00
Manuel Pietschmann
95c5b403e0 New deconz.dresden-elektronik.de subdomain (#826)
Due a new website on dresden-elektronik.de, the old paths might not work for some time.
The redirection of links should be active very soon.

This PR uses the deconz. subdomain to fix the 404, note https version will follow soon.
2019-11-17 16:27:22 +01:00
Laurent Bouriez
8d22ca9e16 Update deconz 2.05.70 (#813) 2019-11-05 21:00:14 +01:00
Ville Skyttä
4342c519f6 Spelling and grammar fixes (#814) 2019-11-05 14:14:46 +01:00
AdighaLogic
f4e881359f Update README.md (#790)
Fixes a typo.
2019-10-15 22:00:40 +02:00
Franck Nijhof
f07b50e7a3 Bump deCONZ 2.05.69 & wiringPi 2.52 (#692)
* Bump deCONZ to 2.05.69

* Update wiringPi to latest (2.52)
2019-09-09 14:31:20 +02:00
Pascal Vizeli
4f0f7c5ac0 Update README.md 2019-09-04 20:45:23 +02:00
Pascal Vizeli
51157f77f2 Update README.md 2019-09-04 20:45:02 +02:00
Pascal Vizeli
9fc0faffed Update azure-pipelines.yml for Azure Pipelines 2019-09-03 15:02:04 +02:00
Stefan Agner
5847e935fd update deCONZ (#649)
* update deCONZ

  * add aarch64 version

  * add armv7 version

* Update config.json

* Update build.json

* Update CHANGELOG.md

* Update build.json
2019-09-03 14:51:05 +02:00
Pascal Vizeli
a63f4c7086 Cleanup some udev rules (#684)
* Cleanup some udev rules

* Helper

* Use new bashio command

* Update CHANGELOG.md

* Address comments
2019-09-03 09:37:38 +02:00
Pascal Vizeli
31a2793e3d Fix deconz relative device path (#679) 2019-08-30 12:35:56 +02:00
Pascal Vizeli
f2970e23ea deCONZ 2.05.67 / new udev functions (#671)
* deCONZ 2.05.67 / new udev functions

* bump version

* Update CHANGELOG.md

* Fix load issues

* Cleanup

* lookup simlink

* Fix lint

* fix comments
2019-08-30 11:59:28 +02:00
Pascal Vizeli
52ad792d11 Cleanup old arch handling from deconz (#650) 2019-08-09 10:28:03 +02:00
Pascal Vizeli
b0d21927e9 Fix URL 2019-08-02 10:37:29 +02:00
Franck Nijhof
5bda2fa271 deconz: Add reference to manual firmware upgrade procedure (#619) 2019-06-29 14:57:29 +02:00
Franck Nijhof
7d13e408b7 deconz: 3.1: VNC Port check & desktop name + firmware upgrade docs (#617)
* deconz: Improves VNC desktop name

* deconz: Adds check if VNC port is free to use

* deconz: Documents firmware upgrade process and caveats

* deconz: Updates CHANGELOG and bumps version to 3.1
2019-06-27 22:08:32 +02:00
Franck Nijhof
845eba2486 deconz: Removes incorrect about section from readme (#616) 2019-06-27 11:36:21 +02:00
Franck Nijhof
ac29bfd523 deconz: Adds VNC & debug controls (#615)
* deconz: Adds VNC & debug controls

* 🚑 Forgot to add during git commit stage

* Removed tzdata
2019-06-27 11:29:38 +02:00
Klaas Schoute
decc72a43f ⬆️ Bump Deconz to 2.05.66 (#611) 2019-06-18 13:12:28 +02:00
Pascal Vizeli
7e30aa9622 fix path 2019-06-11 13:35:40 +02:00
Robbert Müller
2f832a9bf1 Fixes deconz otau download issues (#608)
* Fixes for #607

Dry coded

* Move mkdir from ikea to run.sh

* Fix indenting

* Adding release
2019-06-11 08:19:50 +02:00