Sunday, December 18, 2022
Gratitude 17 Dec
Sunday, November 27, 2022
Gratitude 27 Nov 2022
Saturday, November 19, 2022
Gratitude 18 Nov
Friday, November 18, 2022
Gratitude 18 Nov 2022
Tuesday, March 15, 2022
Chopper challenge 2022
On 14th March 2022 I managed to swim the Chopper Challenge, a 20km swim to support the Westpac Rescue helicopter service.
| Contemplating the start |
So my resolve deepened, especially as I have been involved with people doing even bigger swims. I was part of the support team for Sarah O'Dywer who attemped the length of Taupo swim, and although not finishing still swam for 15 hours.
Coming up to the day of the swim I felt I had done OK in training, although (actually) I hadn't done enough really long training swims.
Unfortunately the event organisers decided the event could not occur as planned due to the Omicron COVID19 pandemic and so the event became virtual. Which meant we we all to do our own course and arrange all our own support, not too much of an issue.
Geoff Carter agreed to loan me his boat, and Vic Dundas & Royden Hindle were the captain & crew on the Gannet (Geoff's boat). Liz Palmer & Hayley Wilson were my kayak support.
Marieke Wijnen & Warrick Hart were also part of the adventure, Warrick kayakking for Marieke who swam with me. Well, sort of swam with me, ahead of me being more accurate.
We had originally planned to swim from Long Bay to Devonport, but the wind was forecast from the south east, so we switched plans and instead swam from Shakespear park to Arundel reserve at the northern end of Orewa beach.
The day started out really well, the weather was as forecast and while we started out into the wind we were still nice & fresh. We had to go quite wide at the northern end of the peninsula as there was a rocky outcrop that extended out quite a way. Once on the northern side of the peninsula the sea flattened out nicely and swimming went well.
| That's me in the background |
Swimming along the peninsula just seemed to go on and on. Army bay came & went but Tindalls seemed to never arrive. I was starting to struggle, especially with my right hand.
The right hand has been an issue for a while, often it is a numbness which my physio & docker says is likely to be nerve related or maybe carpal tunnel. Whatever it is it dissappeared after about 2.5 hours but I then got a pain inside the hand. It was right inside the back of the hand and felt bone related, not sure what was happening there. The pain did not go, in fact it kept growing during the swim. At times I was swimming with a fist, or even the hand in a 'claw' but nothing seemed to change anything.
Because of my hand I kept drifting to the right and my team suggested heading straight for Orewa rather than going close to the point off Stanmore bay which was the original plan. I had no issues with this as I was tired of looking at the peninsula.
The kayak crew were doing a fantastic job keeping me fed and hydrated, boiled potatoes, sour squirm lollies, gels and sports drinks were provided every 30 min, and after 4 hours I took 2 ibuprofen to see if that would help. It did, a bit.
I managed to do a 'Shazeel' style exit, but after that I was hardly able to move my right arm. There was a great group of supporters on the beach and I was able to banish the dark thoughts that had been with me for the last few hours.
It was so good to have such a group waiting, and once I had managed to get dry and out of the togs & into dry clotes began to feel much better.
I doubt that I will do another swim of this scale again, but who knows. The issue is that I would have to do many more longer training swims first and I'm not sure that I would enjoy that. And after all I swim because I enjoy it.
Some impressions / take aways from the swim:
- I did not anticipate the salt water affecting my nose so much. I anticipated the salt mouth and had some listerine to try and address that, but my nose blocked up. And it took at least 24 hours for my mouth to feel OK too.
- Boiled potatos were easy to eat and felt good.
- The more training you do the easier the event will be. Who knew that?
Here are some more pictures
| Vic, the boat captain |
Sunday, February 27, 2022
Hacking a TiltPi
I recently bought a Tilt hydrometer, an excellent piece of homebrew equipment. You put it into your fermenter and can see exactly how your beer is brewing on an app on your smartphone. But this still requires you to get your phone close to the fermenter, especially if you use a a stainless stell one like I do.
But there is another way, Tilt Pi. The guys at Baron brew created as system that can be loaded onto a Raspberry Pi Zero that you can leave near your fermenter, but can access anywhere when you are on the same network or Wifi. The Tilt Pi also logs to Google spreadsheets so you can integrate the data into a number of brewing software systems, cool.
But I wanted more, I wanted the data in my home automation system.
After some investigation it became clear that the system was built using NodeRed, and I was able to see the flows that drive the web site on the Pi. http://IPaddress of PI:1880
Next the task was to find one of the nodes in Nodered where I could access the raw data.
Eventually I found a node called 'Add parameters' as shown above. All the data (and more) that you need is available as javascript variables. Now it is relatively easy to get the data to other systems that you may have available. I sent to information to 2 places.
Influx is a great time series database and if you have one running its a great place to put the data. The data can be stored directly into Influx from NodeRed running on the Pi.
1. Install Influx nodes to Nodered (node-red-contrib-influxdb)
2. Add a function node to process the data for Influx. The influx data entry node expects an array of 2 elements: the first is an array of the data elements, or those elements that are subject to change, I called this 'fields' below. The second array is tags for Influx.
tags = {};
tags.Nodename = "Fermentor";
delete msg.payload.Nodename;
if (typeof(msg.payload.Beer[0]) !== 'undefined') {
tags.Beer = msg.payload.Beer[0];
}
if (typeof(msg.payload.Color) !== 'undefined') {
tags.Colour = msg.payload.Color;
}
if (typeof(msg.payload.SG) !== 'undefined') {
fields.SG = msg.payload.SG;
}
if (typeof(msg.payload.rssi) !== 'undefined') {
fields.RSSI = msg.payload.rssi;
}
if (typeof(msg.payload.Temp) !== 'undefined') {
fields.Temp = ((msg.payload.Temp-32)*5/9);
}
msg.payload = [fields, tags];
msg.measurement = "Beer";
return msg;
3 Add an influx node to store the data in Influx.
The flow will look something like this when you have finished:
And that's it really. The data will be in InfluxDB, I use Grafana to display the data.
Monday, March 30, 2020
COVID-19 Lockdown, day 2
Sunday, February 14, 2016
The hive is back in action
I took the old hive mat off to replace it, but something caught my eye, I thought I saw the queen. Looked all over the grass, and then checked the lid and there she was. Gently (I hope) brushed all the bees back into the hive, so will check again next weekend to make sure she is still there.
This all started last winter, I decided to keep bees so went on a bee keeping course with the Auckland Beekeeping Club.
I caught 2 swarms, one I gave to Greg, and the other I kept, and I also bought a nuc from Carol at the ABC.
The swarm I kept seemed small and after drawing out 4 frames didn't really do anything else. I was worried about this and, after advice from the bee forum, swapped the hives around and started feeding sugar syrup. The hive responded nicely and now looks quite strong.
I put both hives onto a pallet, but in doing so I think I killed the queen in the nuc hive. When I check a few days later there were queen cells in the hive so I removed all except one and then waited. And that takes me back the the start of this post.
Monday, July 20, 2015
Getting back into electronics - this time with Microcontrollers
- Using microcontrollers such as are in the Arduino boards is much better than using discrete components. While there is still some electronic design involved, the function can be controlled by software and the device is better able to respond to external signals, both from sensors but also from other devices, computers or humans
- Home automation, or at least smart homes, is about making devices communicate with each other, and with having a control system driving the whole house. And the best way to do this is with radio, it is not practical to wire everything together.
So I'm on a new learning journey. I thought I would start with something relatively easy, so I am going to replace the LED dimmer controlling the LED's in the hall way. Not that there is anything really wrong with what I have, but it is a fairly simple project and now I can make the LED's TWINKLE.
One of my goals now is to improve the documentation around my projects, electronic and otherwise. The page for the new Twinkler is here.
Sunday, March 11, 2012
Electronics
I've started to put my projects & designs online, so at least I can go back and see what I have done, there all here: https://sites.google.com/a/west.net.nz/wiki/home/electronics
Another project was a light box for toastmasters, it worked for me but other people did not see the LED's well enough.
I built a delay timer for the windsceen wipers on my car, driving a car in Auckland without this is just dumb. Quite a project, the design was good, but, man, did I have problems in building & installing it, but it's working now.
And the current project if the lazy mans light switch, this is still a work in progress.
Generally I do it because I like making thing and solving problems, probably spend a bit too much time on it, but there are worse things to do with my spare time.
Thursday, March 08, 2012
Hobbies
Sunday, April 03, 2011
Flying lessons - first solo
I was not expecting it at all, I have looked at the syllabus on Fri night and it looked like I have to do glide approach, flapless landings, going around and aborted takeoffs, so I assumed a few weekends worth.
We did a few circuits and I was goiung quite well, then one landing it all seemed a bit long, got near the end of the runway and so did not do a touch & go, the the instructor got me to look at the flaps, still up! He had pulled the circuit breaker so the flap lever did not do anything and I didn't notice, but he was pleased. Next circuit he did a simulated engine failure after take off, and then it was a glide approach, on late finals and there was an aircraft stuffing around on the end of the runway so we went around. The sweat was flowing at this point.
Normal circuit next time and he asks me to do a full stop landing. Bugger I thought, I'd like to get a few more in, its a fantastic day. Then he springs it on me, how about doing one on my own!
Cool I say trying to look cool and failing badly. But it all worked out well, the plane & I did a circuit and came back in one piece, a reasonably acceptable landing too.
As I said, what a buzz. The instructor & I worked it out afterward, I had 7.5 hrs dual flying before going solo which the instructor says is good, especially for an older student, apparently most people take 12 - 15 hrs.
Well I need to make sure I concentrate on the flying and not let things go to my head.
But I won't forget that flight for a long time.
Sunday, January 30, 2011
Learning to fly
Pizza oven update
Sunday, July 18, 2010
Pantyhose needed for Pizza oven!!!
So are there any ladies (or wanna be ladies) in the Auckland region who can help me, I need about 10 pairs. If you can you can email me jim@west.net.nz, or leave a message on Facebook http://www.facebook.com/Jimboeri
Thanks
Jim
Pizza oven #9
Eventually the angle of the bricks is such that gravity takes over and you need something else to continue laying the bricks. A swiss ball is used for this, I thought I might need some bricks to lift it up a bit, but the ball I was using was big enough on it's own.
Quite satisfying to have completed the dome so far.
Monday, July 12, 2010
Pizza oven #8
I picked up the fire bricks and pizza hearth tiles on the weekend. Took a while to cut the pizza tiles (a thin fire brick) to size but got it done, then a thin layer of sand & cement on the base bricks so they lie flat and then the tiles go down. Once that was done I started on the oven dome which means that all my firebricks need to be cut in half, not too difficult though.
My main conumdrum was what to use for the mortar. Andrew next door use refractory concrete/mortar, but that costs $100 for a small bucket and he went through 2.5 of these and I didn't want to spend that sort of money. Robin in his article uses clay from the garden mixed with sand and cement, but the guy from the place I bought the fire bricks recommended using Lawsons Super, a cement admixture. These guys all know more than me!
So while Andrews option was obviously good, it was expensive, and Robin has done heaps of ovens so there is no reason to believe that the clay/cement mixture won't work. So I've gone with Robin's mixture, but added the Lawson Super to make the mixture more workable and for insurance. But I won't know if I've done it wrong until it's too late, bugger.
Monday, July 05, 2010
Pizza oven #7
I scored a great freebie and got around 200 second hand bricks from Jan Battaerd at the surf club, and I have ordered some firebricks too.
A layer of bricks goes on the slab, helps to retain the heat, and these are held in place with a line of mortar around the edge.
The oven and inner arch are made of half bricks held together with a 'mud' mortar. Robin Overall's design uses a mixture of cement, sand and clay/subsoil. I was a little concerned about this and was considering getting some commercial fireclay. Bit a bit of reading in the 'net and I found that the grey clay that is the bane of east coast bay gardeners is basically fireclay so I decided to stay with Robins method.
I'll carry on when the firebricks arrive.
Thursday, June 24, 2010
Pizza oven #6
I have now achieved my first major milestone, I have a base on which to build the oven itself. I must be getting alittle more used to it but mixing, moving from the front of the house and pouring the slab seemed easier that the other concreting operations. I think the local hire man will be disappointed I'm finished. As you can see even more rebar to hold it together.
Friday, June 18, 2010
Pizza oven #5
Next is to box up for the slab that goes on top, and which will hold up the pizza oven and BBQ, not too hard so should give a little time for the body to recover. I am feeling a little weary & sore tonight!


