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

HC3 outside temperature


Fireman

Question

Hello,

 

Did someone know if its possible to get outside temperature in garden (Tuin) room?   I have installed YR weather.

 

Can i do it with a scene or is it not possible?

 

Thanks.

 

 

Please login or register to see this attachment.

Link to comment
Share on other sites

Recommended Posts

  • 0

OK, I have published version 1.1.1, that has fallback to english and i changed the code of swedish to sv

Link to comment
Share on other sites

  • 0

@10derHello,

I cant see I have given data about location to Open Weather.

Where OpenWeather take geographical location from? Fibaro?

BTW thanks for your excellent QA!

Thanks in advance,

//Sjakie

Link to comment
Share on other sites

  • 0
52 minutes ago, Sjakie said:

Where OpenWeather take geographical location from? Fibaro?

I am not author.

 

 

Link to comment
Share on other sites

  • 0
5 hours ago, Sjakie said:

I cant see I have given data about location to Open Weather.


The quickapp uses the location from the HC3

 

Please login or register to see this image.

/monthly_2020_11/2046F773-8F61-4311-89F8-9824C77C0888.jpeg.35f2f32559ef578a81e9e840533762e1.jpeg" />

 

Link to comment
Share on other sites

  • 0

Eddy,

I doubt!

When I look in the code I find:

function QuickApp:initializeProperties()
    local locationInfo = api.get('/settings/location')
    self.latitude = locationInfo.latitude
    self.longitude = locationInfo.longitude
    self.apikey = self:getVariable("APIKEY")
    self.interval = 1

but in the open weather I didt give data about location (I tthink)

//Sjakie

ok I just recieve the picture.

Thanks!

Link to comment
Share on other sites

  • 0

Just did a check and the query string has my GPS coordinates.
 

in de main is a function

function QuickApp:getUrlQueryString()

 

You can add a debug message to show the variable string

 

 

Edited by SmartHomeEddy
Link to comment
Share on other sites

  • 0

Sorry for the delay but great.

Do you know if its only using clouds or clear?

I just installed again to use to open my curtains.

There I have severall different clouds.

Please advice,

//Sjakie

 

 

Link to comment
Share on other sites

  • 0

If I check OWM in HC2 it shows me "scattered clouds"

                              HC3                      "clouds"

can that be adapt? or modifyed?

Link to comment
Share on other sites

  • 0

@Sjakie I didn’t build the OpenWeather quickapp. But on the HC3 it does have a “Clouds” Child device with a percentage. 
 

Just released the new version of

Please login or register to see this link.

QuickApp with a childs device with “Visiblity” in km. 
 

Quote

(In meteorology, visibility is a measure of the distance at which an object or light can be clearly discerned. It is reported within surface weather observations and METAR code either in meters or statute miles, depending upon the country. Visibility affects all forms of traffic: roads, sailing and aviation. Meteorological visibility refers to transparency of air: in dark, meteorological visibility is still the same as in daylight for the same air.)

 

Edited by SmartHomeEddy
Link to comment
Share on other sites

  • 0

Eddy I have that QA but how to use the value?

QA id=767

button id =3_5

label = CLOU [ ]

Please advice,

//Sjakie

 

Link to comment
Share on other sites

  • 0

@Sjakie Like in a script?

 

local clouds = tostring(fibaro.getValue(767, "value"))

fibaro.debug("Clouds: ", clouds)

 

[03.01.2021] [16:54:06] [DEBUG] [CLOUDS: ]: 77.0

 

(if device 767 is the child device with the clouds percentage)

 

 

Edited by SmartHomeEddy
Link to comment
Share on other sites

  • 0

This was an example for a script, but it could be both (fibaro.debug versus self:debug). It depends on what you want to do with it. You want to open your screens sooner or later, you do that in a scene or quickapp. Then that is where you need the value. 

Link to comment
Share on other sites

  • 0

Hello. I installed the app, but I don't understand why it shows me 2 different temperatures on mobile app. I set a debug and the correct value from API is 7.3. Also, I tried to uninstall/install the app, but still it shows me different values.

Please login or register to see this attachment.

Link to comment
Share on other sites

  • 0

@andreiqu You can set a default device for a room for temperature and humidity. Are you sure the default temperature device of the room is the same as the one you see the temperature reading? 
 

 

 

Edited by SmartHomeEddy
Link to comment
Share on other sites

  • 0

@SmartHomeEddy it's the same because I have only one device set for Terrace (this quick app) and one more device for another room - flood sensor which is reading the temperature. But now I observed that the flood sensor has the same problem, when I want to see the details on mobile app it shows different temperature. For example "Room 1 - 23.3C" and below "Temperature - 23.2C". In the browser I don't have this problems. Is it a bug in the mobile app that the "Temperature" is not updating correctly? 

Link to comment
Share on other sites

  • 0

Notice

sometimes fibaro assign as default room sensors any hidden devices 

what about hidden devices? Ok a some multi-sensors devices has some hidden technical devices where device can store some raw dat for internal using. This data not related to real sensor data.

...and question what about default room sensors is actual

 

and last open default room. With 99% probability you can see humidity or temperature of this room... but also with 99% probability you hasn’t any sensors in default room. 

Edited by 10der
Link to comment
Share on other sites

  • 0
8 hours ago, andreiqu said:

For example "Room 1 - 23.3C" and below "Temperature - 23.2C".


in my setup I also see now and then a difference of 0.1 degree, but not more like in your previous example. 

Link to comment
Share on other sites

  • 0

I attached the list with all of my devices, including hidden devices. The humidity for example in the app is updating good. Only the temperature has different values. Now for example is only 0.1 difference which is ok, but like one hour ago, I had again 1.6 difference (-9.3 and -10.9).

Please login or register to see this attachment.

Please login or register to see this attachment.

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