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


Temperature sensor offset


jgilabert

Recommended Posts

I am able to set the offset using slider in the advanced panel of a temperature sensor, but when I save it is rounded down to integer value. 
As the result it is not possible to set offset value to -2 (slider allows -1.81 which after save is rounded to -1 and -3.03 which is rounded to -3)
If I write a value instead of using the slider, then the value is not saved

Link to comment
Share on other sites

Yesterday I also tried to change this setting and had the same problem.
So again, fibaro something diminished.
It's all about the smart implant.

Link to comment
Share on other sites

  • 1 month later...

Hello @XTeK

Thank you very much for your suggestions regarding our system. I have forwarded it to our engeeniers. 

 

Right now you can change the temperature offset to any value using FIBARO API:

1. Go to <HC_IP_address>/docs (for example 192.168.81.1/docs)

2. Select "Devices"

3. Select "PUT" 

4. Enter ID of the device that you want to change the offset 

5. In the Body type the correct value - see attached screenshot 

Please login or register to see this spoiler.

6. Hit "Try it" 

 

Link to comment
Share on other sites

  • 1 month later...

Luckily I found this entry in the forum with google search. I spent hours trying to set the offset to match my temperature meter on my fresh, new, (expensive) Fibaro thermostatic heads and temperature sensors.

It's a pity this function only works with tricks...

Fortunately the forum members seem to do a lot of works for (instead of) Fibaro.

Link to comment
Share on other sites

  • 1 year later...

2 years later, its still not possible to add an offset with decimal e.g. -0,5  :( 

glad i found this old post, which works.

 

i dont have any words for that.

Link to comment
Share on other sites

  • 1 month later...

 

Hallo

Ich habe den Code von unten versucht, aber ich mache etwas falsch. 

Kann mir jemand helfen

Danke im Voraus. 

 

id =

Please login or register to see this link.


G = (api.get( "/devices/" .. id).properties.offset);

settings = { "id" :

Please login or register to see this link.

, "properties" : { "offset" : 1 }};

api.put( "/devices/ " .. id,settings)

Edited by parip69
Link to comment
Share on other sites

This should work

api.put( "/devices/294",{properties={offset=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...