Is it possible to have the temperature tendency of th0 in °C/h?
I found the rain rate mm/h.
I use RPi 2, oregon sensors and rfxtrx433e.
Temp and hum tendency °C/h
Moderator: Mattk
Re: Temp and hum tendency °C/h
sorry, this data is not available in meteohub. you might grap data from the hourly sequences of all-sensors pull out and build tendencies from that. But this will need some coding on server side.
Re: Temp and hum tendency °C/h
I have done it with the temp. I compare the actual temp with last15min to get the tendency, the resolution is 0.1°C.
With baro and hum the resolution is 1 hPa and 1%, but maybe I can use seqhour6 if that means that the values is updated every 6h.
Is it possible to get a 3h-tag?
With baro and hum the resolution is 1 hPa and 1%, but maybe I can use seqhour6 if that means that the values is updated every 6h.
Is it possible to get a 3h-tag?
Re: Temp and hum tendency °C/h
You might use "seqhour" and skip 2 items to get the 3h value.