Commit Graph

1200 Commits

Author SHA1 Message Date
Raman Gupta
b4d9ee150a Bump zwave-js to 8.11.9 (#2411)
* Bump zwave-js to 8.11.9

* bump version in config
2022-03-19 08:45:59 +01:00
dependabot[bot]
594469807e Bump actions/checkout from 2.4.0 to 3 (#2396)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 09:28:59 +01:00
dependabot[bot]
b66b5b322f Bump docker/login-action from 1.14.0 to 1.14.1 (#2397)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 09:26:13 +01:00
dependabot[bot]
3a9a64ab6f Bump docker/login-action from 1.13.0 to 1.14.0 (#2394)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01 13:58:24 +01:00
dependabot[bot]
8d01fd31f2 Bump docker/login-action from 1.12.0 to 1.13.0 (#2391)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-18 08:22:48 +01:00
Raman Gupta
4e683160bf Bump zwave-js to 8.11.6 and zwave-js-server to 1.15.0 (#2389) 2022-02-17 12:48:02 +01:00
Timothy Kist
ad0ebb82bd Bump base images to 2022.02.0 (#2385) 2022-02-16 14:31:32 +01:00
Raman Gupta
89112f96e0 Bump zwave-js to 8.11.5 (#2383) 2022-02-09 03:29:11 +01:00
Klaas Schoute
25ff1a405e deCONZ 2.14.1 (stable) (#2378) 2022-02-08 12:11:52 +01:00
Steffen Dirkwinkel
02755e7c05 homematic: use cp instead of mv for crRFD files to avoid mv subdir error (#2372)
mv "${TMPDIR}/usr/local/etc/config/crRFD/*" does not expand the glob and fails.
Due to the previous change we also ignored the globbing error.
Let's clean the directory up, copy from the source and avoid globbing errors.
By doing it this way we can also drop the ugly "|| true".
2022-02-01 14:54:37 +01:00
Steffen Dirkwinkel
dc8718c14a homematic: fix backup mv (#2371)
The recent backup fix introduced another error:
mv complains about us trying to move a folder into its own subfolder.
The script then aborts due to set -e. By ignoring the exit code of mv here
we get the desired result (complete backup and no error in ui)
2022-02-01 09:36:56 +01:00
dependabot[bot]
090b038bd6 Bump home-assistant/builder from 2021.12.0 to 2022.01.0 (#2369)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 09:21:03 +01:00
Jens Maus
cfec3f0f14 integrated fix to create sbk backup compatible to a standard CCU. (#2366) 2022-01-30 16:41:37 +01:00
Stefan Agner
ebff37d822 Update README.md to reflect deprecation status of OpenZWave/HomeMatic (#2363)
* Update README.md to reflect deprecation status of OpenZWave/HomeMatic

* Set stage to deprecated
2022-01-27 18:38:03 +01:00
Jens Maus
37aeb25706 final fixes for homematic addon (#2360)
* added missing gnu.io.rxtx.SerialPorts java option to get hmipserver running with raw-uart device.

* use openjdk-8-jre-headless because hmipserver is compatibly to max. java-8 only.

* disabled hmip rf-firmware update to prevent accidently performed firmware downgrade (not required anymore for obsolete addon anyway)

* version bump.

* fixed shellcheck errors.

* use openjdk-11-jre-headless again since bullseye does not have java-8
package anymore.
2022-01-26 09:30:28 +01:00
Jens Maus
1915626f36 integrated a first fix to get the webui based backup fixed. (#2359) 2022-01-25 17:37:30 +01:00
Jens Maus
ab8ca6b4cf HomeMatic CCU add-on retirement/migration path (#2352)
* added first version of createBackup.sh for homematic addon

* move bin directory to opt/hm

* debug

* debug

* minor cleanup change.

* added a patched version of cp_security.cgi to support direct WebUI based
backup creation+download.

* minor fix

* minor fix

* version bump and removal of subsystem=tty filter for device spec

* added changed to CHANGELOG.md

* Added retirement notification

* Update README.md

* Update DOCS.md

* Update CHANGELOG.md

* fixed shellcheck errors.

* Update homematic/CHANGELOG.md

* Update homematic/config.yaml

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2022-01-25 14:42:02 +01:00
Sergio Conde Gómez
5dc039373a Hide server version banner from nginx_proxy (#2354) 2022-01-21 10:56:31 +01:00
Raman Gupta
ec0411cc57 Bump zwave-js to 8.10.2 and zwave-js-server to 1.14.1 (#2343) 2022-01-11 07:10:14 +01:00
Brandon Valentine
cbf54bf51a Update ttyd and libwebsockets deps for ssh addon (#2324) 2022-01-06 10:31:22 +01:00
Laszlo Magyar
d2dfa45e18 Fix documentation for lets_encrypt.algo (#2335) 2022-01-02 21:20:35 +01:00
Raman Gupta
47ee96dad5 Bump zwave-js to 8.9.2 and zwave-js-server to 1.14.0 (#2327)
* Bump zwave-js to 8.9.2 and zwave-js-server to 1.14.0

* bump addon version
2021-12-29 10:29:45 +01:00
Steve Easley
132ca099e9 Fixed bash PS1 escaping (#2310) 2021-12-23 11:27:42 +01:00
Felipe Santos
21215aa9d0 Allow use of ports other than 8123 in HA (#2307)
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2021-12-22 17:51:10 +01:00
dependabot[bot]
455a992805 Bump docker/login-action from 1.10.0 to 1.12.0 (#2322)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-21 10:39:30 +01:00
Franck Nijhof
e7de969655 deCONZ 2.13.04, add-on version 6.11.1 (#2319) 2021-12-20 17:17:38 +01:00
Pascal Vizeli
a264e28752 Revert "deCONZ 2.13.4 (stable) (#2312)" (#2318)
This reverts commit e528789bed.
2021-12-20 15:54:43 +01:00
dependabot[bot]
bd9ef417dc Bump home-assistant/builder from 2021.11.4 to 2021.12.0 (#2306)
Bumps [home-assistant/builder](https://github.com/home-assistant/builder) from 2021.11.4 to 2021.12.0.
- [Release notes](https://github.com/home-assistant/builder/releases)
- [Commits](https://github.com/home-assistant/builder/compare/2021.11.4...2021.12.0)

---
updated-dependencies:
- dependency-name: home-assistant/builder
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-20 15:52:36 +01:00
fi-sch
e528789bed deCONZ 2.13.4 (stable) (#2312)
Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2021-12-20 12:57:32 +01:00
Raman Gupta
bb22dd2609 Bump zwave-js to 8.8.3 (#2297) 2021-12-06 19:30:51 -08:00
dependabot[bot]
11fdc19abc Bump home-assistant/builder from 2021.11.3 to 2021.11.4 (#2288)
Bumps [home-assistant/builder](https://github.com/home-assistant/builder) from 2021.11.3 to 2021.11.4.
- [Release notes](https://github.com/home-assistant/builder/releases)
- [Commits](https://github.com/home-assistant/builder/compare/2021.11.3...2021.11.4)

---
updated-dependencies:
- dependency-name: home-assistant/builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 12:03:08 +01:00
Pascal Vizeli
69c68bfac9 Update-deployment (#2281)
* Update deployment

* fix workflow

* Fix order

* restruct v1

* Fix style v2

* Cleanup style v3

* fix style v4

* Last style fix

* Address comments

* Update builder to 2021.11.3

* Fix let's encrypt

* fix lint

* Use ghcr.io

* fix

* Update versions

* fix readme
2021-11-24 11:43:54 +01:00
Martin Hjelmare
fe641dfad2 Roll back zwave_js to 0.1.48 (#2285) 2021-11-24 10:55:54 +01:00
Raman Gupta
ce09004a76 Bump zwave-js to 8.7.7 and zwave-js-server to 1.12.0 (#2278) 2021-11-23 09:27:53 +01:00
Clemens @ Elektor
9095122f88 Remove confusion (#2276) 2021-11-22 11:54:26 +01:00
Raman Gupta
8bf82d5765 Bump zwave-js-server to 1.11.0 and zwave-js to 8.7.6 (#2271)
* Update build.json

* Update config.json

* Update CHANGELOG.md
2021-11-16 18:49:28 -08:00
Martin Hjelmare
d1058b2a58 Clean VLC from Z-Wave JS references (#2266) 2021-11-13 16:25:34 +01:00
Martin Hjelmare
4f3c3c06c4 Disable zwave-js soft-reset on vm (#2261) 2021-11-09 13:45:03 +01:00
Joakim Sørensen
b148a65c25 Add issue form (#2262) 2021-11-09 11:27:32 +01:00
Raman Gupta
fd0ba080ed Bump zwave-js to 8.7.5 (#2248)
* Bump zwave-js to 8.7.2

* Bump zwave-js to 8.7.3

* Bump zwave-js to 8.7.4

* Bump zwave-js to 8.7.5

* bump zwave-js-server to 1.10.8
2021-11-05 16:26:22 +01:00
dependabot[bot]
359e6d77cb Bump actions/checkout from 2.3.5 to 2.4.0 (#2249)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-03 08:25:40 +01:00
Pascal Vizeli
b299cebffa Update CEC Add-on (#2240)
* Update CEC Add-on

* cleanup patch

* second cleanup

* fix s6 copy

* set S0 for this kind of finish

* Update cec_scan/CHANGELOG.md

Co-authored-by: Stefan Agner <stefan@agner.ch>

Co-authored-by: Stefan Agner <stefan@agner.ch>
2021-10-21 14:47:56 +02:00
Joakim Sørensen
9ba546a0f6 Replace devcontainer (#2209) 2021-10-21 13:56:23 +02:00
dependabot[bot]
97c926e640 Bump actions/checkout from 2.3.4 to 2.3.5 (#2238)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-18 09:35:43 +02:00
Michael
faf6113cd6 Correct port to 4212 for VLC discovery service (#2232) 2021-10-16 11:18:38 +02:00
Raman Gupta
605570d63b Bump zwave-js-server to 1.10.7 (#2217)
* Bump zwave-js-server to 1.10.7

* Fix markdown

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-03 23:50:50 +02:00
Raman Gupta
c1bc77b9ae Properly handle security key casing in zwave_js (#2208)
* Properly handle security key casing in zwave_js

* Fix emulate_hardware

* update changelog

* declare missing variables

* Add missing var from declaration

* Always set network_key if unset

* Don't flush to disk twice

* Update zwave_js/rootfs/etc/cont-init.d/config.sh

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2021-09-30 21:55:35 +02:00
Raman Gupta
cb754bcf92 Bump zwave-js-server to 1.10.6 (#2207) 2021-09-30 18:02:30 +02:00
Stefan Agner
805116ac24 Use = instead of deprecated : as security option separator (#2204) 2021-09-30 09:16:57 +02:00
Martin Hjelmare
e3e2ac285e Retain zwave_js legacy network_key config option (#2205) 2021-09-29 22:07:38 -07:00