Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


Question

Posted

Hi 

Would somebody be able to confirm if Send Photo to user is working for them

This was working before (I think with 4.120) and this is the syntax and doesn't appear to be working now

running 4.130...

 

Please login or register to see this code.

Thanks

_f

13 answers to this question

Recommended Posts

  • 0
Posted

It's working with 4.120 for me.

  • 0
  • Inquirer
  • Posted
    13 minutes ago, szmyk said:

    It's working with 4.120 for me.

     

    Thanks @szmyk

    I think it worked for me also with 4.120 but stopped with 4.130

    • 0
    Posted

    Hi @AutoFrank,

     

    I just tested with above code and it is working for me on 4.130. I get the picture on my e-mail.

     

    • 0
  • Inquirer
  • Posted
    7 hours ago, Sankotronic said:

    Hi @AutoFrank,

     

    I just tested with above code and it is working for me on 4.130. I get the picture on my e-mail.

     

    Thanks @Sankotronic

    Are you using a plugin or the native 'add camera ?

    • 0
    Posted (edited)
    On 11/06/2017 at 10:54 AM, AutoFrank said:

    Thanks @Sankotronic

    Are you using a plugin or the native 'add camera ?

     

    Hi @AutoFrank,

     

    Sorry but I don't understand the difference between plugin and native add. I first installed Foscam generic plugin and then I added my cameras with add device window. Then I selected Foscam generic plugin since my model has no dedicated one and typed in commands for my camera.

     

    So, I thought that there is only plugin support for cameras and can you explain to me what you meant by 'native add camera'?

     

    EDIT

    I have installed my cameras as devices (not plugin) and sending camera image is working fine on my HC2 with 4.130.

    I try remotely to add my camera as plugin on 4.130 but can't make it work.

    Edited by Sankotronic
    • 0
    Posted

    It's working for me in 4.130.

    I have to say that I'm using blockscene's for this, in combination with my doorbells

    • 0
  • Inquirer
  • Posted

    Thanks @TRicky, I deleted my cameras (plugin based) to try and fix and can't add them back in so can't test :-) Are you running 4.13 or 4.131 ?

    • 0
    Posted

    @AutoFrank,

     

    I'm running 4.130.

    Didn't have the courage yet to upgrade :roll:

    • 0
  • Inquirer
  • Posted
    Just now, TRicky said:

    @AutoFrank,

     

    I'm running 4.130.

    Didn't have the courage yet to upgrade :roll:

     

    no worries, @TRicky Thanks

    • 0
    Posted

    im running 4.131 and all is well. most of my cameras are added as devices rather than with the plugin.

    sendPhotoToUser works fine

    • 0
    Posted

    I'm on Software Version:4.133. 

    sendPhotoToUser doesn't work for me on Hikvision ds2cd2132i. I tried switching between users, changing trigger device, even manually triggering directly on device (clicking on photo button), but I don't get the email... Strange is that in past this worked flawlessly and I didn't change anything except software upgrades. Please help!

     

    Here is my simple scene: 

    --[[
    %% autostart
    %% properties
    26 value
    %% weather
    %% events
    %% globals
    --]]

    local startSource = fibaro:getSourceTrigger();
    if (
     ( tonumber(fibaro:getValue(26, "value")) > 0 )
    or
    startSource["type"] == "other"
    )
    then
        fibaro:call(160, "sendPhotoToUser", "303");
    end

    • 0
  • Inquirer
  • Posted
    47 minutes ago, stylistic said:

    I'm on Software Version:4.133. 

    sendPhotoToUser doesn't work for me on Hikvision ds2cd2132i. I tried switching between users, changing trigger device, even manually triggering directly on device (clicking on photo button), but I don't get the email... Strange is that in past this worked flawlessly and I didn't change anything except software upgrades. Please help!

     

    Here is my simple scene: 

    --[[
    %% autostart
    %% properties
    26 value
    %% weather
    %% events
    %% globals
    --]]

    local startSource = fibaro:getSourceTrigger();
    if (
     ( tonumber(fibaro:getValue(26, "value")) > 0 )
    or
    startSource["type"] == "other"
    )
    then
        fibaro:call(160, "sendPhotoToUser", "303");
    end

     

    This is my experience as well

     

    All working okay before upgrade to 4.13

    • 0
    Posted

    hello all

    i have now version 4.133 beta and mine is still working fine.

    as i mentioned earlier i have set up my cameras as devices rather than using the plugin and all is well and still continues to work properly.

    i have hikvision and foscam cameras

    cheers

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Answer this question...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...