Green Building Bible, Fourth Edition |
![]() |
These two books are the perfect starting place to help you get to grips with one of the most vitally important aspects of our society - our homes and living environment. PLEASE NOTE: A download link for Volume 1 will be sent to you by email and Volume 2 will be sent to you by post as a book. |
Buy individually or both books together. Delivery is free! |
Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.
Posted By: SteamyTeaSo as I write the data to a text file every 6 seconds, could I write a bit more Python Script to to buffer the data before I write it to the file stored on the SD card? Or maybe to two SD Card on a card reader? (just thought of that).
APPDIR=/var/local/monitoring
WORKDIR=$APPDIR/work
case "$1" in
start)
if [ -f $WORKDIR/state.db ]
then : OK
else
mount -t tmpfs -osize=10m /dev/ram1 $WORKDIR && $0 restore
fi
# start the monitoring ...
;;
backup)
cp -r $WORKDIR/* $APPDIR/backup/
;;
restore)
cp -r $APPDIR/backup/* $WORKDIR
;;
...
esac
Posted By: MackersOk, I`m going to order my RaspberryPi very soon, what do I need?And/Or a powered USB hub for if/when you need more current/USB-ports than the RaspberryPi can provide.
2) Power supply
6) SD card- might have one lying aroundGet a spare !
There is so much to choose from its head spinning lol:-)
Posted By: SteamyTeaI also need to make some run off batteries, that is proving harder than I thought.
Posted By: Mackersthe cases are out of stockThey fit in a packet of Marlboro
Posted By: skyewright12v SLA (or LA) of a suitable size plus a regulated car power adaptorYes, done that bit, but seems to drain my little 12V battery quite quickly (it is an old electric wheelchair one). Could be that the battery is knackered, not had the nerve to try it on the car one as that would involve buying a charger.
Posted By: SteamyTea
Thing is I need them to run for about 6 weeks.
Posted By: MackersI'm still waiting on my Pi, the cases are out of stock!Loads of different suppliers for these. Can't believe they are all sold out.
Posted By: Ed DaviesSorry if I missed it before but can you say what you want to log?Electrical use on dairy farms, Trouble is the meters are often a long way from the dairy/parlour. I try and put the logger near the storage tank as I can then get an idea of how much cooling is happening too.
Posted By: SteamyTeaElectrical use on dairy farms, Trouble is the meters are often a long way from the dairy/parlour. I try and put the logger near the storage tank as I can then get an idea of how much cooling is happening too.
Posted By: SteamyTeaI power the CC128 off the 3.3V pin on the RPi (Pin 1).
Posted By: SteamyTeaHave you have ever seen wiring on a farm! It is either fully enclosed and unreachable or a total mess.
I have to walk away from those sorts. So for health and safety/insurance reasons I am sticking to a 13A socket and an extension lead/RCD.
Posted By: skyewrightIt seems that the only thing that has changed is that some are now fully enclosed & unreachable...Usually after a death/fire/loss of service, all pretty upsetting for the herd, especially the last one.