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


Sardar

Member
  • Posts

    10
  • Joined

  • Last visited

About Sardar

Profile information

  • Gender
    Male
  • Country
    The Netherlands

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Sardar's Achievements

Newbie

Newbie (1/8)

1

Reputation

  1. Thanks again for all your effort! I've run you scripts for a few days now. I've tried your new code from the first post but I get a " Number of instances of scene has been reduced due to high memory usage. "-message from Fibaro for all scene. I've added a 0 to all the sleeps and time-out's, but I still directly get the same message when I press "start". I've set the scene's to: Max. Running instances: 1 Run Scene: Automatic I've done a complete reset, these are the only scene's I'm running and I got about 9 devices coupled. Any ideas? Never mind, solved with reboot
  2. Ahh... I understand. I haven't seen it before either... But keep us posted... I'm a simple Locksmith [www.sleuteldirect.nl working on a new website http://www.sleuteldirect.nl/particulier] But I've finished IT (Human Computer Interaction) at the University of Amsterdam. So ten years ago I learned C, C++, a bit of java and so some of the programming stuck..... So now I'm planning to code https://forum.fibaro.com/index.php?/topic/23028-lua-hc2nestdanfoss-lc13, which shouldn't be that hard... Just hope it's gonna work
  3. I've got a HC2, Nest and some Danfoss-valves, eventually I want a Multi-zoned Heating Systems. = Modulating through a Nest = Problem is I live in The Netherlands and out here usually have Modulating Central Heating Systems. So I can't just use The Heating Panel and keep my pipes heated or not according to the outside temperature. With the Modulating system, I need to control my Central Heating through for example a Nest. I am controlling the Nest through an API, with the help of @TW1979 in topic "https://forum.fibaro.com/index.php?/topic/22466-nest-thermostat-v3-fibaro-plugin-not-updating-workaround-found" = LUA = I've read up on the Danfoss-radiator valves. (special thanks to: @tinman@Momos@hTiger1@petergebruers) * They're not that reliable. So before I start with the Multi-zone-LUA, here is my description of the LUA I'm gonna write for the one-room-system. Can someone tell me if this is gonna work? Global Variables: int Target_Temp_room1 Function:SCHEDULE Trigger : Time Action : Changes Target_Temp_room1 Function:EDIT Target_Temp_room1 WHEN THERMOSTAT IS CHANGED MANUALLY Trigger : Physical changes at Thermostat or manual changes in Fibaro GUI. Action : Change the Target_Temp_room1 accordingly Function:TURN ON CENTRAL HEATING (by turning on the Nest) Trigger : Target_Temp_room1 is changed PreExec : Check if I am home (if I'm Away do nothing) Action : check how much the Target_Temp_room1 is away from the FIBMOTION:current_temp_room1 (=Temp_Difference_room1) --> Set API:Nest_target to API:Nest_Current_Temp + Temp_Difference. Set the Thermostat to Target_Temp_room1 if it isn't already. Function:TURN OFF CENTRAL HEATING Trigger : Room Temperature has reached the Target_Temp Action : Set API:Nest_target to API:Nest_Current_Temp * https://forum.fibaro.com/index.php?/topic/22592-danfoss-valves-and-room-sensor-winter-is-upon-us https://forum.fibaro.com/index.php?/topic/21275-danfoss-lc-13-how-does-it-work http://www.vesternet.com/knowledgebase/technical/kb-7 https://forum.fibaro.com/index.php?/topic/21899-danfoss-thermostat https://forum.fibaro.com/index.php?/topic/22644-4100-danfos https://forum.fibaro.com/index.php?/topic/19782-thermostat-danfoss-lc13-versus-devolo-thermostat https://forum.fibaro.com/index.php?/topic/22981-nest-fibaro-z-wave-radiator-valves https://forum.fibaro.com/index.php?/topic/22466-nest-thermostat-v3-fibaro-plugin-not-updating-workaround-found
  4. Nice! Maybe you can substitute "verwarming" to "state" with the options [verwarmen,eco,uit]? By the way, do you know if it's possible to add a drop-down menu to a VD so that we can change the temperature in the overview. Like this: pS: of you don't mind me asking, what do you do dor a living?
  5. @TW1979 Thanks a lot! I've got it to work last night! (The refresh Scene did stop around 01:50 at night, without any Debug info, but I've restarted it and it works fine now!) @Kfruechtl You are asking the exact same questions I'm having! About the Heating Panel, I have some motion detectors and Danfoss Thermostats and I would like to make this: Away --> 15 Degrees Celsius Home --> - Zoned Heating Panel - if there is a difference between the Temperature and the Danfos Thermostats (let's say with 2,5 Degrees) Adjust Nest_Temp to [Nest_temp + 2,5] - Time-out of 5 minutes [To avoid the Central Heating System to go on and off every 2 seconds...] When the temperature is adjusted manually (on the Danfoss Thermostat or in the Fibaro GUI) the adjustment has to stick till the HeatingPanel says otherwise. Is is possible to add this to the HeatingPanelFunctionality?
  6. we are more then a year later. Is this possible yet?
×
×
  • Create New...