
You can check out the project, including a little write up, at: http://pi.tafkas.net/temperatures/
Any feedback is welcome.
The template is provided by Twitter Bootstrap. Either get it from them directly at http://twitter.github.com/bootstrap/ or look at http://www.initializr.com/cisasteelersfan wrote:One question: what theme/template is that for your website? It's very clean, I love it!
I had a PC recording graphs from a similar wireless weather station. However, I did it by intercepting the radio transmission and hacking the protocol. I'm looking to do it again with the Pi, but struggling to find the time. I'll post something if I ever get it going.Yfory wrote:Very cool, well done!
The USB device looks awesome, do you think it can receive data from WH1080 weather sensors? Commonly sold by Maplin in the UK... http://j.mp/YlEWmM
Code: Select all
# Format data
"{? line # 1, 1,} $" tmp = `echo | tr ',' ','`.
data = `echo" $ {tmp% N% 0} "| sed 's / :: /: U :/ g' | sed 's / :: /: U :/ g'`
data = $ data {%%}
# Update rrd
rrdtool update temperatures.rrd $ data
Sure, go ahead. I basically just used the Bootstrap Framework without any alterations: http://twitter.github.com/bootstrapgglaspi wrote:Hi Tafkas,
Thank you ! I could set up the same config at home thanks to you !
I'm duplicating your http://pi.tafkas.net/temperatures/ pages for my personal use since they're just great, are you ok with this ?
Check out Post 17, where I put the links of the receiver and the sensors.jschacon wrote:Hi gglaspi,
Do you mind tell me the reference of the weather sensors that you had used for your project?
Thanks!
ok. Thanks!Tafkas wrote:Check out Post 17, where I put the links of the receiver and the sensors.jschacon wrote:Hi gglaspi,
Do you mind tell me the reference of the weather sensors that you had used for your project?
Thanks!