Domoticz: Difference between revisions

From Edgar BV Wiki
Jump to navigation Jump to search
(Created page with "[http://www.domoticz.com/ Domoticz Homepage] = Install = When installing there are two choices # hand compile # use curl (for the "easy" way) = Curl = Domoticz from binary...")
 
No edit summary
Line 7: Line 7:
# use curl (for the "easy" way)
# use curl (for the "easy" way)


= Curl =
== Curl ==
Domoticz from binary comes with a static openssl1.0.0 dependency, which Debian no longer offers. So first
Domoticz from binary comes with a static openssl1.0.0 dependency, which Debian no longer offers. So first
<pre>
<pre>
Line 23: Line 23:


[https://packages.debian.org/search?keywords=libssl1.0.0 if links don't work, look here and choose the one with your architecture. Unstable only works on ARM]
[https://packages.debian.org/search?keywords=libssl1.0.0 if links don't work, look here and choose the one with your architecture. Unstable only works on ARM]
== by hand ==
There is some flag about not using staticssl
----
when visiting the SSL site, you may need to remove the port number the installer gives you and just go to https://ip

Revision as of 09:47, 1 April 2019

Domoticz Homepage

Install

When installing there are two choices

  1. hand compile
  2. use curl (for the "easy" way)

Curl

Domoticz from binary comes with a static openssl1.0.0 dependency, which Debian no longer offers. So first

cd /usr/local/src
wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u11_amd64.deb
dpkg -i libssl1.0.0_1.0.1t-1+deb8u11_amd64.deb
apt-mark auto libssl1.0.0
curl -sSL install.domoticz.com | bash

Check if everything is running ok

journalctl -full -u domoticz.service

if links don't work, look here and choose the one with your architecture. Unstable only works on ARM

by hand

There is some flag about not using staticssl


when visiting the SSL site, you may need to remove the port number the installer gives you and just go to https://ip