how send a snapshot of camera to telegram ? Topic is solved
Moderators: leecollings, remb0
-
- Posts: 112
- Joined: Tuesday 13 September 2016 9:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024.4
- Contact:
how send a snapshot of camera to telegram ?
hi guys.
can i send a snapshot of my ip camera to telegram ? for example when motion sensor is on send a snap shot as notification
i have a active bot in telegram. and i use this for send notifications and alarm of sensors. but now i want use for send snap shots of camera.
thank you
can i send a snapshot of my ip camera to telegram ? for example when motion sensor is on send a snap shot as notification
i have a active bot in telegram. and i use this for send notifications and alarm of sensors. but now i want use for send snap shots of camera.
thank you
-
- Posts: 62
- Joined: Thursday 29 December 2016 18:17
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Finland
- Contact:
Re: how send a snapshot of camera to telegram ?
Hi
I think that this thread is what you are looking for
http://domoticz.com/forum/viewtopic.php ... oto#p81428
I think that this thread is what you are looking for
http://domoticz.com/forum/viewtopic.php ... oto#p81428
-
- Posts: 112
- Joined: Tuesday 13 September 2016 9:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024.4
- Contact:
Re: how send a snapshot of camera to telegram ?
hi thank you. i will read thiskoowee wrote:Hi
I think that this thread is what you are looking for
http://domoticz.com/forum/viewtopic.php ... oto#p81428
-
- Posts: 2
- Joined: Friday 19 April 2019 10:41
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: how send a snapshot of camera to telegram ?
Topic is not available
-
- Posts: 153
- Joined: Wednesday 02 October 2019 11:47
- Target OS: Linux
- Domoticz version: 2023.1
- Location: DE / BY / LT
- Contact:
Re: how send a snapshot of camera to telegram ?
I had the exact same challenge, but could not find a solution from within Domoticz.
I solved it with Node-Red (really simple there).
I solved it with Node-Red (really simple there).
- waltervl
- Posts: 5155
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: how send a snapshot of camera to telegram ?
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
- jvdz
- Posts: 2189
- Joined: Tuesday 30 December 2014 19:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.107
- Location: Netherlands
- Contact:
Re: how send a snapshot of camera to telegram ?
.. and in case you like to send multiple snapshots in a group: viewtopic.php?p=277690#p277690
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
Re: how send a snapshot of camera to telegram ?
I use dzVents and the chatbot version. This the code.
Of which the numbers 5 en 2 resp. are the 2 mentioned camera's.
Code: Select all
dz.snapshot("Webcam Buiten;Voordeurbel","Er staat een bezoeker aan de voordeur!")
local chatid = telegram.getId('XXXX')
result = telegram.sendText(chatid, 'Voordeur bel is ringing!')
result = telegram.sendImage(chatid, 5)
result = telegram.sendImage(chatid, 2)
-
- Posts: 7
- Joined: Tuesday 17 November 2020 22:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024-2
- Contact:
Re: how send a snapshot of camera to telegram ?
Did you write a function telegram? There is no keyword telegram in dzVents as far as I know.
-
- Posts: 140
- Joined: Wednesday 17 December 2014 17:30
- Target OS: Linux
- Domoticz version: V3.8650
- Location: Jyväskylä, Finland
- Contact:
Re: how send a snapshot of camera to telegram ?
I think its this one:
https://www.domoticz.com/forum/viewtopic.php?t=21213
https://www.domoticz.com/forum/viewtopic.php?t=21213
LXC(x64 Ubuntu Xenial), RFXtrx433E, MySensors
Who is online
Users browsing this forum: No registered users and 1 guest