thkl / hap-homematic

a AddOn for HomeMatic CCU3 (Raspberrymatic) that will bring HomeKit to your CCU
MIT License
222 stars 26 forks source link

HomeMaticSPHTTPAccessory mit Feedback #262

Open Phil7989 opened 4 years ago

Phil7989 commented 4 years ago

Hallo zusammen,

es wäre richtig cool wenn der HomeMaticSPHTTPAccessory eine On und OffUrl bekommen könnte und eine StatusUrl die er x sek abfragt.

Wie im folgenden Paket https://www.npmjs.com/package/homebridge-http-switch-unlimited

Vielen Dank

thkl commented 4 years ago

Also quasi eine URL und ein Regex was matchen muss, damit der Schalter als On gekennzeichnet wird ?

Phil7989 commented 4 years ago

Zum Schalten jeweils 2 urls on und off. Als Status könnte man direkt die URL nehmen und 1 und 0 als Feedback verarbeiten. Die Status url ist dann zum prüfen des Status. Macht Sinn für Sachen die man zwischendurch nicht über HomeKit schaltet.

"accessories": [
    {
        "accessory": "HTTP-SWITCH-UNLIMITED",
        "name": "TV",
        "switchType": "toggle",
        "onUrl": "http://x2/crestron/gltbuttonpresser.php?cmd=tvon",
        "offUrl": "http://x112/crestron/gltbuttonpresser.php?cmd=tvoff",
        "stateUrl": "http://x112/crestron/getTVState.php",
        "pullInterval": 600000
    }
blackbasket commented 2 years ago

@Phil7989 besteht das Problem noch? Sonst bitte das Ticket schließen. Danke :)