Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Releases: linuxserver-archive/docker-domoticz

363e7a27-ls17

18 Jun 20:40
Compare
Choose a tag to compare

LinuxServer Changes:

Add boost dependencies and turn off static boost build. Bump to Alpine 3.9.
domoticz Changes:

Add missing line in tests
modified: runtime/integration-tests/stage1.lua

87565f1e-ls16

04 Jun 01:28
Compare
Choose a tag to compare

LinuxServer Changes:

Add boost dependencies and turn off static boost build. Bump to Alpine 3.9.
domoticz Changes:

OZW better label searching (needs to be changed later!)

4.10717-ls11

25 May 00:56
Compare
Choose a tag to compare
4.10717-ls11 Pre-release
Pre-release

LinuxServer Changes:

Add env variable to set webroot.
domoticz Changes:

Stable Release 4.10717

fdf1cb4e-ls15

25 May 21:21
Compare
Choose a tag to compare

LinuxServer Changes:

Add boost dependencies and turn off static boost build. Bump to Alpine 3.9.
domoticz Changes:

Merge pull request #3269 from Drumstickx/development

Youless, fixed Buffer Overflow.

fccd39bb-ls15

24 May 21:13
Compare
Choose a tag to compare

LinuxServer Changes:

Add boost dependencies and turn off static boost build. Bump to Alpine 3.9.
domoticz Changes:

OZW, removed double label checking, better alarm index searching
Ident fixing

9fe68a15-ls15

29 May 20:38
Compare
Choose a tag to compare

LinuxServer Changes:

Add boost dependencies and turn off static boost build. Bump to Alpine 3.9.
domoticz Changes:

RFLink, re-enabled support for new ID's, old users (<9700) should receive new switches

87565f1e-ls15

30 May 21:45
Compare
Choose a tag to compare

LinuxServer Changes:

Add boost dependencies and turn off static boost build. Bump to Alpine 3.9.
domoticz Changes:

OZW better label searching (needs to be changed later!)

636d15f6-ls15

23 May 20:40
Compare
Choose a tag to compare

LinuxServer Changes:

Add boost dependencies and turn off static boost build. Bump to Alpine 3.9.
domoticz Changes:

Revert previous RFLink Blyss patch

5a198fa5-ls15

27 May 20:35
Compare
Choose a tag to compare

LinuxServer Changes:

Add boost dependencies and turn off static boost build. Bump to Alpine 3.9.
domoticz Changes:

OZW, some more work on COMMAND_CLASS_SCENE_ACTIVATION class, needs OZW PR to be accepted

0ca123e4-ls15

26 May 20:34
Compare
Choose a tag to compare

LinuxServer Changes:

Add boost dependencies and turn off static boost build. Bump to Alpine 3.9.
domoticz Changes:

update to dzVents 2.4.22; selector switchselector to accept levelnames / fix for wildcarded time rule (#3263)

  • update to dzVents 2.4.22; selector switchselector to accept levelnames /
    fix for wildcard timeRule
    modified: History.txt
    modified: dzVents/documentation/README.md
    modified: dzVents/documentation/README.wiki
    modified: dzVents/documentation/history.md
    modified: dzVents/runtime/Domoticz.lua
    modified: dzVents/runtime/Time.lua
    modified: dzVents/runtime/Utils.lua
    modified: dzVents/runtime/device-adapters/Adapters.lua
    modified: dzVents/runtime/device-adapters/switch_device.lua
    modified: dzVents/runtime/device-adapters/visibility_device.lua
    modified: dzVents/runtime/device-adapters/wind_device.lua
    modified: dzVents/runtime/tests/testDevice.lua
    modified: dzVents/runtime/tests/testTime.lua
    modified: main/dzVents.cpp

  • Simpler patch to fix issue #3259 (time.matchesRule() crashes on valid
    rule) Thx to agambier
    modified: dzVents/runtime/Time.lua