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

HC 3 lua control HVAC fan speed


Guest torneset

Question

Guest torneset

I'm trying to control the fan speed on my ventilation system through lua command, but can not seem to find the right parameter and value to set. (see picture below)

 

tride several variations like: 

fibaro.call(439'setFanMode','High')
 
but it will not accept the comand.
 
I can change "Set mode" and "Auto changeover" (these options is available in Block scenes and then converted to lua, so these I can change.
 
Manual change on the device is no problem.
 
Thank you.
 

Please login or register to see this image.

/monthly_2020_04/image.png.129ed4db855c04467220d786c20e4bd7.png" />

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Use dev tools on your web browser and listen to POST commands in XHRs when setting this via sidebar, there you can check the "args" of the request, all you need is there :)

Don't know the device which you use for ventilation system but sidebar view and available options generates from supported "thermostatModes" and "fanModes" from your module.
So if device tells that it is supporting those it should work ok. 

Link to comment
Share on other sites

  • 0

hello when i do the debug with dev tools i get the below feedback.


Please login or register to see this image.

/monthly_2020_04/afbeelding.png.7ecbee5b2825d2cf69d698d2142873be.png" />

 

but when u use this command i get noting


local setTermostatFanMode = (fibaro.getValue(234"TermostatFanMode"))

fibaro.debug("tag",setTermostatFanMode)
Link to comment
Share on other sites

  • 0
Guest torneset
  • Inquirer
  • Thank you very much. The setThermostatFanMode did the trick :)

     

    fibaro.call(439'setThermostatFanMode','High')
     
    Dev tool you are mentioning, is that the Tools of the browser (like Chrome dev Tools) or is it a Fibaro specific?
     
    Again - thank you very much
    Link to comment
    Share on other sites

    • 0

    i will share my experience with MCOhome thermostat in HC3, the commands for fanmode should be as below.

     

    fibaro.call(22'setThermostatFanMode'"High""false")
    fibaro.call(22'setThermostatFanMode'"Low""false")
    Link to comment
    Share on other sites

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