My opinion - combine them like Weather Underground does - Temp + Humidity + Baro is a known device type and subtype, if someone wants to separate them - it is always possible to write a lua script which checks change of the device and split them up into separate valuesfees wrote:I'm not sure whether go combine temperature, humidity and barometer into one or two devices or make three separate devices for that. Not sure what is best practice/most common/most desired.
Buienradar Weather Lookup Plugin
Moderator: leecollings
-
- Posts: 120
- Joined: Tuesday 18 October 2016 13:15
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10915
- Contact:
Re: Buienradar Weather Lookup Plugin
-
- Posts: 41
- Joined: Monday 12 October 2015 19:57
- Target OS: Linux
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: RE: Re: Buienradar Weather Lookup Plugin
Yes combine themSnowtiger wrote:My opinion - combine them like Weather Underground does - Temp + Humidity + Baro is a known device type and subtype, if someone wants to separate them - it is always possible to write a lua script which checks change of the device and split them up into separate valuesfees wrote:I'm not sure whether go combine temperature, humidity and barometer into one or two devices or make three separate devices for that. Not sure what is best practice/most common/most desired.
Verstuurd vanaf mijn D5803 met Tapatalk
-
- Posts: 120
- Joined: Tuesday 18 October 2016 13:15
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10915
- Contact:
Buienradar Weather Lookup Plugin
Gitt pull fails - msg -ffes wrote:Thanks you all for spotting the bug in getWindChill(). You are right, it should be self.temperature. When I coded it, it was too cold to find this error
I've committed this fix to the repo. Do "git pull"
Code: Select all
error: Your local changes to the following files would be overwritten by merge:
buienradar.py
Please, commit your changes or stash them before you can merge.
Aborting
-
- Posts: 29
- Joined: Thursday 19 January 2017 9:19
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Buienradar Weather Lookup Plugin
I had the same, because i changed the file myself. first do a git reset --hard, en then a git pull.Snowtiger wrote:Gitt pull fails - msg -ffes wrote:Thanks you all for spotting the bug in getWindChill(). You are right, it should be self.temperature. When I coded it, it was too cold to find this error
I've committed this fix to the repo. Do "git pull"my bad - changed the file to correct the error myselfCode: Select all
error: Your local changes to the following files would be overwritten by merge: buienradar.py Please, commit your changes or stash them before you can merge. Aborting
-
- Posts: 120
- Joined: Tuesday 18 October 2016 13:15
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10915
- Contact:
Re: Buienradar Weather Lookup Plugin
I know thx anywayfkok wrote:I had the same, because i changed the file myself. first do a git reset --hard, en then a git pull.
-
- Posts: 41
- Joined: Monday 12 October 2015 19:57
- Target OS: Linux
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Buienradar Weather Lookup Plugin
Nice work with the Wind device!ffes wrote: I also added the code to add the wind device.
I think it would beter to have Wind+Temp+Chill as Weather underground also has
-
- Posts: 120
- Joined: Tuesday 18 October 2016 13:15
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10915
- Contact:
Re: Buienradar Weather Lookup Plugin
I am up with thatEldigoR wrote:Nice work with the Wind device!ffes wrote: I also added the code to add the wind device.
I think it would beter to have Wind+Temp+Chill as Weather underground also has
Second there is also a strange value in it, see the image Maybe it has to be rounded?
-
- Posts: 51
- Joined: Thursday 26 January 2017 23:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: NL
- Contact:
Re: Buienradar Weather Lookup Plugin
I just update the github repository. The wind is now a "Wind+Temp+Chill" device and the rounding is improved.
Working on specifying the interval yourself, but for some reason I can't get the "default" value to work as expected.
Working on specifying the interval yourself, but for some reason I can't get the "default" value to work as expected.
-
- Posts: 120
- Joined: Tuesday 18 October 2016 13:15
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10915
- Contact:
Re: RE: Re: Buienradar Weather Lookup Plugin
Topffes wrote:I just update the github repository. The wind is now a "Wind+Temp+Chill" device and the rounding is improved .
- Brutus
- Posts: 249
- Joined: Friday 26 September 2014 9:33
- Target OS: Windows
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Buienradar Weather Lookup Plugin
I don't understand why you would like to have alle the values in one sensor like WU does. I think the sensors of WU are a mess, I see the temperature on three sensors at the same time and the "Wind" sensor is linked to a seperated temperature sensor. Changing the name for one of the two sensors will change the other one to. Not logical to me.
So for me I hope it gets separated so its clean.
So for me I hope it gets separated so its clean.
1x Intel NUC8i5BEK (Windows 10 x64) Domoticz on Virtualbox with DietPi.
1x Aeon Labs USB Z-Stick S2
1x P1 Smart Meter USB
28x Fibaro Modules
SMA Solar System
Daikin Airco / Heating
Denon DHT-S716H & DSW-1H
1x Aeon Labs USB Z-Stick S2
1x P1 Smart Meter USB
28x Fibaro Modules
SMA Solar System
Daikin Airco / Heating
Denon DHT-S716H & DSW-1H
-
- Posts: 137
- Joined: Thursday 01 January 2015 9:10
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Buienradar Weather Lookup Plugin
I give my vote to Brutus. Combined sensors are a mess.Brutus wrote:I don't understand why you would like to have alle the values in one sensor like WU does. I think the sensors of WU are a mess, I see the temperature on three sensors at the same time and the "Wind" sensor is linked to a seperated temperature sensor. Changing the name for one of the two sensors will change the other one to. Not logical to me.
So for me I hope it gets separated so its clean.
-
- Posts: 29
- Joined: Thursday 19 January 2017 9:19
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Buienradar Weather Lookup Plugin
I Agree!!!Brutus wrote:I don't understand why you would like to have alle the values in one sensor like WU does. I think the sensors of WU are a mess, I see the temperature on three sensors at the same time and the "Wind" sensor is linked to a seperated temperature sensor. Changing the name for one of the two sensors will change the other one to. Not logical to me.
So for me I hope it gets separated so its clean.
-
- Posts: 120
- Joined: Tuesday 18 October 2016 13:15
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10915
- Contact:
Re: RE: Re: Buienradar Weather Lookup Plugin
You can separate it yourself - why 8 or ten values added by one hardware device - to much device sensors which you do not useBrutus wrote:I don't understand why you would like to have alle the values in one sensor like WU does. I think the sensors of WU are a mess, I see the temperature on three sensors at the same time and the "Wind" sensor is linked to a seperated temperature sensor. Changing the name for one of the two sensors will change the other one to. Not logical to me.
So for me I hope it gets separated so its clean.
And after all , its also a matter of taste ...
-
- Posts: 51
- Joined: Thursday 26 January 2017 23:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: NL
- Contact:
Re: Buienradar Weather Lookup Plugin
I think I can make that optional (two combined devices or 5 separate devices). What would make everybody happy!
I would make my life more difficult because the combined temp+hum+baro wants other values for BAR_FOR then the plain Barometer device: https://www.domoticz.com/wiki/Domoticz_ ... #Barometer
I would make my life more difficult because the combined temp+hum+baro wants other values for BAR_FOR then the plain Barometer device: https://www.domoticz.com/wiki/Domoticz_ ... #Barometer
-
- Posts: 120
- Joined: Tuesday 18 October 2016 13:15
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10915
- Contact:
Re: RE: Re: Buienradar Weather Lookup Plugin
What you suits best - I can live with n devices After all you do not have to comply to WU devices - you are setting up Buienalarm devicesffes wrote:I think I can make that optional (two combined devices or 5 separate devices). What would make everybody happy!
I would make my life more difficult because the combined temp+hum+baro wants other values for BAR_FOR then the plain Barometer device: https://www.domoticz.com/wiki/Domoticz_ ... #Barometer
-
- Posts: 41
- Joined: Monday 12 October 2015 19:57
- Target OS: Linux
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Buienradar Weather Lookup Plugin
Keep the temp+hum+baro and make a option for serparate wind or combined devicesffes wrote:I think I can make that optional (two combined devices or 5 separate devices). What would make everybody happy!
I would make my life more difficult because the combined temp+hum+baro wants other values for BAR_FOR then the plain Barometer device: https://www.domoticz.com/wiki/Domoticz_ ... #Barometer
- Brutus
- Posts: 249
- Joined: Friday 26 September 2014 9:33
- Target OS: Windows
- Domoticz version:
- Location: Netherlands
- Contact:
Re: RE: Re: Buienradar Weather Lookup Plugin
I agree with you that it's a personal taste and we don't need to have a lot of unnecessary sensors in our device listsSnowtiger wrote:You can separate it yourself - why 8 or ten values added by one hardware device - to much device sensors which you do not useBrutus wrote:I don't understand why you would like to have all the values in one sensor like WU does. I think the sensors of WU are a mess, I see the temperature on three sensors at the same time and the "Wind" sensor is linked to a separated temperature sensor. Changing the name for one of the two sensors will change the other one to. Not logical to me.
So for me I hope it gets separated so its clean.
And after all , its also a matter of taste ...
But I think it's logic that you combine the sensors that are related to each other. For example:
* Temperature
* Wind speed - Wind Direction - Wind Chill - Wind Speed Gust.
* Barometer - Barometer Forecast
* etc
For me I think the separation of the linked temperature sensors is a good way to start
With the latest update we have a separated Temperature sensor, Wind sensor with again a linked temperature sensor you can't delete.
1x Intel NUC8i5BEK (Windows 10 x64) Domoticz on Virtualbox with DietPi.
1x Aeon Labs USB Z-Stick S2
1x P1 Smart Meter USB
28x Fibaro Modules
SMA Solar System
Daikin Airco / Heating
Denon DHT-S716H & DSW-1H
1x Aeon Labs USB Z-Stick S2
1x P1 Smart Meter USB
28x Fibaro Modules
SMA Solar System
Daikin Airco / Heating
Denon DHT-S716H & DSW-1H
-
- Posts: 120
- Joined: Tuesday 18 October 2016 13:15
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10915
- Contact:
Re: Buienradar Weather Lookup Plugin
I agree with the logic part - but you have to be sure there is a Device present in Domoticz that can take the values you want.Brutus wrote:But I think it's logic that you combine the sensors that are related to each other. For example:
* Temperature
* Wind speed - Wind Direction - Wind Chill - Wind Speed Gust.
* Barometer - Barometer Forecast
* etc
For me I think the separation of the linked temperature sensors is a good way to start
With the latest update we have a separated Temperature sensor, Wind sensor with again a linked temperature sensor you can't delete.
And for separation of values - keep in mind that wind chill is also a temperature value, the "wgr800 windsensor" earlier used today does not incorporate this value
- Brutus
- Posts: 249
- Joined: Friday 26 September 2014 9:33
- Target OS: Windows
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Buienradar Weather Lookup Plugin
So these separate Wind / Temperature sensors are "linked" in Domoticz and can't be separated?Snowtiger wrote:I agree with the logic part - but you have to be sure there is a Device present in Domoticz that can take the values you want.Brutus wrote:But I think it's logic that you combine the sensors that are related to each other. For example:
* Temperature
* Wind speed - Wind Direction - Wind Chill - Wind Speed Gust.
* Barometer - Barometer Forecast
* etc
For me I think the separation of the linked temperature sensors is a good way to start
With the latest update we have a separated Temperature sensor, Wind sensor with again a linked temperature sensor you can't delete.
And for separation of values - keep in mind that wind chill is also a temperature value, the "wgr800 windsensor" earlier used today does not incorporate this value
The Wind chill value isn't that important I think. But that's personal.
1x Intel NUC8i5BEK (Windows 10 x64) Domoticz on Virtualbox with DietPi.
1x Aeon Labs USB Z-Stick S2
1x P1 Smart Meter USB
28x Fibaro Modules
SMA Solar System
Daikin Airco / Heating
Denon DHT-S716H & DSW-1H
1x Aeon Labs USB Z-Stick S2
1x P1 Smart Meter USB
28x Fibaro Modules
SMA Solar System
Daikin Airco / Heating
Denon DHT-S716H & DSW-1H
-
- Posts: 81
- Joined: Sunday 04 January 2015 0:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest-1
- Location: /dev/null
- Contact:
Re: Buienradar Weather Lookup Plugin
If someone is counting votes, i 'm with Brutus and vote for separate devices. Combining and hiding unused sensors is imho easier than splitting.
That said, great plugin and keep up the good work!
--Gerard
That said, great plugin and keep up the good work!
--Gerard
Who is online
Users browsing this forum: Bing [Bot] and 1 guest