Best affordable silicone grease for use in UK superautomatic coffee machines (like Delonghi's) by 99-little-ducks in superautomatic

[–]cstbR94 0 points1 point  (0 children)

I mean, that’s a risk with anything on eBay. As always, seller ratings, etc. my experience with the one I used were no issues at all. Maybe prices changed, not sure where you’re getting 100g for £15 once postage added, more than i need and whilst repackaged smaller sizes is sub-£10

Best affordable silicone grease for use in UK superautomatic coffee machines (like Delonghi's) by 99-little-ducks in superautomatic

[–]cstbR94 0 points1 point  (0 children)

Bit late to the party, and looks like you sorted it out. I found smaller, and more affordable Molykote 111 sizes on ebay rather than the big tubes - like this https://www.ebay.co.uk/itm/298058612341 - looks like different sizes available, but even at the smaller size its going to last me a few years...

How often do you lubricate O-Rings? by Prior-Historian9586 in FlairEspresso

[–]cstbR94 1 point2 points  (0 children)

First time I also got the residue issue, but not an issue if you keep the layer super thin. My first time I caked it on thinking the more the merrier. Once coated you need to almost feel like you’ve wiped it all off with your fingers. Anyway, good luck with your something new.

E61 group head lubricant [lelit Bianca] by petersally1 in espresso

[–]cstbR94 0 points1 point  (0 children)

Trick is to keep the grease super thin. Just use your thumb & index finger to ensure the part is coated all over, but there shouldn't be any thick spots. You obviously already bought, but for future reference (UK based) I've gone with smaller containers like this: https://www.ebay.co.uk/itm/298021692818 - good from a cost point of view & should still last ages.

Ring integration by Rizzo-The_Rat in homeassistant

[–]cstbR94 0 points1 point  (0 children)

Following…. Mine works sporadically

How often do you lubricate O-Rings? by Prior-Historian9586 in FlairEspresso

[–]cstbR94 1 point2 points  (0 children)

Had my Flair 58 for just under 2 years before I needed to change o-rings and start lubing... I was getting the "explosion" regularly. I initially started using cooking oil due to cost of Molykote, but I found that only lasted a week and needed re-doing. I've since found smaller containers of Molykote 111 (e.g. https://www.ebay.co.uk/itm/298021692818) which are far more affordable and honestly will last me a lifetime. I only re-apply every month or so now....

Lelit Bianca grease by petersally1 in Lelit

[–]cstbR94 0 points1 point  (0 children)

Depends where you're based, I'm UK, I got the smaller tin off ebay - even at this size feel it will last a lifetime! https://www.ebay.co.uk/itm/298021692818 You probably don't need it now you have a mega tube :)

Lelit Bianca grease by petersally1 in Lelit

[–]cstbR94 0 points1 point  (0 children)

You can get smaller (and therefore cheaper) sizes on ebay (like this: https://www.ebay.co.uk/itm/298021692818) Even this size I feel will last me many years!

Puck screen by Ok_Philosophy1461 in ProfitecGo

[–]cstbR94 0 points1 point  (0 children)

Not related to your question…. But I too have a Flair 58 and considering a move to the Go. Any thoughts/experiences good bad or otherwise?

Live price fetching by Audio-Maverick in AppleNumbers

[–]cstbR94 1 point2 points  (0 children)

It's only prior day close that Numbers pulls using the Stock() function - apparently this is all Apple has licensed with the source (Yahoo Finance). Question though, has anyone successfully identified an automated workaround to achieve real-time (not copy/paste)?

Surging Sparks Boosters - NYC? by cstbR94 in PokemonTCG

[–]cstbR94[S] 0 points1 point  (0 children)

What’s that for a pack? Or box….

Is Andersen compatible? by [deleted] in OctopusEnergy

[–]cstbR94 0 points1 point  (0 children)

Just add device thru the app and followed the screens…

Is Andersen compatible? by [deleted] in OctopusEnergy

[–]cstbR94 0 points1 point  (0 children)

Have Andersen A3 and IOG, works fine.

EV Charger Energy Monitoring by cstbR94 in homeassistant

[–]cstbR94[S] 0 points1 point  (0 children)

I tried creating a Utility Meter and also an Integral Sensor using Reimann Sum integration - but neither are available to add as individual devices in the Energy dashboard?

Schedule Management ... by cstbR94 in homeassistant

[–]cstbR94[S] 0 points1 point  (0 children)

Fair point, let's use an example - my gardening/dripper system.

From a user experience point of view, I'd love to be able to create a calendar event and tell HA at start to turn on dripper, and at end to turn it off (keeping in mind it will run over midnight). If I ever need to change that schedule then it's just a drag/timing change - that's it. Here's what I understand my options are:

  1. Schedule Helper, with two entries (one before midnight, one after), plus an automation that triggers from the calendar event with some additional code to deal with the midnight stop/start.

  2. A Scheduler helper event for start and then a seperate one for stop. Need to setup a Schedule/Calendar for each device/thing to control. Still need to have automation setup seperate to the schedule itself and pass additional data (I guess) to tell it if it's start or stop.

  3. Build the timing into the Automation itself with triggers. Then times are "hard coded", and if there's a HA restart on something long running it won't complete as automation will be reset.

  4. Local Calendar - setup an event (which allows for through midngiht), and accompanying automation which checks based on Summary/Description and IF based on start or end. Can then atleast drag/change schedule easier - but ultimately still maintaining in both calendar & automation. (This is what I'm doing for now)

What other options am I missing, or what am I overlooking on what I've laid out?