Erstellte Forenantworten
4 Beiträge anzeigen - 1 bis 4 (von insgesamt 4)
4 Beiträge anzeigen - 1 bis 4 (von insgesamt 4)
Bezüglich EMail Skript hat mir folgende Seite sehr gut geholfen:
Du musst Dich bei Pushbullet anmelden
Hier bekommst Du dann Deinen Token: https://api.pushbullet.com/v2/users/me
Siehe https://docs.pushbullet.com/v1/#http
Das ist Dein sh Skript welches in den Ordner Scripte gehört:
#!/bin/bash
ACCESS_TOKEN=“Your Token“
timestamp=$(date „+%H:%M:%S“)
title=“$1″
body=“$2\n($timestamp)“
curl –header „Authorization: Bearer $ACCESS_TOKEN“ -X POST https://api.pushbullet.com/v2/pushes –header ‚Content-Type: application/json‘ –data-binary ‚{„type“: „note“, „title“: „‚“$title“‚“, „body“: „‚“$body“‚“}‘
Ein Beispiel wie Du eine Nachricht per Push versendest:
<device id=“202″ name=“Push Hauptalarm“>
<method id=“1″ name=“Push: Hauptalarm“ script=“pushbullet.sh ‚HAUPTALARM!!‘ ‚HAUPTALARM!!'“ />
<trigger address=“925.4″ datatype=“bit“>
<onValue value=“1″ method=“1″ />
</trigger>
</device>
Nein Flix, Du brauchst keine weitere Hardware. Einfach den Links folgen von rubi und es läuft.
Bei mir läuft es super, wichtig dabei ist nur auf Version „jessie“ zu sein. Mit meiner „wheezy“ Version klappte es nicht.
Alles andere war dank der tollen Anleitungen ein Kinderspiel.
Vielen Dank dafür!
Hallo Tobias, die ist der Test ob die Nachricht nicht als SPAM erkannt wird
Cookie | Dauer | Beschreibung |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |