Beiträge von AnMiPe

    In der iConnectHue Hilfe steht klar drin, dass die "HOLD Action" beim Dimmer zusätzlich zum normalen Tastendruck ausgeführt wird.

    Zitat

    How does the Dimmer “Hold” action work?

    It is executed ADDITIONALLY to the initial press. So if you press a button, the dimmer light blinks once and the “Initial press” actions will be executed. If you now hold it longer, it will blink again, and now the “Hold” actions are executed. If you wold it longer, the “Hold” actions will be repeated.

    Ergänzend dazu vielleicht noch der offizielle Link zur Homebridge GitHub Seite.

    Daher habe ich auch die Anleitung, wie man die Homebridge unter MacOS als Service starten und laufen lassen kann.


    Zitat


    How to automatically start Homebridge with launchd


    • Create a launchd plist file for Homebridge in ~/Library/LaunchAgents
      • Example name com.homebridge.server.plist
    • Homebridge will now start automatically at boot and will restart if it crashes.
    • Run the following in a terminal to manually start Homebridge background process:
      • launchctl load ~/Library/LaunchAgents/com.homebridge.server.plist
    • Run the following in a terminal to manually stop homebridge background process:
      • launchctl unload ~/Library/LaunchAgents/com.homebridge.server.plist

    You can log the output of Homebridge to a file, just adapt the /path/to/logfile.log in the following snippet to your liking.

    Contents of com.homebridge.server.plist:

    XML
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>    <key>RunAtLoad</key>    <true/>    <key>KeepAlive</key>    <true/>    <key>Label</key>    <string>com.homebridge.server</string>    <key>ProgramArguments</key>    <array>        <string>/usr/local/bin/homebridge</string>        <string>-I</string>    </array>    <key>StandardOutPath</key>            <string>/path/to/logfile.log</string>    <key>StandardErrorPath</key>            <string>/path/to/logfile.log</string>    <key>EnvironmentVariables</key>    <dict>            <key>PATH</key>            <string>/usr/local/bin/:$PATH</string>    </dict>
    </dict>
    </plist>

    Eine Option wäre ja auch:

    1. die Schalter auf Dauerstrom
    2. auf die Dose einen Deckel — im Baumarkt 0,12€
    3. einen Hue Dimmer Switch über die Dose


    Finde die Hue Dimmer jetzt nicht sooo häßlich. Bei einem einzelnen Schalter wäre das doch eigentlich ganz nett. Ich würde das im Bad z.B. sofort machen, wenn ich nicht so blöde Deckenspots in der Holzdecke und vernünftige, Hue kompatible Sockel in der Spiegellampe hätte.

    Wie schon gesagt, einmal die Steuerzentralemfunktion aus- und wieder anschalten. Hatte das selbe Problem und so war es über das iPad möglich, die Funktionalität wieder herzustellen.

    Und ein iPad muss als Steuerzentrale zu Hause liegen — Evtl. Geht das auch mit einem AppleTV. Bei mir half auch das iPad einmal als Steuerzentrale ab– und dann wieder anzumelden.

    Die Programmierung selbst erfolgt bei mir aber über iConnectHue, da funktioniert das Geofencing wenigsten zuverlässig auch wenn das iPad als Zentrale fungiert und iConnectHue wird eh benötigt damit ich den Bewegungssensor 2 verschiedene Einstellungen geben kann.

    Das ist ja ein gutes Beispiel für die Möglichkeiten, die nur eine Native Bridge bieten kann. iConnectHue reizt die Hue Bridge aus, den Funktionsumfang kann ja nicht einmal die Philips App bereit stellen.


    Ich habe HomeKit/Homebridge auch nur, um Siri nutzen zu können. Außerdem gefallen mir die HomeKit Apps optisch und stilistisch besser — Homematic und dessen Apps versprühen hier ja eher einen "spröden" Charm.