I got it working, for my own future reference:
The script (deurbel.sh):
#!/bin/sh
SnapFile="/var/tmp/camsnapshot.jpg"
# Get snapshot via Domoticz server
wget -O $SnapFile "http://**IP_ADDRESS_DOMOTICZ**:**PORT**/camsnapshot.jpg?idx=1"
# Send Telegram message with image
curl -s -X POST "https ...
Search found 6 matches
- Tuesday 06 March 2018 20:15
- Forum: Blockly
- Topic: Script not executed
- Replies: 1
- Views: 1098
- Monday 05 March 2018 21:27
- Forum: Blockly
- Topic: Script not executed
- Replies: 1
- Views: 1098
Script not executed
Hello community,
On this forum I've found a (doorbell) BASH-script that will capture an image from my camera and send it through Telegram to our mobiles.
#!/bin/sh
SnapFile="/var/tmp/camsnapshot.jpg"
# Get snapshot via Domoticz server
wget -O $SnapFile "http://**IP_ADDRESS_DOMOTICZ**:**PORT ...
On this forum I've found a (doorbell) BASH-script that will capture an image from my camera and send it through Telegram to our mobiles.
#!/bin/sh
SnapFile="/var/tmp/camsnapshot.jpg"
# Get snapshot via Domoticz server
wget -O $SnapFile "http://**IP_ADDRESS_DOMOTICZ**:**PORT ...
- Monday 01 January 2018 19:47
- Forum: Other questions and discussions
- Topic: Domoticz on action not functioning
- Replies: 1
- Views: 514
Re: Domoticz on action not functioning
While typing my previous post I had a revalation; external triggers don’t trigger the “On Action”. What I did was create an event in Blocky, when doorbell goes on run the doorbell-script (it’s as easy as that). It works like a charm. Only thing I’m wondering is why doesn’t the “On Action” run the ...
- Sunday 31 December 2017 16:48
- Forum: Other questions and discussions
- Topic: Domoticz on action not functioning
- Replies: 1
- Views: 514
Domoticz on action not functioning
Hi all,
My setup is the following:
Platform: Synology DS718+
OS: Synology DSM (latest)
Domoticz: latest (stable)
I have a doorbell (Byron 772) and instead of breaking the circuit of the doorbell I’ve adapted it a bit; a Wemos D1 mini with a relais shield is breaking the circuit to the 230v AC 8v ...
My setup is the following:
Platform: Synology DS718+
OS: Synology DSM (latest)
Domoticz: latest (stable)
I have a doorbell (Byron 772) and instead of breaking the circuit of the doorbell I’ve adapted it a bit; a Wemos D1 mini with a relais shield is breaking the circuit to the 230v AC 8v ...
- Sunday 12 November 2017 13:21
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Need help with MQTT
- Replies: 0
- Views: 690
Need help with MQTT
I've got a Domoticz, Tasmota setup running at home. Now I would like to include Sonoff.maddox.co.uk to mosquitto to display the latest Tasmota firmware version and when it changes it should send a update message to all connected devices.
My biggest challenge is connecting the Maddox-mosquitto server ...
My biggest challenge is connecting the Maddox-mosquitto server ...
- Sunday 27 August 2017 23:18
- Forum: Other questions and discussions
- Topic: How to revert from beta to stable on Pi?
- Replies: 29
- Views: 17599
Re: How to revert from beta to stable on Pi?
I know this thread is a bit "old", but....
After beta 3.8367 gave me some "http://"-errors causing me to loose the P1-read outs (electricity and gas) I wanted to go back to stable. After reading the Wiki instructions I tried another method:
- in "Settings -> System" I changed the release channel to ...
After beta 3.8367 gave me some "http://"-errors causing me to loose the P1-read outs (electricity and gas) I wanted to go back to stable. After reading the Wiki instructions I tried another method:
- in "Settings -> System" I changed the release channel to ...