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 »

fxeon commented on 2016-06-24 20:58 (UTC) (edited on 2016-06-24 22:17 (UTC) by fxeon)

--------------------------------------------------------------------- Edit: Solved generating a certificate with reference to these pages: https://www.domoticz.com/wiki/Native_secure_access_with_Lets_Encrypt https://wiki.archlinux.org/index.php/Let%E2%80%99s_Encrypt --------------------------------------------------------------------- Hi, i modified domoticz service like this a while ago: [Unit] Description=Domoticz Daemon After=network.target [Service] User=http ExecStart=/opt/domoticz/domoticz -www 8080 -sslwww 443 -daemon WorkingDirectory=/opt/domoticz RestartSec=5 Restart=on-failure [Install] WantedBy=multi-user.target it used to work ok now i can't access my domoticz with ssl, current version is Domoticz V3.5269. Is it an upstream problem or did i miss something?

IanDury commented on 2016-04-11 20:11 (UTC)

Thanks trishika. PKGBUILD updated as you suggested.

trishika commented on 2016-04-11 13:57 (UTC)

The sed about openzwave is not needed anymore. Just add the option -DUSE_STATIC_OPENZWAVE=NO to the cmake line.

pschmitt commented on 2016-03-02 13:28 (UTC)

Yeah turns out this requires wiringPi to be statically linked. The wiringPi lib from the alarm/ repo is dynamically linked. To fix it one needs to remove the alarm/wiringPi package and install wiringPi by hand: make static sudo make install-static Ref: https://www.domoticz.com/forum/viewtopic.php?t=7678

IanDury commented on 2016-02-18 13:02 (UTC)

@pschmitt - I recommend to discuss this through the Domoticz forum: https://www.domoticz.com/forum/viewtopic.php?t=7678

pschmitt commented on 2016-02-17 14:05 (UTC)

Has anyone managed to get GPIO support for the Raspberry Pi ? -- WiringPi include was found in /usr/include... -- ==== WiringPi library not found. GPIO support disabled. -- ==== (Please follow http://wiringpi.com/download-and-install/ if you want to use GPIO.)

IanDury commented on 2016-02-08 21:24 (UTC)

Install should not be an array error fixed. Thanks saez0pub for reporting.

saez0pub commented on 2016-02-07 12:37 (UTC)

Hello, Could you fix your PKGBUILD ? makepkg ==> ERROR: install should not be an array FIX : diff --git a/PKGBUILD b/PKGBUILD index eefd589..492e621 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ license=('GPL') depends=('openzwave-git' 'libusb-compat' 'curl' 'sqlite' 'boost-libs') makedepends=('git' 'cmake' 'boost') conflicts=('domoticz-svn') -install=('domoticz-git.install') +install='domoticz-git.install' source=('git+https://github.com/domoticz/domoticz.git' 'domoticz.service') sha256sums=('SKIP'

IanDury commented on 2016-01-12 11:26 (UTC)

Install path fixed in upstream version r4113 (pull request #318)