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


incorrect rounds of numbers


afendikov

Recommended Posts

Hello All,

 

HC3 still does incorrect rounds of numbers.

As you see on picture - outdoor temperature is 22.99 Celsius

But HC3 show it as 22.0

 

P.S. Ticket created already

 

Please login or register to see this image.

/monthly_2021_07/1462535237_fibarowronground.png.371af54f7a3cff339905303d56663f3e.png" />

  • Thanks 1
Link to comment
Share on other sites

thank you

Link to comment
Share on other sites

As far I checked issue is still present if value of the sensor is between x.95 and x.99 - reported. 

Link to comment
Share on other sites

Just to let you know, issue corrected and next release resolve this inconsistency. 

Link to comment
Share on other sites

  • Topic Author
  • 29 minutes ago, m.roszak said:

    Just to let you know, issue corrected and next release resolve this inconsistency. 

    Good news, thanks!

     

    @A.Socha, @m.roszak - it's a feedback regarding creating cases for beta firmware. I opened case for this bug and this is official response:

     

    1) Please proform "soft-reconfiguration' of this module (Advanced option of the device)
    2) The next step is to delete this device from the system, reset to default and include again, 
    3) Please perform :calibration" once again, 
    4) Please un-pair and pair the temp. sensor once again, 
    I'm sure that Forum it's a much effective way to resolve bugs, compares to support tickets.
     
    maybe it's a new type of ticket needed - "firmware bug reports"

    Please login or register to see this image.

    /monthly_2021_07/456927008_Screenshot2021-07-20at18_44_13.png.fb0cdb7db979a39c2b883b8c62424407.png" />
     
    Link to comment
    Share on other sites

  • Topic Author
  • another example in beta 5.072 is:

     

     0.0034 = 1.00

     

    not 0.01, but 100 times more

     

    Please login or register to see this image.

    /monthly_2021_07/72220678_fibaroincorrectnumbers0.00341.png.c1f42abf59aeaced07c2d252aa4b3004.png" />

    Link to comment
    Share on other sites

    1 hour ago, afendikov said:

    another example in beta 5.072 is:

     

     0.0034 = 1.00

     

    not 0.01, but 100 times more

     

    even better, note that 2 at the end ...

     

    Please login or register to see this image.

    /monthly_2021_07/image.png.90eed1f930e5df0299615f12d6bdc230.png" />

     

    while in the reality nothing like that 

    self:updateProperty("value", 0.0034)
     
    and so on
     
    image.png.688bc1ea3e3964148a0df3217afd04ec.png
     
     
    image.png.68e940abb644e724701ab8f3d320c956.png
     
    self:updateProperty("value", 0.003334)
     
     
    Link to comment
    Share on other sites

    @tinman,

    this is something related to numbers (real - float) representation on doubles, not all values have their exact representation from mathematics point of view.
    We are not the only ones suffering from this one ;)
     

    17 hours ago, afendikov said:

    another example in beta 5.072 is:

     

     0.0034 = 1.00

     

    not 0.01, but 100 times more

     

    Please login or register to see this link.



    And, this is fixed:

     
    function QuickApp:onInit()
        self:debug("onInit")
        self:updateProperty("value"0.0034
    end

     

    image.png.7da978c6466f30f0558d8af68914aedb.png

    image.png.8780355863be54e036e37f909983d7f1.png

    • Like 2
    Link to comment
    Share on other sites

    And this one one: 
    0.003334:
    - dashboard 0.0
    - sidebar 0.003334 
    - tooltip 0.0033339 (0.003334 after page refresh) - something which need to be fixed in one of next versions.

     

    • Thanks 1
    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
    Reply to this topic...

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