I have Z-stick 5gen and 2 sensors, Aeotec door-windows sensor 5gen and Zipato-Philio 3 in 1 door-windows sensor pst02-c. I have also homekit integration and the sensor are always triggered or on. Have tried to change to z-wave node sensors with config parameters and nothing helps.
Have also found that it must be done on Open Z Wave Control Panel!???
I have followed many tutorial to install an run this control panel, but it always stops when I type: make, sudo make, sudo make install. One of tutorials:
$cd /root
$wget ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.19.tar.gz
$tar zxvf libmicrohttpd-0.9.19.tar.gz
$mv libmicrohttpd-0.9.19 libmicrohttpd
$cd libmicrohttpd
$./configure
$make
$sudo make install
$cd ~
On every tutorial it stop on make or ./configure or config:
➜ libmicrohttpd ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... no
checking for gawk... (cached) awk
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) no
checking build system type... ./config.guess: unable to guess system type
This script, last modified 2009-11-20, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
and
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
If the version you run (./config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to [email protected] in order to provide the needed
information to handle your system.
config.guess timestamp = 2009-11-20
uname -m = aarch64
uname -r = 4.14.54-v8
uname -s = Linux
uname -v = #1 SMP PREEMPT Sun Jul 15 22:52:37 UTC 2018
/usr/bin/uname -p =
/bin/uname -X =
hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch =
/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = aarch64
UNAME_RELEASE = 4.14.54-v8
UNAME_SYSTEM = Linux
UNAME_VERSION = #1 SMP PREEMPT Sun Jul 15 22:52:37 UTC 2018
configure: error: cannot guess build type; you must specify one
OR this:
➜ libmicrohttpd make
zsh: command not found: make
➜ libmicrohttpd sudo make install
sudo: make: command not found
Also with this commands nothing:
~ ln -s ../open-zwave-read-only/config config
➜ ~ ./ozwcp -d -p 12345
zsh: no such file or directory: ./ozwcp
Why can*t I install this panel? I am triying every tutorial. Please help me somebody!