Package Details: domoticz-git r14445-1

Git Clone URL: https://aur.archlinux.org/domoticz-git.git (read-only, click to copy)
Package Base: domoticz-git
Description: Web based home automation
Upstream URL: http://www.domoticz.com
Keywords: domoticz openzwave
Licenses: GPL
Conflicts: domoticz-svn
Submitter: IanDury
Maintainer: rjahanbakhshi
Last Packager: rjahanbakhshi
Votes: 10
Popularity: 0.000000
First Submitted: 2015-08-23 18:43 (UTC)
Last Updated: 2022-08-11 15:26 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

melvinvermeeren commented on 2018-01-07 18:37 (UTC)

Compilation with boost 1.66 fixed, didn't test runtime.

melvinvermeeren commented on 2018-01-07 17:34 (UTC) (edited on 2018-01-07 17:34 (UTC) by melvinvermeeren)

Just pushed update that disables all static linking and disables all built-in libs. This means this will pull in some additional packages now but also reduce this pkg's size and compilation time. Let me know if there are runtime issues as I don't have hardware with me to test a deployment right now.

This also fixes the OpenSSL issue, for some reason domoticz defaults to only looking for static linking and Arch doesn't ship static libs in the regular pkgs.

Also boost changed their API in 1.66 without marking the old API as deprecated first[1], breaking domoticz[2] and probably many other applications. I will see if it is a quick fix, otherwise stay on 1.65 until it is fixed in upstream.

[1] http://www.boost.org/doc/libs/1_66_0/doc/html/boost_asio/net_ts.html

[2] https://github.com/domoticz/domoticz/issues/2034

bmd_online commented on 2018-01-07 15:29 (UTC)

Right option is : -DOPENSSL_CRYPTO_LIBRARY=/usr/lib/libcrypto.so -DOPENSSL_SSL_LIBRARY=/usr/lib/libssl.so

IanDury commented on 2017-02-03 20:47 (UTC)

@fxeon It looks like the upstream open-zwave needs to update the openzwave.spec file. The Changelog shows version 1.5 whereas the spec file still has version 1.4

fxeon commented on 2017-02-02 17:50 (UTC)

@IanDury hello why is openzwave reported as: Version: 1.4-2382-g450c4a50-dirty in domoticz-git, when to my understanding current openzwave is 1.5-1? thx for the great work

ImNtReal commented on 2016-10-02 22:52 (UTC)

@IanDury, maybe, but it builds, and runs fine against stable. It would be nice to give the user the choice since depending on openzwave would allow it to build against openzwave or openzwave-git since openzwave-git provides openzwave.

IanDury commented on 2016-10-02 20:01 (UTC)

@lmNtReal - It is my understanding that the latest beta of Domoticz (domoticz-git) should be build with the latest beta of OpenZWave (openzwave-git) and not with the stable version (openzwave).

ImNtReal commented on 2016-08-31 01:21 (UTC)

Can this depend on openzwave instead of openzwave-git, since openzwave-git provides openzwave? That way we can decide which we'd prefer to run.

IanDury commented on 2016-06-26 08:17 (UTC) (edited on 2016-06-26 08:20 (UTC) by IanDury)

I prefer using nginx as I'm having multiple web servers running on my target: https://www.domoticz.com/wiki/Secure_Nginx_Proxy_Setup https://wiki.archlinux.org/index.php/Nginx That's why I did not add the option -sslwww 443 in the domoticz package. I've changed my local domoticz.service and use -sslwww 0 to avoid the following startup error messages: Error: WebServer(SSL) startup failed on address 0.0.0.0 with port: 443: use_certificate_chain_file: No such file or directory Error: WebServer(SSL) check privileges for opening ports below 1024