Commit Graph

44 Commits

Author SHA1 Message Date
Franck Nijhof
075e6038c5 deCONZ 6.1.1; Fix VNC on arm & Ledvance downloader (#1483)
* Fix issue with looping OSRAM/Ledvance OTA downloader

* Fix issue with VNC not starting on armhf, armv7 & aarch64 based systems

* Bump version to 6.1.1

* Fix typo aarch64 -> armv7
2020-07-20 23:33:28 +02:00
Pascal Vizeli
9e67f09875 Fix deCONZ armhf issues & wiringpi on aarch64 2020-07-20 15:50:21 +02:00
Pascal Vizeli
5b40cf506c Fix wiringpi (#1478)
* Fix wiringpi

* Fix update

* fix typo

* Fix install issue

* small cleanup
2020-07-20 15:04:35 +02:00
Franck Nijhof
d0a50b9750 deconz: Refactor (#1476)
* deconz: Refactor

* Disable shellcheck warning

* Fix wiringpi

* Bump version 6.0.0

* fix osram ota

* Revert file & update changelog

* Small bugfixes

* Exclude

Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
2020-07-20 14:01:25 +02:00
stickpin
00843bb407 Bump deCONZ to 2.05.78 (#1432) 2020-07-01 12:12:21 +02:00
Emanuel Winblad
7d0c41d249 Downgraded deCONZ as a possible solution to issues reported by several users. (#1375) 2020-06-03 18:28:48 +02:00
stickpin
e52f84e5be deconz: Bump deCONZ to 2.05.77 (#1346) 2020-05-26 12:08:34 +02:00
stickpin
b94bea1d52 deconz: Bump deCONZ to 2.05.76 (#1339) 2020-05-23 13:22:17 +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
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
Pascal Vizeli
a0f9629a98 Bump deconz version 2020-02-17 17:23:49 +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
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
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
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
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
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
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
Laurent Bouriez
8d22ca9e16 Update deconz 2.05.70 (#813) 2019-11-05 21:00:14 +01: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
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
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
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
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
Franck Nijhof
c02b2d9fc3 deconz: Bumps version to 2.5 (#606) 2019-06-05 21:33:44 +02:00
Klaas Schoute
20ca12c617 Bump Deconz to 2.05.65 (#604) 2019-06-04 19:45:35 +02:00
Franck Nijhof
0447632ecf deconz: Updates README, fixes incorrect add-on link (#589)
* deconz: Rewrites README

* deconz: Fixes add-on URL

Fixes #583

* deconz: Bump version to 2.3, updated CHANGELOG
2019-06-02 14:42:46 +02:00
Pascal Vizeli
d8220b2f13 Update deconz 2.05.64 (#575) 2019-04-23 21:42:12 +02:00
Pascal Vizeli
305dfa815b Deconz update (#570)
* Fix deconz

* Fix url

* Allow build new version

* Revert installation way

* Cleanup
2019-04-16 19:15:20 +02:00
Pascal Vizeli
9aa2ad8c87 deCONZ ingress & discovery (#561)
* Migrate deconz to ingress/discovery

* update chmod

* Add discovery

* Fix lint

* Fix typo

* Bump versio 0.91.2

* Fix discovery

* Cleanup config

* Fix discovery

* Fix url

* Fix port

* Fix script

* Support new host config

* Use new network feature

* add notes

* Fix shell

* simplify v1

* Cleanup

* Fix api port access

* Remove waiting

* Use more modern version

* Fix lint

* Add a note to ingress phoscon app

* fix format

* Fix ingress

* Fix ingress

* Fix output

* Change flow

* Fix wait port

* Fix config

* Add tiemout

* Cleanup
2019-04-11 14:49:36 +02:00
Pascal Vizeli
d4d68d3b0f Update deconz 2.05.59 (#524)
* Update deconz 2.05.59

* Add cache support
2019-02-20 19:13:21 +01:00
Pascal Vizeli
4bde63110c Update deconz V2_05_58 (#519)
* Update deconz V2_05_58

* Update CHANGELOG.md

* Update config.json
2019-01-31 20:22:58 +01:00
Pascal Vizeli
705c0b4d01 Update deconz to 2.05.57 (#512)
* Update deconz to 2.05.57

* Update CHANGELOG.md

* Update config.json
2019-01-22 21:57:50 +01:00
kroimon
5e78babf0a Update deCONZ to version 2.05.55 (#508)
* Update deCONZ to version 2.05.55

* Update config.json

* Update CHANGELOG.md
2019-01-18 13:30:43 +01:00
Pascal Vizeli
85d31f6237 deCONZ (#502)
* Migrate deCONZ addon to core repo

* Update add-on

* Update run.sh

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update build.json

* Update Dockerfile

* Update Dockerfile

* Use our raspbian

* Update config.json

* Update build.json

* Update config.json

* Update build.json

* Update config.json

* Update config.json

* Update run.sh

* Update config.json

* Update config.json

* Delete firmware.sh

* Update Dockerfile

* Update Dockerfile

* Update run.sh

* Update config.json

* Update run.sh

* Update Dockerfile

* Create ika-otau-dl.sh

* Update run.sh

* Fix rights

* Update ika-otau-dl.sh

* Update ika-otau-dl.sh

* Update ika-otau-dl.sh

* Update ika-otau-dl.sh

* Update README.md

* Update Dockerfile
2019-01-15 15:21:36 +01:00