Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. eBusd auf MAC läuft nicht!

NEWS

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    21
    1
    837

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.3k

eBusd auf MAC läuft nicht!

Geplant Angeheftet Gesperrt Verschoben Off Topic
1 Beiträge 1 Kommentatoren 142 Aufrufe 1 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • M Offline
    M Offline
    Meintre 0
    schrieb am zuletzt editiert von
    #1

    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:

    https://github.com/john30/ebusd-configuration/blob/fdf1266cd32e238cda597273ccc4823a5ba3d992/ebusd-2.1.x/en/vaillant/15.470.csv#L20

    Bilder meiner Einstellungen:
    Bild1.png
    Bild2.png
    Bild3.png
    Bild4.png
    Bild5.png

    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 (see man 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 this brew 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 autoconf

    meinhard@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 %

    1 Antwort Letzte Antwort
    0
    Antworten
    • In einem neuen Thema antworten
    Anmelden zum Antworten
    • Älteste zuerst
    • Neuste zuerst
    • Meiste Stimmen


    Support us

    ioBroker
    Community Adapters
    Donate

    410

    Online

    32.5k

    Benutzer

    81.6k

    Themen

    1.3m

    Beiträge
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
    ioBroker Community 2014-2025
    logo
    • Anmelden

    • Du hast noch kein Konto? Registrieren

    • Anmelden oder registrieren, um zu suchen
    • Erster Beitrag
      Letzter Beitrag
    0
    • Home
    • Aktuell
    • Tags
    • Ungelesen 0
    • Kategorien
    • Unreplied
    • Beliebt
    • GitHub
    • Docu
    • Hilfe