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


MDC

Member
  • Posts

    524
  • Joined

  • Last visited

1 Follower

About MDC

  • Birthday 01/18/1986

Profile information

  • Gender
    Male
  • Country
    Europe
  • Gateway/s
    Home Center 2
    Apple TV
    Other / Inne
  • Interests
    FIBARO

Recent Profile Visitors

902 profile views

MDC's Achievements

Contributor

Contributor (4/8)

77

Reputation

  1. I have some Fibaro modules that is used to measure consumption to some heaters. The energy is used to a calculation that show me at the end of the month total consumption for my heating system. Since one module is defective and need to be replaced with new one, so my question is that I can add to the new module database consumption value from pld module so at the end of the month to have corect consumption for home. thanks
  2. Any news? I plan to move to HC3, but missing alarm plugin is a problem for me.
  3. Hehe...HC3 is on his box...it has some bugs..they need time to make it works....
  4. until finish...all of this will be in HC3 by default :))
  5. and what need to use to break line ?
  6. yes The problem is when need to add new line on message, that block my code: \n is not supported and email is not sent, /n and <br> not used also. Then main problem now is how to add new line? local subject = "Custom subject" local message = "Custome message \n new line" fibaro.call({120}, "sendEmail", subject, message)
  7. it's ok no, I never try old lua, just read new manual. I can't use local values into message: local email = "[email protected]" local subject = "Custom subject" local message = "Custom message" --fibaro:call(email, "sendEmail", subject, message)
  8. Hello, I try severals methods to send custom email to HC3, but is drive me crazy. If for HC2 I use : fibaro:call(*user id*, "sendEmail", "*Insert Subject*", "*Insert Message*") for HC3 I can send custom email to a specific user ID: fibaro.alert("email", {2}, "Test notification") Anyone have a solution to send custom message to a specific email with subject and content like HC2?
  9. YES. if you really need to try, use battery external and make some test....
  10. Don’t try this! Battery will overcharge because you don’t have an BMS to control the charge. If battery overcharged may explode and can burn.
  11. MDC

    HC3 variable

    Seems to work, thank you. I don't like that they change LUA...
  12. MDC

    HC3 variable

    DECLARATIONS (Conditions/Triggers) { conditions = { { id = 26, isTrigger = true, operator = "==", property = "value", type = "device", value = true } }, operator = "all" } ACTIONS local iPhone = fibaro.getGlobalVariable ("iPhone") fibaro.call(24, 'turnOn') fibaro.setTimeout(5*1000, function() fibaro.call(24, 'turnOff') fibaro.alert('push', iPhone, 'Salut Claudiu') fibaro.debug("scena de test", "Mesaj debug 3") end)
  13. MDC

    HC3 variable

    Hi, don't work… I try in HC3 LUA….that mess….
  14. MDC

    HC3 variable

    Any suggestion how to use variable ID to send a push message? local telefon = fibaro.getGlobalVariable("TelefonClaudiu") fibaro.call(24, 'turnOn') fibaro.setTimeout(5*1000, function() fibaro.call(24, 'turnOff') fibaro.alert('push', {telefon}, 'Salut Claudiu') fibaro.debug("scena de test", "Mesaj debug 3") end)
×
×
  • Create New...