Search found 17 matches

by matthijs
Wednesday 11 May 2016 15:29
Forum: Bash / PowerShell / Batch etc.
Topic: Script to get JPEG snapshot from RTSP-stream (ffmpeg)
Replies: 49
Views: 133775

Re: [Bash] Script to get JPEG snapshot from RTSP (EScam QD50

Hi matthijs, I have bought a Xiaomi Ants camera. Could you share your script how you got it setup up with this camera and Telegram? #!/bin/sh export DATETIME=`date +%Y%m%d%H%M%S` ffmpeg -i rtsp://CAMERAIP/ch0_0.h264 -vframes 1 -r 1 -s 1920x1080 /home/pi/domoticz/www/snapshots/$DATETIME.jpg cp /home ...
by matthijs
Monday 04 January 2016 17:02
Forum: Show your projects
Topic: Music in the bathroom
Replies: 28
Views: 23834

Re: Music in the bathroom

It's still working every day. I haven't changed a thing since I installed it, except for one reinstall because of a corrupt sd card (power failure). I thought I wanted more (multi room audio etc.) but that's not the case. The only thing that I maybe want to implement in the future is a morning ...
by matthijs
Wednesday 25 November 2015 13:29
Forum: Cameras
Topic: Motioneye [motion based with WEB GUI]
Replies: 21
Views: 15344

Re: Motioneye [motion based with WEB GUI]

I've used motioneye with domoticz. I installed it on an old raspberry pi to see if I could make my own digital wifi doorviewer from a doorviewer and an endoscope usb camera. It gives an URL (picture/1/current/) which you can use in domoticz. I was not satisfied with the speed. I wanted a picture ...
by matthijs
Wednesday 02 September 2015 11:00
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 217280

Re: [MyDomoAtHome] Support thread

I've send it to you. I'm willing to test it if you need it. Hello, so far I have an issue with the domoticz implementation and made a thread for gizmocuz: https://www.domoticz.com/forum/viewtopic.php?f=28&t=7841 I think it specific a problem with milights. I've found an article from someone who ...
by matthijs
Tuesday 01 September 2015 21:29
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 217280

Re: [MyDomoAtHome] Support thread

I've send it to you. I'm willing to test it if you need it.
by matthijs
Sunday 30 August 2015 12:19
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 217280

Re: [MyDomoAtHome] Support thread

I use to iOS 8.4.1 on my iphone. 2 questions please: - when you load http://YOUR_IP:3001/devices in your IOS browser, do you see your data? - do you have temperature devices in your Domoticz system? Tank you, When I load up that page I see all the data (I changed it to another port, but it should ...
by matthijs
Saturday 29 August 2015 12:35
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 217280

Re: [MyDomoAtHome] Support thread

Well it wasn't working with version 1.0, but version 1.1 (which was released a couple of days ago) is working like a charm. On an android phone it was already working, so I think version 1.0 had a couple of bugs. I use iOS version 8.4.1 on my iphone. The only thing missing is a working setpoint for ...
by matthijs
Friday 28 August 2015 10:06
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 217280

Re: [MyDomoAtHome] Support thread

I received an update from the iOS app today and now it works. It recognises my devices and I can switch the lights.
by matthijs
Monday 10 August 2015 11:01
Forum: Show your projects
Topic: Music in the bathroom
Replies: 28
Views: 23834

Re: Music in the bathroom

I have a PI in my bathroom with musicbox installed on it. http://www.pimusicbox.com/ It's also connected with a sound board from hifiberry , the amp+. So my speakers are direct connected to my pi , with great sound output. https://www.hifiberry.com/ampplus/ Now a would also control al of this with ...
by matthijs
Thursday 30 July 2015 11:14
Forum: Show your projects
Topic: Music in the bathroom
Replies: 28
Views: 23834

Re: Music in the bathroom

It's possible to run a bluetooth speaker from the same Pi. I had this working, but I couldn't get it working with spotify and I messed up the audio configuration. I tried several how to's to connect my bluetooth speaker to Kodi but none of them would work. It was indeed my first try because the ...
by matthijs
Wednesday 29 July 2015 10:41
Forum: Show your projects
Topic: Music in the bathroom
Replies: 28
Views: 23834

Music in the bathroom

I always wanted music in the bathroom when I'm showering. The normal solution of a lowered ceiling with speakers wasn't an option for me because I rent the apartment I live in. The next option was a Sonos but that's a bit expensive for just in the bathroom. So i thought why can't I connect a ...
by matthijs
Friday 10 July 2015 18:42
Forum: Bash / PowerShell / Batch etc.
Topic: Script to get JPEG snapshot from RTSP-stream (ffmpeg)
Replies: 49
Views: 133775

Re: [Bash] Script to get JPEG snapshot from RTSP (EScam QD50

It is working. I have almost the same code and copied your previous taken snapshots part. I also make a copy of the last snapshot and named it snapshot.jpg so I can use it to send a notification to Telegram (It is workaround I think, but I couldn't get it working otherwise). The only problem I have ...
by matthijs
Friday 10 July 2015 13:47
Forum: Bash / PowerShell / Batch etc.
Topic: Script to get JPEG snapshot from RTSP-stream (ffmpeg)
Replies: 49
Views: 133775

Re: [Bash] Script to get JPEG snapshot from RTSP (EScam QD50

I'm testing this script at the moment. I have the Xiaomi ants camera and I couldn't get it working with surveillance station from Synology. My rtsp stream, which was a big hurdle to get that working on the Xiaomi, is already 1280X720. When I use '-s 640x480' 'I get an image with 640x480 so the ...
by matthijs
Wednesday 03 June 2015 9:48
Forum: LUA
Topic: Pushnotification when dishwasher/washing machine is ready?
Replies: 105
Views: 40237

Re: Pushnotification when dishwasher/washing machine is read

dont forget the quotes Thank you for cleaning up the script. My coding skills aren't that good but I try and learn. I made switch_washingmachine local, because my real switch is called virt_wasmachine ( I used the script Thinkpad provided and edited it after I got the same problem with the push ...
by matthijs
Sunday 31 May 2015 14:33
Forum: LUA
Topic: Pushnotification when dishwasher/washing machine is ready?
Replies: 105
Views: 40237

Re: Pushnotification when dishwasher/washing machine is read

I suppose you can just use your script and add the tonumber() function and use the timer. I noticed that that right values where there, but the equation was not always done right. If lua can't read the value as a number it is nill. That is always lower than 2 or 3 watt so the script thinks the ...
by matthijs
Saturday 30 May 2015 21:59
Forum: Bash / PowerShell / Batch etc.
Topic: Wake Me Up light
Replies: 4
Views: 3427

Re: Wake Me Up light

Did you set the executing rights for this script correct? You can do this with "chmod 775 <your directory>"
by matthijs
Saturday 30 May 2015 21:53
Forum: LUA
Topic: Pushnotification when dishwasher/washing machine is ready?
Replies: 105
Views: 40237

Re: Create a Event or Lua to get push notification when dish

I took some time to rewrite it to a more 'logical' version: script_time_washingmachine.lua -- The name of the virtual washing machine switch local switch_washingmachine = 'virt_wasmachine' commandArray = {} --If actual consumption of measured by Z-Wave plug is higher than or equal to 4W ...