Fireman 0 Share Posted September 14, 2020 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. Quote Link to post Share on other sites
0 irekk 3 Share Posted September 30, 2020 OK, I have published version 1.1.1, that has fallback to english and i changed the code of swedish to sv Quote Link to post Share on other sites
0 Sjakie 40 Share Posted November 26, 2020 @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 Quote Link to post Share on other sites
0 10der 649 Share Posted November 26, 2020 52 minutes ago, Sjakie said: Where OpenWeather take geographical location from? Fibaro? I am not author. Quote Link to post Share on other sites
0 Sjakie 40 Share Posted November 26, 2020 ok thanks. //Sjakie Quote Link to post Share on other sites
0 SmartHomeEddy 153 Share Posted November 26, 2020 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 Quote Link to post Share on other sites
0 Sjakie 40 Share Posted November 26, 2020 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! Quote Link to post Share on other sites
0 SmartHomeEddy 153 Share Posted November 26, 2020 (edited) 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 November 26, 2020 by SmartHomeEddy Quote Link to post Share on other sites
0 Sjakie 40 Share Posted January 2 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 Quote Link to post Share on other sites
0 Sjakie 40 Share Posted January 2 If I check OWM in HC2 it shows me "scattered clouds" HC3 "clouds" can that be adapt? or modifyed? Quote Link to post Share on other sites
0 SmartHomeEddy 153 Share Posted January 2 (edited) @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 Buienradar Weather 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 January 3 by SmartHomeEddy Quote Link to post Share on other sites
0 Sjakie 40 Share Posted January 3 Eddy I have that QA but how to use the value? QA id=767 button id =3_5 label = CLOU [ ] Please advice, //Sjakie Quote Link to post Share on other sites
0 SmartHomeEddy 153 Share Posted January 3 (edited) @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 January 3 by SmartHomeEddy Quote Link to post Share on other sites
0 Sjakie 40 Share Posted January 5 Thanks Eddy, Where I have to put in QA or scene? //Sjakie Quote Link to post Share on other sites
0 SmartHomeEddy 153 Share Posted January 6 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. Quote Link to post Share on other sites
0 andreiqu 0 Share Posted 3 hours ago 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. Quote Link to post Share on other sites
0 SmartHomeEddy 153 Share Posted 3 hours ago (edited) @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 3 hours ago by SmartHomeEddy Quote Link to post Share on other sites
0 andreiqu 0 Share Posted 58 minutes ago @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? Quote Link to post Share on other sites
Question
Fireman 0
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.
Link to post
Share on other sites
Top Posters For This Question
16
10
10
9
Popular Days
Sep 28
14
Sep 25
9
Sep 29
7
Nov 26
6
Top Posters For This Question
SmartHomeEddy 16 posts
10der 10 posts
irekk 10 posts
Fireman 9 posts
Popular Days
Sep 28 2020
14 posts
Sep 25 2020
9 posts
Sep 29 2020
7 posts
Nov 26 2020
6 posts
Popular Posts
10der
@Fireman please remove old device OpenWeather_station.fqa @irekk ping
irekk
It does look like this in my case (notice the types). Sorry for Polish
irekk
I noticed that humidity sensor is multilevelSensor. This will be fixed in the FQA in marketplace (once approved).
Posted Images
57 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.