jjffnn
@jjffnn@feddit.dk
- Comment on Advice needed for 10" Rack ESP32 cooling 2 weeks ago:
Thanks. 😀
I had to use 4 different sources to make my project work.
It wouldn’t be nice to force others to go trough the same amount of trouble when i already have the files. - Comment on Advice needed for 10" Rack ESP32 cooling 2 weeks ago:
I made a git repo with the schematic and yaml file for you, if you have any questions feel free to ask.
I may not know the answer, but i’ll do my best to help. - Comment on Advice needed for 10" Rack ESP32 cooling 2 weeks ago:
I actually have a working’ish prototype of this project laying on my table right now.
It’s a 120mm noctua fan being controlled by pwm i relation to the temperature. It also has an oled screen to show temp and fan speed. All controlled trough home assistant via esphome.
I say working’ish because the temp sensor i’m using (dht11) is unreliable and is messing up half the time, so i’m looking into buying a DS18B20 instead.
I’d be happy to share schematics and code if you’d like it. - Comment on Fresh Proxmox install w/ full disk encryption—so install Debian first, then Proxmox on top? 5 weeks ago:
I have a luks encrypted proxmox machine.
And the easiest way i found to do it was to install debian with full disk encryption and then doing some magic to swap the kernel from debian to proxmox.
Or that’s what i think i did at least. I’m no linux magician, i just use it.
On another server i use dropbear to unlock LUKS over ssh. Those two things should be easy to combine.
I took meticulous notes, so i should be able to give you some direction to go if you need some help and can’t find a decent guide out there.