Search found 37 matches

by Atis
Sunday 13 December 2020 8:43
Forum: Zigbee
Topic: Zigbee2Tasmota
Replies: 34
Views: 12289

Re: Zigbee2Tasmota

Aah okay. Because you're working with the Temperature sensor you have to rewrite the rule. I used the PIR Motion Sensor so that's why I used the Occupancy option. Hello, I have aqara sensor. Can you help me what is the correct code? tele/tasmota_E265A8/SENSOR = {"ZbReceived":{"0xA055":{"Device ...
by Atis
Friday 11 December 2020 17:35
Forum: Android
Topic: HomeHabit Dashboard - Updates
Replies: 136
Views: 31126

Re: HomeHabit Dashboard - Updates

Hello,

Are you planning a motion detection wake up? And colors? :)
by Atis
Tuesday 24 November 2020 19:22
Forum: Other questions and discussions
Topic: Take snapshot with camera when ringing doorbell
Replies: 44
Views: 10925

Re: Take snapshot with camera when ringing doorbell

EddyG wrote: Tuesday 24 November 2020 10:31 The ^M comes probably from CR a leftover from the Windows editor?
So edit your script carefully again or retype it in Synology with a nano editor.
Problem Solved. Thank you your help.
by Atis
Tuesday 24 November 2020 17:11
Forum: Cameras
Topic: Synology Surveillance Station
Replies: 6
Views: 2205

Re: Synology Surveillance Station

azonneveld wrote: Tuesday 24 November 2020 10:16
Atis wrote: Tuesday 24 November 2020 9:56 One url can not include command, username, password? I need 2 steps? One login and one command?
Perhaps, but this is how i use it.
If you find out how to simplify the requests, please post your findings.
Thank you, the script working
by Atis
Tuesday 24 November 2020 9:56
Forum: Cameras
Topic: Synology Surveillance Station
Replies: 6
Views: 2205

Re: Synology Surveillance Station

This can be done using the surveillance station API. Described at page 55. https://global.download.synology.com/download/Document/Software/DeveloperGuide/Package/SurveillanceStation/All/enu/Surveillance_Station_Web_API.pdf Yes I find this API description, but I try and can not working. http://192 ...
by Atis
Tuesday 24 November 2020 6:54
Forum: Other questions and discussions
Topic: Take snapshot with camera when ringing doorbell
Replies: 44
Views: 10925

Re: Take snapshot with camera when ringing doorbell

So your are on a Synology, missed that. You don't need sudo if you are admin user. Try doing everything in your local dir e.g. /volume1/homes/admin (if you logged in with admin) and all the paths point to that dir even the video file. So the video file get create in your home dir. Not good. I think ...
by Atis
Monday 23 November 2020 14:00
Forum: Cameras
Topic: Synology Surveillance Station
Replies: 6
Views: 2205

Re: Synology Surveillance Station

This can be done using the surveillance station API. Described at page 55. https://global.download.synology.com/download/Document/Software/DeveloperGuide/Package/SurveillanceStation/All/enu/Surveillance_Station_Web_API.pdf Yes I find this API description, but I try and can not working. http://192 ...
by Atis
Monday 23 November 2020 12:47
Forum: Other questions and discussions
Topic: Take snapshot with camera when ringing doorbell
Replies: 44
Views: 10925

Re: Take snapshot with camera when ringing doorbell

It's clear that your version of ffmpeg needs the output format as a parameter, so just add that one. Evaluate the next possible error and add possible next parameter. In Linux the sudo command has to be: sudo <full path>/video.sh or if you are already in that path sudo ./video.sh Then sudo will ...
by Atis
Sunday 22 November 2020 19:24
Forum: Other questions and discussions
Topic: Take snapshot with camera when ringing doorbell
Replies: 44
Views: 10925

Re: Take snapshot with camera when ringing doorbell

Did you try with the simplest version? And did you try to start the script with sudo? #!/bin/sh SnapFile="/var/tmp/frontdoorcam.mp4" # Temp name of the video, change it when using this script for multiple cams VideoLength=5 # Seconds to record WaitTime=10 # Seconds the script waits before it sends ...
by Atis
Sunday 22 November 2020 17:37
Forum: Other questions and discussions
Topic: Take snapshot with camera when ringing doorbell
Replies: 44
Views: 10925

Re: Take snapshot with camera when ringing doorbell

Where does the '-rtsp_transport tcp' parameter come from, try without. Do you have right for '/var/tmp' ?? Try start the script with sudo <scriptname> Is the var $SnapFile correct defined? I need this parameter. ffmpeg -y -use_wallclock_as_timestamps 1 -rtsp_transport tcp -i $rtspUrl -r 30 -codec:V ...
by Atis
Sunday 22 November 2020 9:23
Forum: Other questions and discussions
Topic: Take snapshot with camera when ringing doorbell
Replies: 44
Views: 10925

Re: Take snapshot with camera when ringing doorbell

First error; stat: cannot stat ‘/var/tmp/frontdoorcam.mp4’: No such file or directory Can be ignored, because it is just bad programming. Second error: rtsp://admin:*******@192.168.10.9:554/ISAPI/Streaming/channels/101: Protocol not found states that ffmpeg does not get the 'right' stream or that a ...
by Atis
Friday 20 November 2020 19:44
Forum: Other questions and discussions
Topic: Take snapshot with camera when ringing doorbell
Replies: 44
Views: 10925

Re: Take snapshot with camera when ringing doorbell

It seems that you used a Windows program to edit the "videokuldo.sh" file. Use an editor which can save the file with only unix line endings, like Notepad2. Then try again. Not good :( rtsp://admin:********[email protected]:554/ISAPI/Streaming/channels/101 746563875:AAHdcYfA1 stat: cannot stat ...
by Atis
Friday 20 November 2020 17:59
Forum: Other questions and discussions
Topic: Take snapshot with camera when ringing doorbell
Replies: 44
Views: 10925

Re: Take snapshot with camera when ringing doorbell

It :D Works Hello, I try your code but I have many errors: videokuldo.sh: line 3: $'\r': command not found videokuldo.sh: line 10: $'\r': command not found rtsp://*****:*********@192.168.10.9:554/ISAPI/Streaming/channels/101 746563875:AAHdcYfA stat: cannot stat ‘/var/tmp/frontdoorcam.mp4’: No such f ...
by Atis
Friday 20 November 2020 7:54
Forum: Cameras
Topic: Synology Surveillance Station
Replies: 6
Views: 2205

Synology Surveillance Station

Hello,

I find synology Surveillance Station plugin for domoticz. I try 3 plugins but not work. I would like enable and disable some cameras.
Thank you,
by Atis
Friday 20 November 2020 7:43
Forum: Cameras
Topic: Start camera recording on surveillance station by switch
Replies: 14
Views: 12531

Re: Start camera recording on surveillance station by switch

I was searching for camera recordings on surveillance station when I found this (quite old) post. You don't really need this script anymore. You can add an action rule directly in surveillance station, telling it that an external device will do some actions you want (send a notification, start ...
by Atis
Friday 23 October 2020 18:26
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to install Domoticz on a Synology NAS
Replies: 577
Views: 190819

Re: How to install Domoticz on a Synology NAS

jumbotroll wrote: Friday 23 October 2020 18:06
Atis wrote: Friday 23 October 2020 17:32
Working. Thank you. Are you planning to support DSM 7?
No.
Read info on my website: http://www.jadahl.com
This is not good news :(
by Atis
Friday 23 October 2020 17:32
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to install Domoticz on a Synology NAS
Replies: 577
Views: 190819

Re: How to install Domoticz on a Synology NAS

And you did install the Python3 package from synology first? No python package installed because this python packge working whitout synology python package: domoticz_apollolake-6.2_2020.2.12340-8 I try update this package. It’s rolled back in latest beta because it was reported a lot of bugs, så if ...
by Atis
Friday 23 October 2020 16:36
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to install Domoticz on a Synology NAS
Replies: 577
Views: 190819

Re: How to install Domoticz on a Synology NAS

Hello I downloading and installing new synology 1019+ with pyton package. Installing ok but the package center can't runing the installed package. And you did install the Python3 package from synology first? No python package installed because this python packge working whitout synology python ...
by Atis
Friday 23 October 2020 9:36
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to install Domoticz on a Synology NAS
Replies: 577
Views: 190819

Re: How to install Domoticz on a Synology NAS

Hello I downloading and installing new synology 1019+ with pyton package. Installing ok but the package center can't runing the installed package.
by Atis
Thursday 17 September 2020 18:30
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 115733

Re: Python Plugin: Shelly MQTT

Good plugin