Beiträge von FettesB

    Im log steht nur das

    timesyncd.conf erstellen oder kontrollieren

    Code
    sudo nano /etc/systemd/timesyncd.conf
    Code
    [Time]
    NTP=0.arch.pool.ntp.org 1.arch.pool.ntp.org 2.arch.pool.ntp.org 3.arch.pool.ntp.org
    FallbackNTP=0.pool.ntp.org 1.pool.ntp.org 0.fr.pool.ntp.org

    oben, das sollte der Inhalt sein

    danach

    Code
    sudo timedatectl set-ntp true
    sudo systemctl enable systemd-timesyncd
    sudo systemctl start systemd-timesyncd 
    sudo systemctl daemon-reload

    hiermit kann es kontrolliert werden:

    Code
    sudo timedatectl status
    sudo systemctl status systemd-timesyncd

    :)

    Habe alles wie beschrieben gemacht und keine fehler erhalten. Uhrzeit stimmt auch soweit. Wenn ich sudo systemctl status systemd-timesyncd eingebe.

    kommt folgendes

    Code
    pi@hbridge2:~ $ sudo systemctl status systemd-timesyncd
    ? systemd-timesyncd.service - Network Time Synchronization
       Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled
      Drop-In: /lib/systemd/system/systemd-timesyncd.service.d
               ??disable-with-time-daemon.conf
       Active: inactive (dead)
    Condition: start condition failed at Tue 2018-09-11 14:57:31 CEST; 47s ago
         Docs: man:systemd-timesyncd.service(8)

    Kann mir wer auf die sprünge helfen?

    komisch bei mir geht command+s auch nicht. Übersehen wir hier was?:/


    Naja ich wollte ja auch nur mal das Program testen.Muss aber feststellen das es schon manchmal hängenbleibt.

    Ich bleibe dann lieber bei iTerm.




    in iTerm gibt es ja auch command History u.s.w

    node v10.8.0 Homepage


    2018-08-01, Version 10.8.0 (Current), @targos


    Notable Changes


    deps:

    Upgrade npm to 6.2.0. #21592

    npm has moved. This release updates various URLs to point to the right places for bugs, support, and PRs.

    Fix the regular expression matching in xcode_emulation in node-gyp to also handle version numbers with multiple-digit major versions which would otherwise break under use of XCode 10.

    The npm tree has been significantly flattened. Tarball size for the npm package has gone from 8MB to 4.8MB.

    Changelogs: 6.2.0-next.0, 6.2.0-next.1, 6.2.0.

    homebridge-config-ui-x v3.8.8 NPM


    ich benutze das plugin cmdtrigger dafür

    als CMD befehl zum neustart von Homebridge "sudo systemctl restart homebridge"


    oder "sudo reboot" um den Pi neuzustarten


    hier geht es zum plugin GITHUB


    Code
    "accessories": [
            {
              "accessory": "CmdTrigger",
              "name":      "HB Neustart",
              "command":   "sudo systemctl restart homebridge",
              "delay":   "5000"
            }   
        ]

    homebridge-config-ui-x v3.8.7 NPM



    Change Log


    All notable changes to this project will be documented in this file. This project uses Semantic Versioning.


    3.8.7 (2018-07-28)


    Notable Changes


    Accessory Control: Long-clicking a lightbulb with no additional characteristics (eg. brightness) no longer opens a modal (#47#issuecomment-405089113)

    Accessory Control: Right-clicking an accessory on a non-mobile device will bring up a modal showing all accessory characteristics and other information

    i18n: Polish language translation added by @mientki

    User contributions to the non-english translations are always welcome, click here for details on how you can help


    Wer wissen will was sich geändert hat ;)


    [email protected]


    Change Log


    All notable changes to this project will be documented in this file. This project uses Semantic Versioning.


    3.8.6 (2018-07-27)


    Bug Fixes


    Config Editor: Backup button more reliable (#135)

    Accessory Control: Refresh all accessories when one is changed to ensure the dashboard is up-to-date (#136)

    Other Changes


    Updated Angular to 6.1.0

    Updated npm dependencies

    Bei mir versagt Presence nun leider auch komplett... mein iPhone wird dauernd abwesend/anwesend/abwesend/anwesend/etc... gemeldet, je nachdem wie ich das delay setze kommen die Telegram Nachrichten im Minutentakt - das People Plugin meldet die Anweseneit dauerhaft richtig... schade!

    das war gestern bei mir auch der fall.Heute läuft wieder alles wie gewohnt.Komisch :/

    Zitat

    ich gehe mal davon aus, das bei den 2 ersten Echo Zeilen (Bild1)

    die selben Werte angezeigt werden wie in der hbridge,cfg eingetragen ist.

    Richtig ?

    Ja ist richtig.


    So habe die änderungen gemacht wie du es wolltest.Dabei bekomme ich folgenden fehler.


    Folgendes steht in meiner reporter.sh

    das Journal zeigt folgendes