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


  • 0

Heating off script


Question

Posted

Hey Guys.

Do any of you have a script override heating panel and add a new temp if somthing of state changes.

EX.

If IN2 on binary sensor changes state then heating manual set temp. at 4 C*

Someone have proberly already asked for this, but i cant find anything in the Forum. :/

thanks..

[ Added: 2014-03-11, 21:42 ]

I have made this, but i dont think its right ?

I think i am missing the part that returns to the heating panel ?

Please login or register to see this code.

7 answers to this question

Recommended Posts

  • 0
Posted

Heating panel should work or i didn't understand your question.

  • 0
Posted

This is quite straight forward. You just make a lua script which changes the "TargetLevel" of the valve (if you are using danfoss valves) this will change the temp directly on the valve (when it wakes up).

But remember that there will be a delay from you change the set point till it takes effect depending on your polling interval this might be as much as 15 minutes. So if you are thinking of an open window ("lufte ud") function, then you need to take this into account.

  • 0
  • Inquirer
  • Posted

    My script Works fine like i want it too.

    The only problem is that im missing the part that overides the heating panel.

    If i ex.

    Open a Window, the temp on the Danfoss valve have to be set at minimum.

    But i open a window and the heating panel hits ex. 12:00 and the panel is programed to set the level at 18 or 20 degrees. The open window function will not Work untill i close and open the window Again.

    ????

    • 0
    Posted

    Yeah... i've circumvened the heating panel all together and built an SQL database which will take as many setpoints as you want. It is controlled by an external php-script. As i don't have any position switches on my windows yet, I haven't got a function for it, but when I get my door sensors, it will mean that the governing scene will ignore the database until the window is registered as closed again and then return to the required setpoint. It is still a working progress, but once fully functioning it will be included in my ongoing control interface project. Perhaps you'll be able to utilize for your needs.

    But your problem highlights a very common problem with the HC2. As there is no plugin system, you are either forced to build an external control system or live with the functionality (or lack thereof) that fibaro provides.

    • 0
    Posted

    I have this follow script to control my Heating with Danffos Valves and Door/Window Sensors.

    The first Script:

    If the window longer as 60 sec open

    then read and save the value of Danfoss Thermo to global variable.

    The second Script:

    If window close for 60 sec

    then read the global variable and send the last temp value to the Danfoss valves and it is the same temp before window open.

    Please login or register to see this code.

    Please login or register to see this code.

    unfortunately they do not interfere with the heating panel a but run at the same time and i have the same problem with the main heating panel how "lassen" to

    • 0
  • Inquirer
  • Posted

    I think that somehow we have to activate manual heating in the heating panel ?

    • 0
    Posted

    What do you think about this ??

    Please login or register to see this link.

    If window open then put heating panel in holiday mode

    if window closed go back to normal mode

    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...