-
Notifications
You must be signed in to change notification settings - Fork 7
ScriptBrowserStart
root edited this page Mar 17, 2015
·
1 revision
Browser soll automatisch nach dem Start des Rechner im Fullscreen starten wenn hap-mp.pl gestartet wurde, um keine Fehlermeldung bei noch nicht Verfügbarkeit von HAP zu bekommen. Parallel startet ein Script zur Abfrage der CU Daten als update.
Bzgl. Firefox muss das Fullscreen Plugin installiert werden. Darin kann man unter den Einstellen das Starten im Fullscreen aktivieren.
Script:
#! /bin/bash
while [ "$(pidof hap-mp.pl | tr -d '0123456789' | wc -c)" -lt "1" ]
do
sleep 5
done
# HAP-mp.pl running now"
# Start here the update script after hap-mp.pl is loaded
sleep 2
cd /opt/hap/var/scripts
./update.pl
# Start Firefox
sleep 2
firefox
exit 0
Beispiel für "update.pl"
#!/usr/bin/perl -w
# Read from CU 100 the status of Address 80
system( "/opt/hap/bin/helper/hap-sendcmd2.pl", "destination 100 query device 80");
- HAP, was steckt dahinter
- Technische Dokumentation
- Schematische Darstellung
- Erklärung Upstream-Module / Upstream-Interface
- Funktionsweise des Bootloaders
- Erklärung CU, Server-CU und CCU
- Installation HAP auf dem Server
- Erste Schritte (Server & CU)
- Erstmalige Inbetriebnahme einer neuen Control-Unit
- Download HW Layouts & Bauteillisten
- Jalousieaktor
- Control Unit
- Relaisstufe
- Dimmerstufe
- LCD
- PC-Interface
- Zero-Cross-Detection
- Belegung Cat5 (Vorschlag)
- Systembewegungsmelder von Jung mit HAP einsetzen
- Autonome Steuerung für Aktoren (Dimmer, Jalousie, Reed, ...
- Scheduler
- Makros
- Direktes Login in die Web-GUI ohne Passwort-Dialog
- Firmware-Upload in die Config-GUI (Web-GUI)
- Debugging
- Datenbank-Wartung
- Umrechungsformel Dallas DS18S20
- HTML & Stream-integration