Die Suche ergab 15 Treffer

von tomazmla
15.06.2014, 21:54
Forum: Softwareentwicklung für die HomeMatic CCU
Thema: Viessmann Heizung steuern
Antworten: 40
Zugriffe: 37474

Re: Viessmann Heizung steuern

Hello

I'm using USB Optolink connected to RPI to control my Viessmann heating. On the RPI I use PHP web site to control Optolink using shell commands like this:
<?php $output = exec('/home/vcontrold/vclient-arm -h 127.0.0.1:3002 -f ./vc-off.txt -t ./off.tmpl.htm -x ./off.htm'); ?>

Regards,
Tomaz
von tomazmla
03.04.2014, 23:19
Forum: HomeMatic Apps und Desktop-Anwendungen
Thema: Outdoor Digitus Optimus
Antworten: 16
Zugriffe: 5554

Re: Outdoor Digitus Optimus

Hello You cannot user rtsp address on your ipad. Maybe with VLC installed... It would be better if you try other url's with connection type "JPEG" like this one: http://IPADDRESS/cgi-bin/net_jpeg.cgi?ch=[CHANNEL]. Use 0 or 1 for channel. Or this one: http://IPADDRESS/snapshot.jpg?account=[USERNAME]&...
von tomazmla
02.04.2014, 23:13
Forum: HomeMatic Apps und Desktop-Anwendungen
Thema: Outdoor Digitus Optimus
Antworten: 16
Zugriffe: 5554

Re: Outdoor Digitus Optimus

Hello

Here you will find some possible URLs for your camera:
http://www.ispyconnect.com/man.aspx?n=digitus

Regards,
Tomaz
von tomazmla
12.01.2014, 22:17
Forum: HomeMatic Aktoren und Sensoren (klassisch)
Thema: Viessmann Heizungssteuerung
Antworten: 2
Zugriffe: 1912

Re: Viessmann Hezungsstuerung

Hello

Take a look at this: http://openv.wikispaces.com/.

Regards,
Tomaz
von tomazmla
11.09.2013, 22:10
Forum: HomeMatic Aktoren und Sensoren (klassisch)
Thema: Wechselstromklingel mit Funkaktor auslesen
Antworten: 47
Zugriffe: 8821

Re: Wechselstromklingel mit Funkaktor auslesen

I would modify a receiver of the mw-Bell System. As far as I understood, the receiver has 3 LEDs indicating that somebody is pressing the door bell. I would buy an additional receiver, electrically substitue one of the 3 LEDs by the LED of a PHOTOMOS-Relay e.g. Voelkner S71618. The "contact" of the...
von tomazmla
09.09.2013, 23:08
Forum: HomeMatic Aktoren und Sensoren (klassisch)
Thema: Wechselstromklingel mit Funkaktor auslesen
Antworten: 47
Zugriffe: 8821

Re: Wechselstromklingel mit Funkaktor auslesen

Hi klassisch and thank you for your reply. I'm interested in connecting my wireless gong Bell 201 to Homematic (possible to HM-SCI-3-FM) so that I can make use of the info that someone is at the door (play sound, send push notification when not at home, grab camera image from doorstep and send it by...
von tomazmla
08.09.2013, 21:09
Forum: HomeMatic Aktoren und Sensoren (klassisch)
Thema: Wechselstromklingel mit Funkaktor auslesen
Antworten: 47
Zugriffe: 8821

Re: Wechselstromklingel mit Funkaktor auslesen

Hello all I have similar situation as metaxa. I would like to connect my wireless gong Bell 201 to Homematic (possible to HM-SCI-3-FM). As mentioned in the manual the bell enables connection to existing gong system. Should I use the same approach as suggested (rectifier + relay)? Links: - wireless g...
von tomazmla
10.03.2013, 01:22
Forum: HomeMatic allgemein
Thema: Router mit DD-WRT auslesen ?
Antworten: 8
Zugriffe: 2322

Re: Router mit DD-WRT auslesen ?

Hi I created this script (check_presence.sh): while [ 1 ]; do wl assoclist | awk '{print$2}' > /jffs/tmp/assocLIST while read assocLINE do LANIP=$(awk '/'"$assocLINE"'/ {print$1}' /proc/net/arp) if [ "$LANIP" == "192.168.1.7" ]; then wget -q -O /dev/null 'http://192.168.1.15/config/xmlapi/statechang...
von tomazmla
16.12.2012, 21:31
Forum: HomeMatic allgemein
Thema: Webcam installieren - Alarmanlagen-Programmierung
Antworten: 13
Zugriffe: 7874

Re: Webcam installieren - Alarmanlagen-Programmierung

Hello I implemented kind of alarm system using this cheap IP web camera http://www.chinavasion.com/china/wholesale/IP_Cameras/PTZ_IP_Cameras/Pan_Tilt_IP_Camera . It is a Foscam FI8918W clone and can be programed using URL commands (using withs exec and wget in HomeMatic scripts) documented here: htt...

Zur erweiterten Suche