Swimming, 6th December 2021

The mince pies have all disappeared, so today’s session was fuelled by a chocolate brownie 🙂

I could tell as I was warming up that my arms still felt a bit tired from yesterday. I think my body must have been making some serious adjustments overnight as I ended up having to put the fan on to keep comfortable in bed despite the bedroom being quite cool. I could feel the increased temperature in my shoulders and lats. Because of that I wasn’t expecting too much. As it turned out there were positives and negatives.

Overall I was a little slower than yesterday for both my 50m and 25m reps, but only by an average of about three quarters of a second and 0.3 of a second respectively. I also failed one rep earlier in the 50m set than yesterday, but it was my only failure of the entire session whereas I had two yesterday. My 50m times were also very consistent — close to my best ever — and my 25m times were the most consistent I’ve ever been when there was time to swim the full set.

So, overall I’m not unhappy and I think it bodes well for future sessions. Not tomorrow though. My shoulders really do need a bit of rest now 🙂

Posted in Swimming | Tagged , | Leave a comment

Swimming, 5th December 2021

I felt distinctly lacking in energy before I went to swim today, so I sneaked a mince pie before leaving to see if it would help. I can’t say I felt any better when I arrived at the pool, but my first 50m rep was below 41s and things progressed well from there really with most of my reps below 42s. I did slip outside 43s on a couple of occasions on reps nine and fourteen, skipping the following reps as a result, but my average time for the rest was 41.84s which is only a few hundredths off the fastest I’ve ever managed. Hopefully tomorrow I can push that first fail out a little further.

Surprisingly considering the speed of the 50m reps, my 25m set also went well, with one rep even dipping below 18s which isn’t something I manage too often after a set of fifties and I may not be that far off keeping the whole lot below 19.5s now.

Posted in Swimming | Tagged , | Leave a comment

Pressing apple juice, 2021

It seems far longer than three weeks ago that I collected all of the apples from our orchard that could be used for juice, but today I finally managed to get organised to press them. I collected six 20kg feed sacks full, but one of the sacks of Ashmead’s Kernel we’ve kept back to eat so I only pressed five. I wasn’t expecting to need more than one run of the press to get through them, but after building a nice big cheese I did still have a few left over, requiring a second run. At the start of the pressing the cheese was perhaps about 60cm tall.

But after I’d squeezed as much juice out as I thought was possible, it was about half that size.

and all that remained of the five sacks of apples didn’t even fill a wheelbarrow.

That’s going to go on the compost this year, but I have been wondering about soaking the spent pomace in a little water (just enough to turn it back into a “slurry”, basically) for a few hours and then pressing it again to make a sort of “apple juice lite”. Something to try to remember for next year.

In the end I had a shade under eleven and a half gallons, or somewhere around 51 litres of juice. That now needs bottling and pasteurising. The latter is a bit of a faff for the moment. Building a large pasteuriser needs to be on my project list 🙂

Posted in Orchard, Smallholding | Tagged | Leave a comment

A time for dying

Hot on the heels of one of my Raspberry Pis trying to persuade me that it wanted to meet its maker, yesterday I had need of my Dremel and discovered that it also showed no interest in functioning. I didn’t use it last and it’s possible that whoever did may have allowed it to overheat, popping the single-use thermal fuse attached to one of the brush-holders.

It turns out that almost all of the few UK stores claiming to sell Dremel spares don’t have the necessary replacement part in stock (the thermal fuse is soldered to one side of the brush-holder and to a power connector for the motor and the whole lot has to be replaced as a single unit). Fortunately I did find some available at powertoolspares.com and bought a couple so I can keep one as a spare for the future.

I’ll take some photos and document the replacement process when they arrive.

Posted in Workshop | Tagged | Leave a comment

Swimming, 1st December 2021

Today was my first swim with a new, reduced, rest interval for my 50m reps. It’s still very generous to be fair, but I feel it’s important not to push things too fast because I really want the changes to my technique to stick and I have no coach to keep reminding me when I’m not doing it right.

I’ve got to admit that it really did feel quite punishing. I did make it through the set with a failure in the first five and another on rep twelve which isn’t too bad I guess. I wasn’t in that good a shape to do the 25m set afterwards though 😀

That’s my last swim for this week as I have other things to do tomorrow when I would normally swim again, so I’ll have to wait to see how it goes on Sunday after giving my body such a shock 🙂

I am going to stick to my new rule of not reducing the interval time more than once a fortnight though. I think my body needs time to adapt to the new pace and this gives it that time.

Posted in Swimming | Tagged , | Leave a comment

Changing the RFXmeter base address

This morning I overcame the first obstacle on the way to rebuilding my power monitoring system.

I have two RFXmeter units sending data to the receiver which is plugged into a Linux machine on which I’m running rfxcom-rx from the perl Device::RFXCOM package. It just displays the incoming messages which is all I want until I get everything working. Unfortunately both RFXmeter units have the same base address which means I get output of the form:

master rfxmeter 30.00f099810005: sensor/rfxmeter.00f0[count]=39297
master rfxmeter 30.01f14ea3000f: sensor/rfxmeter.01f1[count]=20131
master rfxmeter 30.02f258c10002: sensor/rfxmeter.02f2[count]=22721
master rfxmeter 30.03f30000000a: sensor/rfxmeter.00f0[count]=0
master rfxmeter 30.04f40aa30001: sensor/rfxmeter.01f1[count]=2723

for the five current sensors I’m using. That’s not too helpful because obviously I can’t tell from the data which sensor it applies to.

Fortunately it’s possible to reconfigure the meter unit to use a different base address, though it doesn’t work quite as neatly as I’d like. The manual explains how to do it using some Windows application to display the messages from the meter unit, but as I don’t have Windows running anywhere handy and in fact it’s quite awkward to set anything up so I can see a screen displaying the messages whilst I’m standing next to the meter unit the process is not ideal. What I worked out is this…

  1. Turn off the RFXmeter by unplugging the power transformers for at least ten seconds
  2. Press the “mode” button on the RFXmeter and reconnect the power
  3. The LED next to the mode button should light up to indicate that the unit is in configuration mode. Release the mode button.
  4. The green light should now flash a bit whilst the unit transmits a message to tell you to set the interval rate. Once that stops, press the mode button again within five seconds
  5. There should be more flashing, corresponding to the request to set the base address being sent. Just wait at this point
  6. More flashing should start fairly quickly, as the unit transmits its current address. Once that stops, press the mode button again
  7. One final burst of data should now be sent with the new address and you’re all done

At this point the unit should have incremented its base address. So whereas the initial address on mine was 00f0, it had become 01f1. That still clashed with one of the sensors in my other unit though, so I actually had to repeat the entire process twice to get the address to be 03f3. In fact, it would appear that pressing the mode button after the new address is transmitted will increment it again, but I didn’t find that out until after I’d realised that there was still a clash and fixed it.

Now the data displayed from all the sensors looks like:

master rfxmeter 30.00f09aee0001: sensor/rfxmeter.00f0[count]=39662
master rfxmeter 30.01f14f640001: sensor/rfxmeter.01f1[count]=20324
master rfxmeter 30.02f2596c000c: sensor/rfxmeter.02f2[count]=22892
master rfxmeter 30.03f30000000a: sensor/rfxmeter.03f3[count]=0
master rfxmeter 30.04f40aa30001: sensor/rfxmeter.04f4[count]=2723

which is much better as I can now tell all the sensors apart. In my case they are:

00f0: incoming phase from the meter
01f1: main house
02f2: “granny annexe”
03f3: pool house
04f4: solar PV

We do actually have a second phase, but there’s no access to a socket on that phase in the meter cabinet (quite sensibly, I’d suggest) so when I want to add monitoring to that I’ll have to see what possibilities exist as regards adding a current transformer to the supply in the outbuilding it feeds.

Posted in Computing | Tagged , , | Leave a comment

Power monitoring revisited

A few years back I used to have a load of power monitoring stuff hooked up to the house electricity supply, but then we had a lot of electrical work done and it had to be removed. I didn’t get around to reinstalling it.

I’ve decided that now is the time. It’s quite old kit, using some RFXcom meters and receivers that I used for a work project about ten years ago, but it looks like they still work so I’m going to see what I can achieve.

So far I’ve connected up current sensors on the power feeds from the main meter and solar PV generation meter and to the main part of the house, the “granny annexe” (which also includes the workshop, though I may be able to split that out later) and the pool house. I have a perl script that I quickly hacked up to read the incoming data and write it to the terminal, and that’s it.

I’m quite tempted now to set up an MQTT broker to which I can publish power consumption data and, assuming it’s possible, then use some of the Open Energy Monitor code to process that and make it available on a website.

If that works then I can also look at publishing my weather data to MQTT and perhaps use WeeWx to process that.

And if that all works then I can probably take things even further. It may perhaps be possible to monitor the temperature in my greenhouse(s), for instance. And I’m wondering if it is feasible to make a little 1-wire temperature sensor unit that would plug into a mains socket and report room temperatures via wifi.

Another possibility is to add sensors to count the LED pulses on the mains and solar PV meters just to compare the readings with the current transformer ones.

And for the sake of completeness (and perhaps so I don’t forget) I’ll mention that I could possibly butcher the transformer inputs for the RFX metering units so inputs from the same electricity phase only need one transformer to measure voltage levels rather than one per sensor, as I have five plugged in at the moment which is a bit extreme.

There’s probably other stuff I should look at too, such as running all this stuff inside containers.

Lots to think about 🙂

Posted in Computing | Tagged | Leave a comment

Zombie Pi

Good news! It seems my Raspberry Pi isn’t dead after all, though the problem is a little odd.

I ordered some new SD cards so I had some spares, and out of interest put a new copy of Raspbian on one of them, put it in the Pi and it booted happily first time. Yet it wouldn’t boot from the old SD card that was fine in another Pi! I’m not going to complain, but I can’t claim to understand why…

Posted in Computing, Raspberry Pi | Leave a comment

Model 1 Raspberry Pi bites the dust

My first ever Raspberry Pi has died 🙁

It’s been out with the weather sensors in my Stevenson screen for at least a year, but we had a power outage a short while ago and it wouldn’t reboot. I brought it back inside to check over and found that it was reporting faults on the SD card when trying to boot. I reformatted the card and reinstalled the OS, but it still wouldn’t boot, yet swapping the card into a different Pi gave no errors. A different card wouldn’t read at all.

I know there can sometimes be problems with the SD card socket, but actually it appears completely undamaged and the contacts look clean. I’m wondering if it is perhaps the SD card interface that is becoming unreliable.

For the time being I’ve replaced the unit with another and if it’s convenient at some point I might give replacing the socket a go just in case, but it must be about ten years old now, is slow compared with newer models and doesn’t really owe me anything, so I might just give up on it.

Posted in Computing, Raspberry Pi | Leave a comment

Swimming, 29th November 2021

I was a bit pushed for time today so I had to sacrifice some of my 25m reps, but that perhaps wasn’t such a bad thing as I was struggling with them a bit after managing to do all my 50m reps under 43 seconds again 😀 In the end I think I only managed ten twenty-fives before I had to get out.

Very pleased with the performance on the 50m set though, so next time I shall drop the interval again and see how much pain that causes 🙂

Posted in Swimming | Tagged , | Leave a comment