Search results

  1. P

    send Telegram notifications with pictures

    and it works! there is typo in git page, it should be: 127.0.0.1:3000/snapshot?camera=&CAM not 127.0.0.1:3000/snapshot?camera=$CAM !
  2. P

    send Telegram notifications with pictures

    yes, windows10. what I have now done: 1. download and extract from tlow92/blue-iris-telegram-bot clone/download button, extracted it to C:\blue-iris-telegram-bot 2. installed NodeJS Node.js node-v12.16.1-x64.msi 3. from "Node.js command prompt" I did go to C:\blue-iris-telegram-bot folder and...
  3. P

    send Telegram notifications with pictures

    ok, now it works almost. I have to run test from camera alert. almost: it triggers when I made movement, but snapshot or gif what it sends is 4days ago :rofl:
  4. P

    send Telegram notifications with pictures

    thanks, I did download ffmpeg and put it to c:\ffmpeg , then I added in windows environment settings path c:\ffmpeg\bin it still doesnt work, or no messages send thru telegram. I got first errors, but it was missing path in windows enviroment should be like "c:\ffmpeg\bin\" (without quotes)...
  5. P

    send Telegram notifications with pictures

    address was long one http://blueirisipaddress:81/ui3.htm I corrected to http://blueirisipaddress:81 now when alert goes, or when I send test alert it crashes: 5. Use {ip}:3000/snapshot?camera=$CAM in blue iris alert web request to get a snapshot (node:2280) UnhandledPromiseRejectionWarning...
  6. P

    send Telegram notifications with pictures

    I manage to get it start now. I made new bot and started with instructions. Anyway maybe its better to have own bot for blueiris. To another bot I get messages from home assistant. but it wont send any alerts or nothing. Idid enable those /snapshot and /gif , now I got same errors than @djsam
  7. P

    send Telegram notifications with pictures

    Well, I just googled because I dont have any experience with nodejs. those commands wasnt clear enough to run :) but it starts now with some errors. I added my token, blueiris url,blueiris username, and blueiris password. gives errors that its running allready.. I have allready one bot chat...
  8. P

    send Telegram notifications with pictures

    Hi I am new with nodejs. what are depencies ? "Use npm install inside project folder to install all the dependencies" something is missing: " C:\blue-iris-telegram-bot>npm install index.js + index.js@0.0.3 added 70 packages from 89 contributors and audited 175 packages in 6.012s found 0...
Top