I recently figured out that my scenes with sending picture to e-mail from a ip camera not working anymore. It stops working around November 2017, I think after update to 4.150 or 4.140.
Now running 4.170 on HC2 and command "sendPhotoToUser" not working. Button with camera logo on the device which used to send a snapshot to mail, also doesn't work.
Has anyone else same issue?
Code which should send a picture looks like this:
Exactly the same code coming from block scene, when I making new scene now and converting to lua.
--[[%% properties
874 value
%% weather
%% events
%% globals
--]]local startSource = fibaro:getSourceTrigger();if(( tonumber(fibaro:getValue(874,"value"))>0)-- id 874is triggering device
or
startSource["type"]=="other")then
fibaro:call(648,"sendPhotoToUser","2");--648is a camera id,2is a user id
end
Camera's settings and plugins/for cameras wasn't changed since this worked.
Question
jires 17
Hi
I recently figured out that my scenes with sending picture to e-mail from a ip camera not working anymore. It stops working around November 2017, I think after update to 4.150 or 4.140.
Now running 4.170 on HC2 and command "sendPhotoToUser" not working. Button with camera logo on the device which used to send a snapshot to mail, also doesn't work.
Has anyone else same issue?
Code which should send a picture looks like this:
Exactly the same code coming from block scene, when I making new scene now and converting to lua.
Camera's settings and plugins/for cameras wasn't changed since this worked.
Link to post
Share on other sites
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.