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


Search the Community

Showing results for tags 'hc3'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • FIBARO Community
    • FIBARO Portal and Forum policy
    • FIBARO
    • Say hello!
    • Off-topics
  • FIBARO Update
    • FIBARO System Update
    • FIBARO Mobile Update
  • FIBARO Community Support
    • Scenes and Interface
    • FIBARO Products
    • FIBARO Mobile
    • FIBARO HomeKit
    • FIBARO Assistant Integrations
    • Other Devices / Third-party devices
    • Tutorials and Guides
    • Home Automation
    • Suggestions
  • FIBARO Społeczność
    • FIBARO
    • Przywitaj się!
    • Off-topic
  • FIBARO Aktualizacja
    • FIBARO System Aktualizacja
    • FIBARO Mobile Aktualizacja
  • FIBARO Wsparcie Społeczności
    • Sceny i Interfejs
    • FIBARO Urządzenia
    • FIBARO Mobilnie
    • FIBARO HomeKit
    • Integracja z Amazon Alexa i Google Home
    • Urządzenia Firm Trzecich
    • Poradniki
    • Automatyka Domowa
    • Sugestie

Categories

  • Scenes
  • Virtual Devices
  • Quick Apps
  • Icons

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Facebook


Google+


Skype


Website URL


WhatsApp


Country


Gateway/s


Interests

  1. Witajcie, Tygodnie na YouTube i wieczory na testach przeniosłem do mojego poradnika. Wrzucam instrukcję krok po kroku, jak zintegrować HC3 z Satel Integra 32. Celem jest nie tylko integracja Integra z HC3, ale stworzenie komunikacji, która pozwala na wykorzystanie manipulatora Satel do wyzwalania konkretnych scen w HC3. Stan na dzien Maj 2024. Konfiguracja centrali alarmowej SATEL i HC3.pdf
  2. Version 1.0

    14 downloads

    Tempest Weather Station QA v1.0 Standalone INTRODUCTION Tempest Weather station QA brings complete integration of Tempest weather station to HC3, HC3Lite and Yubii Home users. PREREQUISITES Fibaro HC3, HC3Lite or Yubii Home with firmware 5.150 or greater One or more Tempest Weather station FEATURES Complete integration of Tempest weather station with HC3, HC3Lite and Yubii Home Automatically changes measurement units and recalculates them when user change the units in the mobile app. After adding child QA by using button on main QA user can remove unwanted ones. Removed child QA can be added again. Has button for manually update QA. QA has built in multi-language support with 32 languages included. QA can use HC selected language or user can select any other available language. AVAILABLE DOWNLOAD Tempest Weather station QA v1.1 Standalone Tempest Weather station QA User manual v1.0EN TERMS AND CONDITIONS Permission to use, copy, modify and distribute this software and its documentation for educational, research, personal use and non-profit purposes, without fee and without a signed licensing agreement is hereby granted, provided that the copyright notice, with "Terms and conditions" and "Disclaimer" appear in all copies, modifications and distributions. It is strictly forbidden to sell, rent, lease and/or lend this software for profit without prior consent from the Author. DISCLAIMER This software is provided by copyright owner "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the author and distributor be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. Fibaro a Nice company and their employees are not responsible for support of this QA. Please contact the author Sankotronic, on the Fibaro Forum, for any questions or support required. VERSION HISTORY 1.0 - first public release as open source. LOOK & FEEL Enjoy coding and your new Tempest weather station QA! Sankotronic
  3. I red lots of feeds but I cant find one single, not complicate device wakeup script for HC3. Im not programmer but I can work with not complicated code.. I have this few lines from older threads in fibaro forum. I have something like this: --[[ %% autostart %% globals --]] fibaro:getvalue(107, ´dead´) to wake up: fibaro:call(107, "wakeupdeaddevice" OR fibaro:wakeUpDeadDevice(107, 1); But I cant go through.. shows error (load):1: Assertion failed: Expected number BUT HOW to get functional little script from these lines... THANK YOU very much for any idea.
  4. I can't connect to HC3. FIBARO is no news about when the system will be back.
  5. Hello I have searched but couldn't find anything about how to update the values in the home screen from a Quick app I have a app that have changing values(string) and would be nice to have that info also in the home screen. Not sure what these are called.
  6. Dzień dobry. Być może coś źle robię, ale mimo usilnych starań nie udało mi się dodać żadnego urządzenia Zigbee do centrali HC3 podłączonej w trybie SLAVE. Na centrali MASTER - wszystko działa bez zarzutu. Slave - nie widzi zigbee. Może ktoś zna rozwiązanie tego problemu? Będę wdzięczny za pomoc.
  7. I want to do some normal validation of the UI (normal for people other than Fibaro which doesn't seem to understand the finer things of the user interface concepts). My immediate desire is to take two values from the UI and pass them both to the API where they will be processed. The device is a thermostat and is using the com.fibaro.hvacSystemAuto device type. This presents the user a heating setpoint and a cooling setpoint when the thermostat is in Auto mode. But when the "Set" button is pressed, it sends the heat setpoint as an action, then it sends the cool setpoint. But the API expects both setpoints when the device is in Auto. Further, it burps if the heat setpoint is hotter than the cool setpoint. Even worse, the device control is in the cloud so the round trip is quite slow. It appears that the heat setpoint property I retrieve using fibaro.getValue(self.id, "heatingThermostatSetpoint") doesn't appear to be the value which was just sent (and passed to the cloud) during the heat setpoint onAction() method [remember, BOTH values are sent to the API on each call]. My original idea was to adjust the current setpoints so that the cooling setpoint was 2° higher than the heating setpoint when that setpoint is about to be set if they are not already in a valid state. Then, during the cooling setpoint adjustment, I would change the heating setpoint to be 2° cooler than the cooling setpoint if they are not already in a valid state. Of course an even better solution would be to be able to peek at the other setpoint in the UI and send it. And ideally, I would like to be able to keep the state of the two setpoints in a valid state at all times. The app used by the thermostat adjusts the heating down if the cooling setpoint is adjusted down too much or it adjusts the cooling up if the heating setpoint is adjusted up too much. So it would be good practice to do something similar in the Fibaro UI. 🙄 But that's not likely to happen anytime in my lifetime or my children's lifetimes either. The code I'm using is: elseif (self.properties.thermostatMode == "Auto") then self:debug('Original coolingThermostatSetpoint ' .. self.properties.coolingThermostatSetpoint) -- The coolingThermostatSetpoint must be greater than the heatingThermostatSetpoint. -- Since both the heating and cooling setpoints are updated individually but the -- API must be adjusted for both values at the same time, there are problems when -- the heating setpoint is hotter than the cooling setpoint. Solution (for now) is to -- adjust the coolingThermostatSetpoint to be 2° higher than the new heatingThermostatSetpoint. -- **Note: If the user has not set these two setpoints correctly, the actual heating and cooling -- setpoints will reflect a 2° difference from whichever setpoint has been called last. local coolValue = fibaro.getValue(self.id, 'coolingThermostatSetpoint') self:debug(string.format("getValue() returned %f", coolValue)) if coolValue <= roundedHeatValue then coolValue = roundedHeatValue + 2 end My first pass used the self.properties.coolingThermostatSetpoint value. Then I tried the call to fibaro.getValue() but that didn't seem to help either. The code to set the cooling setpoint is a duplicate of the above except the heating setpoint is adjust downward by 2 vs. the cooling setpoint being adjusted upward. So what am I doing wrong? Thanks in advance to any ideas or solutions. Peter PS: After working on this some more I FINALLY recognized this is a symptom of the async nature of web communication. Both setpoints are called back to back (duh). But the first call gets all the way to sending the API command out and then yields while that happens asynchronously. Then the other setpoint is changed and does the same thing. EXCEPT, the original heating setpoint has not been updated in the hub because that process is not executed until the success of the API call. I know how basic this is to people but I'm something of a dinosaur and cannot get it through my pea-sized, dinosaur brain that things have to happen asynchronously because of the latency of internet communications. Ok....now I'm back on board with all of this and I must find some elegant solution to resolve this. Forgive me for showing my ignorance but I learned a valuable lesson (again, but maybe it will stick this time).
  8. Czy ktoś może pomóc w wykonaniu QA? Potrzebne aby QA : - po naciśnięciu przycisku wykonało - "open" danego urządzenia - sprawdziło stan czujnika binarnego i zwróciło jego wartość w formie "otwarte" gdy true lub "zamknięte" gdy false - wpisało stan czujnika w etykiecie QA Przykład: function QuickApp:wjazd_open() -- nazwa przycisku QA hub.call(1955, "open") -- otwarcie bramy (smart implant zwiera styki) self:updateView("wjazd_label", "text", "Brama wjazdowa: " .. tostring(hub.getValue(152, "value")) ) -- 152 to czujnik otwarcia bramy end
  9. Hi everyone, I have a lua scene that turns a light on when motion is detected and turns it off after 1 minute. How can I make it not turn the light off if it has been previously turned on manually using the switch? Here is the code for the scene { conditions = { { id = 220, isTrigger = true, operator = "==", property = "value", type = "device", value = true } }, operator = "all" } fibaro.call(185, 'turnOn') fibaro.setTimeout(60000, function() fibaro.call(185, 'turnOff') end) Thanks a lot
  10. Version 1.0

    25 downloads

    Nanoleaf Aurora QA standalone v1.0 INTRODUCTION Nanoleaf Aurora QA brings complete integration of Nanoleaf Aurora light panels to HC3, HC3Lite and Yubii Home. PREREQUISITES Fibaro HC3, HC3Lite or Yubii Home with firmware 5.150 or greater Nanoleaf Aurora light panels FEATURES Enables HC3, HC3Lite and Yubii Home to control Nanoleaf Aurora lights and show their status Can control brightness, hue, saturation, color temperature and activate color effects QA automatically updates list of the available effects when added or deleted with Nanoleaf mobile application Has buttons for light effects selection and activation Selected and running effect type can be recognized by emoji icon in front of the of the effect name. If Nanoleaf Aurora light has attached Rhythm module this QA will recognize it and enable selection between built in microphone or AUX input. Rhythm module is automatically activated when rhythm effect is activated Has button for generating authorization token for easy connection to the Nanoleaf Aurora light QA has built in multi-language support with 32 languages included. QA can use HC selected language or user can select any other available language. AVAILABLE DOWNLOAD Nanoleaf Aurora QA v1.0 Nanoleaf Aurora QA User manual v1.0 TERMS AND CONDITIONS Permission to use, copy, modify and distribute this software and its documentation for educational, research, personal use and non-profit purposes, without fee and without a signed licensing agreement is hereby granted, provided that the copyright notice, with "Terms and conditions" and "Disclaimer" appear in all copies, modifications and distributions. It is strictly forbidden to sell, rent, lease and/or lend this software for profit without prior consent from the Author. DISCLAIMER This software is provided by copyright owner "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the author and distributor be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. Fibar Group S.A. and their employees are not responsible for support of this QA. Please contact the author Sankotronic, on the Fibaro Forum, for any questions or support required. VERSION HISTORY 1.0 - first public release as open source. LOOK & FEEL Enjoy coding and your new Nanoleaf Aurora QA! Sankotronic
  11. Version 1.0

    22 downloads

    Nanoleaf Shapes QA standalone v1.0 INTRODUCTION Nanoleaf Shapes QA brings complete integration of Nanoleaf Canvas, Shapes, Lines and Elements lights to HC3, HC3Lite and Yubii Home. PREREQUISITES Fibaro HC3, HC3Lite or Yubii Home with firmware 5.150 or greater Nanoleaf Canvas, Shapes, Lines or Elements light FEATURES Enables HC3, HC3Lite and Yubii Home to control Nanoleaf lights and show their status Can control brightness, hue, saturation, color temperature and activate color effects QA automatically updates list of the available effects when added or deleted with Nanoleaf mobile application Has buttons for light effects selection and activation Selected and running effect type can be recognized by emoji icon in front of the of the effect name. Nanoleaf Canvas, Shapes, Lines and Elements light control panel has built in Rhythm module and there is no AUX input available. Rhythm module is automatically activated when rhythm effect is activated Has button for generating authorization token for easy connection to the Nanoleaf light QA has built in multi-language support with 32 languages included. QA can use HC selected language or user can select any other available language. AVAILABLE DOWNLOAD Nanoleaf Shapes QA v1.0 Nanoleaf Shapes QA User manual v1.0 TERMS AND CONDITIONS Permission to use, copy, modify and distribute this software and its documentation for educational, research, personal use and non-profit purposes, without fee and without a signed licensing agreement is hereby granted, provided that the copyright notice, with "Terms and conditions" and "Disclaimer" appear in all copies, modifications and distributions. It is strictly forbidden to sell, rent, lease and/or lend this software for profit without prior consent from the Author. DISCLAIMER This software is provided by copyright owner "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the author and distributor be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. Fibar Group S.A. and their employees are not responsible for support of this QA. Please contact the author Sankotronic, on the Fibaro Forum, for any questions or support required. VERSION HISTORY 1.0 - first public release as open source. LOOK & FEEL Enjoy coding and your new Nanoleaf Shapes QA! Sankotronic
  12. Version 1.1

    54 downloads

    Netatmo Indoor Air Quality Monitor QA standalone v1.1 INTRODUCTION Netatmo Indoor Air Quality Monitor QA brings complete integration of Netatmo Indoor Air Quality Monitor (coach) to HC3, HC3Lite and Yubii Home users with support for more than one monitor. PREREQUISITES Fibaro HC3, HC3Lite or Yubii Home with firmware 5.150 or greater One or more Netatmo Indoor Air Care Monitor (coach) FEATURES Complete integration of Netatmo Indoor Air Quality Monitor(s) Only one QA is needed for multiple Netatmo Indoor Air Quality Monitors Smart update system that follows Netatmo Indoor Air Quality Monitors cloud updates Netatmo Indoor Air Quality Monitor measurements are shown on child devices added for each measurement of all monitors QA has built in multi-language support with 32 languages included. QA can use HC selected language or user can select any other available language. AVAILABLE DOWNLOAD Netatmo Indoor Air Quality Monitor QA v1.1 Netatmo Indoor Air Quality Monitor QA User manual v1.1 TERMS AND CONDITIONS Permission to use, copy, modify and distribute this software and its documentation for educational, research, personal use and non-profit purposes, without fee and without a signed licensing agreement is hereby granted, provided that the copyright notice, with "Terms and conditions" and "Disclaimer" appear in all copies, modifications and distributions. It is strictly forbidden to sell, rent, lease and/or lend this software for profit without prior consent from the Author. DISCLAIMER This software is provided by copyright owner "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the author and distributor be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. Fibar Group S.A. and their employees are not responsible for support of this QA. Please contact the author Sankotronic, on the Fibaro Forum, for any questions or support required. VERSION HISTORY 1.1 - first public release as open source. LOOK & FEEL Enjoy coding and your new Netatmo Indoor Air Care Monitor QA! Sankotronic
  13. Version 1.1

    103 downloads

    Netatmo Weather Station QA standalone v1.1 INTRODUCTION Netatmo Weather station QA brings complete integration of Netatmo weather station to HC3, HC3Lite and Yubii Home users including rain and wind gauges and support for more than one station. PREREQUISITES Fibaro HC3, HC3Lite or Yubii Home with firmware 5.150 or greater One or more Netatmo Weather station FEATURES Complete integration of Netatmo weather station with HC3, HC3Lite and Yubii Home including rain gauge and anemometer Only one QA is needed for any number of Netatmo Weather stations and their included modules. Support for Netatmo weather station main module without outdoor module included Support for maximum 3 additional indoor modules per station Smart update system that follows Netatmo weather station cloud updates Netatmo weather station measurements are shown on child devices added for each measurement of all stations and their modules found QA has built in multi-language support with 32 languages included. QA can use HC selected language or user can select any other available language. AVAILABLE DOWNLOAD Netatmo Weather station QA v1.1 Netatmo Weather station QA User manual v1.1 TERMS AND CONDITIONS Permission to use, copy, modify and distribute this software and its documentation for educational, research, personal use and non-profit purposes, without fee and without a signed licensing agreement is hereby granted, provided that the copyright notice, with "Terms and conditions" and "Disclaimer" appear in all copies, modifications and distributions. It is strictly forbidden to sell, rent, lease and/or lend this software for profit without prior consent from the Author. DISCLAIMER This software is provided by copyright owner "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the author and distributor be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. Fibar Group S.A. and their employees are not responsible for support of this QA. Please contact the author Sankotronic, on the Fibaro Forum, for any questions or support required. VERSION HISTORY 1.1 - first public release as open source. LOOK & FEEL Enjoy coding and your new Netatmo weather station QA! Sankotronic
  14. I have an issue with removing a Danalock from my HC3. I first tried to reconfigure the lock but it does not reconfigure, this is weeks ago. When trying to remove the lock nothing happens. when I try to force delete the lock I get the following Z-Wave trace: ”ID 1607: NOP sending succeeded. The device has not been removed. Please use Learning Mode to remove it.” Is there any other way to delete the device?
  15. Hi all I have the issue to include my existing devices in S2 Mode, but because most of the capable devices are 1-2 years old I do not have the packaging/info anymore. Is there a way to do this in some way? cheers joystick
  16. Hi Brains, This was working fine with my HC2. I've just moved to HC3 and I'm perplexed by the following behaviour: I have a Fibaro Dimmer with an S2 button and I have parameter 28 active and everything else is default. And this is happening with 5 separate dimmers. So when I double click the S2 btn for the first time it prints out DoubleClick and works fine. However the second time I double click it though it doesn't do anything. I try it again and nothing. I then single click the S2 btn and it prints out Click. I then double click and it works and prints out DoubleClick. However I try double clicking again and nothing. Same thing happens for single clicking the S2; first time it works and prints Click. Try it again and nothing happens. Try it again still nothing. Its not until I double click and it prints DoubleClick and then can single click and it prints Click. Any ideas what I've done wrong? { conditions = { { id = 23, isTrigger = true, operator = "anyValue", property = "sceneActivation", type = "device" } }, operator = "all" } local Debugger = 'True' local sa = sourceTrigger if sa.value == 16 then if Debugger == 'True' then print('Click') end end if sa.value == 22 then if Debugger == 'True' then print('Hold') end end if sa.value == 23 then if Debugger == 'True' then print('Release') end end if sa.value == 24 then if Debugger == 'True' then print('DoubleClick') end end if sa.value == 25 then if Debugger == 'True' then print('TripleClick') end end if sa.value == 26 then if Debugger == 'True' then print('Click') end end
  17. Hi there, recently updated to a HC3 and would like to add 2 Deye inverter to the energy panel. I did my research, but no idea how to implent it. Inverters are accesible via http://username.password@IP/status.html. Any idea and help would be great! Regards Francisco
  18. Hello everyone, I have a house with 9 battery operated device, 4 of them is thermostat. I got a mail today about 2 thermostat battery low, but all of the battery % of all devices are in 100%. It is not possible, for sure. Anyone came across with this? Any solution? Thank you Gabor
  19. I had an issue with some Z-wave devices that insists to be disconnected from HC3. Have tried to relocate HC3 (as much as possible w/o irritating my wife) without success, always had some disconnected devices. But during the relocation have noticed that in some specific spot all devices have been connected. The problem to achieve full coverage, requires accuracy of ONE millimeter! Have tried to understand, why? I have my own SMS system connected to HC3 and when a specific corner of HC3 has touched the antenna (accidently) I have a good coverage. So.... I took a piece of metal and actually stuck it under HC3 like antenna (see below), now I have an excellent coverage. It's sound like a joke, but it's not a joke at all. After that have found an image of HC3 board, and YES, the Z-wave antenna is actually located on that corner of the box. Of course, will try to get a proper 868Mhz antenna to attach instead of current solution, but hey! it does the job. By the way did the same for Zigbee antenna also and again, a good improvement. There is a good logic behind that. Since HC3 has internal on-board printed antennas, any piece of metal could work as extender. Of course, it should be placed correctly otherwise it will cause interference. Let's say it's like wireless charging that we are using daily for our phones, as you know you should place the phone in very specific area. Here the actual image (please forgive me for the mess, the cost of moving the equipment around) In addition, I recommend using Z-wave repeater NEO Coolcam Z-Wave EU Repeater Sensor Compatible Zwave System 700 Series Home Automation - AliExpress It does work very well (not like AoenLabs extender which always shown as unconfigured device on all Fibaro systems). This extender configured and all parameters could be defined. Best repeater I ever had. I am very curios if it helps to others... please let me know if it works for you too.
  20. What does the "Save energy to database "do (device configuration)? I figure out the "Use stored energy data in Energy Panel", the "Use instantaneous power in Energy Panel calculations" and the "Calculate energy used", but can't figure out what the "Save energy to database" do...
  21. Hi I'm new to the HC3 and this is my first post here so please be gentle I'm trying to set up a simple timer to enable a Hot Water Tank Immersion Heater. I've got the ZWave module (a Vesternet high current relay) working and can switch it on and off manually. I have also set up a couple of scenes to turn the immersion on and off for 1 hour and 2 hour periods. Now, I want to switch the immersion heater on at 06:00 and off at 09:00 but can't for the life of me work out how to do it. I have set up the scene shown below but it doesn't work automatically (at the defined times), although it does work if I manually run it Any help very much appreciated
  22. I begin... When I turned on the HC3 the box offers me the Z-Wave Engine 3.0 or 2.0? I have no knowledge, but by default I took 3.0 because the most recent version. Only did I make the right choice? I have browsed the forum, and many prefer 2.0, and there is no way to switch between the two protocols. It is necessary to go through a factory reset, and start from scratch. As I am starting out, and I only have two Walli Roller Shutter FGWREU-111. it's not too bad for me to start from scratch. I can't use the dsk key? Is this the cause of the Z-Wave Engine 3.0? But you HC3 poccésseur, what did you take? Thanks for your help.
  23. My venetian blinds is driven by a FGR223 as a driver and a walli controller FGWC-201 as button what are the parameter to set with the FGR223 and the walli controller to manage up/down with short cli/push and slat with long clic/push I tried 2 settings to drive completely the venetian blinds without success. 1rst setting: I set the FGR223 as a venetian blinds and perform a calibration (the module is marked as calibrated) then parameter are setted to - 152: 150 - 153: 1 - 154, 155: 10 - 156: 5508 - 157: 5376 I set the Walli controler FGWCEU-201: - type: venetian blinds (parameter 20=6) - direct group association: node.0 group 7, with multichannel with node(FGR223).1 with this setting i have 4 problems : pb 1.1: when i short clic on the button of the walli controler (short push) nothing append, i have to make a long clic to move up or down the venetian blinds, as far as i stop pushing the button the blinds stop. pb 1.2: when i push th button to rich the open position, after few seconds the blinds move by itself to rich the a position 10cm down. pb 1.3: when the blinds and button are waiting for almost several hour without interaction, i need to clic twice on the walli controler, 1rst clic with green response with no move, second clic with green with move (up or down) pb 1.4: how could i manage the slat ? second setting try with another association: - FGR223 as a venetian blinds and perform a calibration (the module is marked as calibrated) - same as 1rst try - Walli controler FGWCEU-201: - type: venetian blinds (parameter 20=6) - direct group association: node.0 group 6, with multichannel with node(FGR223).1 with this setting when i short the venetian blinds move up or down the final position, and another clic stop the move, but i have 3 problems - pb 2.1: when i push th button to rich the open position, after few seconds the blinds move by itself to rich the a position 10cm down. - pb 2.2: when the blinds and button are waiting for almost several hour without interaction, i need to clic twice on the walli controler, 1rst clic with green response with no move, second clic with green with move (up or down) - pb 2.3: how could i manager the slat only ?
  24. It's just me or Home Center 3 (HC3) don't allow to upload .vfib files (virtual devices)? If it does, how can I do it?
  25. I haven't written a block scene for 5 years and that was on HC2, which is not dead. Almost all of my scenes have been lua. I just transferred to HC3. I wanted to set up some quick and dirty scenes. Here is one. It is set to manual as I want to call it from other scenes. It let me save it. It did nothing when called from the other scene. If I press run, nothing happens. So, I figure it needs a trigger. I tried time->once, but it won't even let me save it. How can I set up a trigger that should always work ? I even created a variable and set it to 1 and added a Variable trigger on it being 1, I can save it. But clicking on the run button still does nothing!
×
×
  • Create New...