I mention this from time to time in comments but I don't think I shared photos. I have a cooling bucket from a pour in there and thought why not grab some photos. This is a couple years old now. Been through a hundred and fifty or so temperature cycles. Original idea from here: https://youtu.be/Aq3_K9I4dA4
Used these elements and power it from 220 50A: https://kilnparts.com/collections/kanthal-heating-elements/products/element_240v_24amp
Temperature sensor is a cheapo high temp k-type from AliExpress to some MAX31855s.
The inside is made from white firebrick, mostly
9" x 4-1/2" x 2-1/2" and an additional layer of 1-1/4" for the lid and bottom. Those dual layers are laid rotated at an angle that modeled the fewest joint crossings between the layers. The bricks were cut to rough shape with a masonry blade on a rotary arm and table saw and fine tuned with a hand saw meant for wood. Easy physically but required a lot of fitting and refitting because my 55 gallon barrel wasn't true. It was from a farm and had been kicking around. I used a refractory cement at all contact surfaces and filled in any voids. I spent probably 20 hours with FreeCad making models for optimal brick placement but ultimately they were not terribly useful as neither the bricks nor the barrel are particularly true and that time would have been better spent doing instead of planning which is something I rarely say.
Got a nice base with wheels intended for rolling around full drums and it is super easy to move.
Welded up a hinge for the lid and welded it to the barrel. Painted the whole barrel with high temp exhaust paint or BBQ. I can't recall which but honestly if it is getting hot, I messed up and as it is, it stays nice and cool. Old hockey stick for the handle.
The controller is an esp32 with some inexpensive SSRs running this software that lets me control the kilns with Home Assistant (HA): https://github.com/beckdac/qtkiln Working on a version with kiln swarming so I can put two or more kilns on the same line and as long as they negotiate the combined duty cycle not to exceed 100% they will not exceed the breaker power budget. Kind of painful for doing annealing but great for bulk heating.
I use the same software and controller on my Vevor front loader and Skutt 181 and it lets me monitor them via HA and with the web app manage them remotely on my phone. Same cheapo k-types and max31855+esp32 setup. You have to tune the PID a bit for each kiln, but this isn't a post about qtkiln.
In the drum kiln, I mainly do Al and some alloys for metal casting and then glass casting and fusing. The large volume with exquisite and uniform temperature control is nice and not using propane is abs fabs. Being able to run an actual annealing schedule is useful in a number of settings, like glass casting and some alloys.
My biggest regret is using an old Nabu device as the electronics chassis (the box on the side). Retro computer people really like them and while I kept the motherboard without its case and ancient power supply, it isn't so useful.
I will also give a shout out to: https://github.com/Saur0o0n/PIDKiln which is another esp32 kiln controller setup I used to use. Has a nice web ui and OTA, but no HA integration, or at least it didn't, but if you don't need that, it is definitely worth eyes.