NEWS
eBusd auf MAC läuft nicht!
-
Hallo,
Ich habe einen V5 eBus Adapter an eine Vaillanttherme VSC 126/2 an das Bussystem angeschlossen(2-Drath)
Auf den Adapter greife ich über Wlan zu.
Iobroker und eBusd laufen auf ein MacBook.
Leider bekomme ich keine Daten! Kann mir jemand helfen
Schön wäre es, wenn ich gleich die csv-Datei einbinden könnte:Bilder meiner Einstellungen:
Hier meine Terminal eingaben:
==> Auto-updating Homebrew...
Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with
HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (seeman brew
).
==> Homebrew collects anonymous analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics have been recorded yet (nor will be during thisbrew
run).
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/core and homebrew/cask).
==> New Formulae
safety stellar-cli
==> New Casks
cork font-satoshi
Warning: automake 1.17 is already installed and up-to-date.
To reinstall 1.17, run:
brew reinstall automake
Warning: autoconf 2.72 is already installed and up-to-date.
To reinstall 2.72, run:
brew reinstall autoconfmeinhard@macbook ebusd % CXXFLAGS="-g -O0 -ggdb" ./autogen.sh
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /usr/local/Cellar/autoconf/2.72/bin/autoconf --force
configure.ac:9: warning: The macro 'AC_GNU_SOURCE' is obsolete.
configure.ac:9: You should run autoupdate.
./lib/autoconf/specific.m4:489: AC_GNU_SOURCE is expanded from...
configure.ac:9: the top level
configure.ac:94: warning: The macro 'AC_TRY_RUN' is obsolete.
configure.ac:94: You should run autoupdate.
./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
configure.ac:94: the top level
configure.ac:111: warning: The macro 'AC_TRY_RUN' is obsolete.
configure.ac:111: You should run autoupdate.
./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
configure.ac:111: the top level
autoreconf: running: /usr/local/Cellar/autoconf/2.72/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory '.'
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define EXTENSIONS... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for g++-6... no
checking for g++-5... no
checking for g++-4.9... no
checking for g++-4.8... no
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... -std=gnu++11
checking whether g++ -std=gnu++11 supports C++11 features by default... yes
checking for arpa/inet.h... yes
checking for dirent.h... yes
checking for fcntl.h... yes
checking for netdb.h... yes
checking for poll.h... yes
checking for pthread.h... yes
checking for sys/ioctl.h... yes
checking for sys/select.h... yes
checking for sys/time.h... yes
checking for syslog.h... yes
checking for time.h... yes
checking for termios.h... yes
checking for timegm... yes
checking for cfsetspeed... yes
checking for pthread_setname_np in -lpthread... yes
checking for clock_gettime in -lrt... no
checking for pselect... yes
checking for ppoll... no
checking for linux/serial.h... no
checking for dev/usb/uftdiio.h... no
checking for mosquitto_lib_init in -lmosquitto... no
Could not find mosquitto_lib_init in libmosquitto.
checking for OPENSSL_init_ssl in -lssl... no
Could not find SSL_library_init in libssl.
checking for direct float format conversion... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 2
checking whether build environment is sane... yes
checking for a race-free mkdir -p... mkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking dependency style of gcc... gcc3
checking dependency style of g++ -std=gnu++11... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ranlib... ranlib
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating src/lib/utils/Makefile
config.status: creating src/lib/ebus/Makefile
config.status: creating src/lib/ebus/test/Makefile
config.status: creating src/ebusd/Makefile
config.status: creating src/tools/Makefile
config.status: creating src/lib/ebus/contrib/Makefile
config.status: creating src/lib/ebus/contrib/test/Makefile
config.status: creating src/lib/knx/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
meinhard@macbook ebusd %