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
MagicT 0
Hello everybody,
I created a new scene for testing which should send me an email if the power consumption is > 10 watt. In this case I used the wall plug from Fibaro.
I have two issue for which I have no answer.
A)
I received not only one mail if TV has been switched on. I receive dozens and more.
Please login or register to see this image.
/emoticons/default_icon_sad.gif" alt=":-(" />B) based on the attached screen shot I would like to know where in the settings of HC2 I can change the information marked in the red box.
Obviously I typed at the beginning of setting up the Zwave enviroment (6 months ago) something like "Rasensprenger an" -> "sprinkler on" but I don't know where to change this wording and/or to insert new "phrases".
Furthermore pls. find below the LUA code, although I solely work with the graphic.
--[[
%% properties
10 valueSensor
%% globals
--]]
local startSource = fibaro:getSourceTrigger();
if (
( tonumber(fibaro:getValue(10, "valueSensor")) >= 10 )
or
startSource["type"] == "other"
)
then
fibaro:call(2, "sendDefinedEmailNotification", "1");
end
I would be happy if someone can help me.
Best,
MagicT
Please login or register to see this attachment.
6 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.