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

Quick APP Thermostat temperature setting max 30 to 90 degrees


Question

Posted

Good day

Is there anybody that can tell me if the Thermostats that can be produced via Quick app can be increased from maximum preset value 30 dgr to e.g. 90 degrees?

 

 

6 answers to this question

Recommended Posts

  • 0
Posted

yes. update 

  • heatingThermostatSetpointCapabilitiesMax: 28,

to 30

  • Like 1
  • 0
Posted (edited)

there are multiple modes for Thermostates, normal, energysaving and away. Additionally one can set min and max values, e.g. (in the QA init code)

 

self:updateProperty("heatingThermostatSetpointCapabilitiesMax", 100)
self:updateProperty("energySaveHeatingThermostatSetpointCapabilitiesMax", 100)
self:updateProperty("awayHeatingThermostatSetpointCapabilitiesMax", 100)
self:updateProperty("heatingThermostatSetpointCapabilitiesMin", -10)
self:updateProperty("energySaveHeatingThermostatSetpointCapabilitiesMin", -10)
self:updateProperty("awayHeatingThermostatSetpointCapabilitiesMin", -10)

 

to get Thermostate working from -10° to 100°

 

Please login or register to see this image.

/monthly_2021_02/image.png.40bd8eac170ac77e0f88443e6eceb82f.png" />  image.png.fc6e2516e38c62629d80ad6a27b2145c.png  

 

this is of course for heating modes, there are as well cooling modes ... and modes for special thermostates. Afaik the full list of commands:

 

moistAirThermostatSetpointCapabilitiesMax
moistAirThermostatSetpointCapabilitiesMin
furnaceThermostatSetpointCapabilitiesMax
furnaceThermostatSetpointCapabilitiesMin
fullPowerThermostatSetpointCapabilitiesMax
fullPowerThermostatSetpointCapabilitiesMin
energySaveHeatingThermostatSetpointCapabilitiesMax
energySaveHeatingThermostatSetpointCapabilitiesMin
energySaveCoolingThermostatSetpointCapabilitiesMax
energySaveCoolingThermostatSetpointCapabilitiesMin
dryAirThermostatSetpointCapabilitiesMax
dryAirThermostatSetpointCapabilitiesMin
awayHeatingThermostatSetpointCapabilitiesMax
awayHeatingThermostatSetpointCapabilitiesMin
awayCoolingThermostatSetpointCapabilitiesMax
awayCoolingThermostatSetpointCapabilitiesMin
autoChangeoverThermostatSetpointCapabilitiesMax
autoChangeoverThermostatSetpointCapabilitiesMin
coolingThermostatSetpointCapabilitiesMax
coolingThermostatSetpointCapabilitiesMin
heatingThermostatSetpointCapabilitiesMax
heatingThermostatSetpointCapabilitiesMin 

 

 

 

 

Edited by tinman
  • Like 1
  • Thanks 1
  • 0
  • Inquirer
  • Posted

    Thank you Tinman and Hater,

    This was excatcly what I was looking for.

    Setting made and indeed it works.

    • 0
  • Inquirer
  • Posted

    By the way Gentlemen,

    Is there also an option to increase the maximum setpoint value from 31 to e.g. 85 at Climate settings?

     

    Please login or register to see this attachment.

    • 0
    Posted (edited)

    afaik they are part of the BUI, and not QuickApp (or device class), and afaik hardcoded. I played a bit with climate panel, or acually tried to force climate profile to use my manual values, however they will get automatically reset to BUI max, as these are defined somewhere in BUI definition. For the new climate dashboard, maybe there is way to dynamically override the "aria-valuemax" and "aria-valuemin" to set new max and min values (31°, 4°), no idea, haven't played with that.

     

    In principle there exists already change request, to assign climate panel settings, values and climate dashboard to thermostate max/min ranges.

    Of course the App need to be fixed as well, to allow other than the hardcoded values.

     

    So let's maybe remind here Fibaro about that.

     

    @A.Socha that's for you.

    Edited by tinman

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