· rule "Weatherstation Humidity" when humidity out received update Item then as Number end rule...

10
Seite: 1

Transcript of  · rule "Weatherstation Humidity" when humidity out received update Item then as Number end rule...

Page 4:  · rule "Weatherstation Humidity" when humidity out received update Item then as Number end rule when then Weatherstation Humidity.postUpdate ( ( Float: :parseF10at (humidity out.

Seite: 4

😊

Page 9:  · rule "Weatherstation Humidity" when humidity out received update Item then as Number end rule when then Weatherstation Humidity.postUpdate ( ( Float: :parseF10at (humidity out.

Seite: 9

#/bin/bash

sudo ffmpeg -i rtsp://10.0.0.9:7447/59f88638ca14f9d67d696ef3_0 -ss 00:00:01.500 -f image2 -

vframes 1 -max_delay 500000 -rtsp_transport udp -y /home/openhabian/FFMPEG-SHELLSCRIPT/live.jpg

sleep 10

HOST=xxx

USER=xxx

PASSWD=xxx

FILE='live.jpg'

cd /home/openhabian/FFMPEG-SHELLSCRIPT/

ftp -n $HOST <<END_SCRIPT

quote USER $USER

quote PASS $PASSWD

cd /html/images/

binary

put $FILE

quit

END_SCRIPT

exit 0