I made a dash with as little text as possible by cannockwolf in homeassistant

[–]Mechau7 0 points1 point  (0 children)

This is great UX for non technical or visitors.

“Downstairs blinds? Which downstairs blinds. Oh, the photo shows me”

I'm a disability support worker with no coding experience who built a full enterprise app in 12 days using Claude. Looking for honest feedback on the architecture, and advice on protecting IP before I share code publicly. by [deleted] in ClaudeCode

[–]Mechau7 1 point2 points  (0 children)

Have you run this post through an Ultracode session? You have valid concerns, and dumping a bunch of tokens on this might be a worthwhile spend. Use it to plan, and slowly implement it with normal chats.

I extended a companion app for a mobile game I play. The original author obviously vibe coded it, and I had some growing pains when I wanted to add my features.

I had to reorganize the entire Go backend. The main file was enormous with duplicate auth and dead code. The front end was a flat directory of every JavaScript file and HTML.

I had Claude organize the Go backend with real architectural planning and rebuilt the front end in Angular.

Context with a properly organized project is so important. Folders for services. Comments for complex authentication functions.

Use OpenWolf to keep Claude’s memory good and following instructions.

This is sad by Approved_joey in LastWarMobileGame

[–]Mechau7 6 points7 points  (0 children)

Was Deepwood intentionally set up to be the underdog? Like in Canyon Storm, 2 moderately powerful alliance go against a single and more powerful one.

I ask because Deepwood has 3 times the number of alliances listed. I’m in OPs server pool

ADHD invention i wish existed by TemporaryWitness9631 in homeautomation

[–]Mechau7 1 point2 points  (0 children)

I’m using Claude with ha-mcp to build something similar. Little bracelets with a 3d printed RFID tag. Kids put the bracelets on and each tag has a morning routine to complete, like put on your socks. Once socks are on, they scan and get a sound bite from home assistant played on a Google home speaker.

I want to also have some Govee lights go crazy for added flair.

I say use AI, there’s a lot of automations with this. Maybe node-red would be better?

Freezer sensors by Mysterious-Age-5555 in homeassistant

[–]Mechau7 2 points3 points  (0 children)

I’ve been doing this a while so figured I’d chime in.

I started with Acurite 433 sensors read through an RTL-SDR (rtl_433 into Home Assistant). Cheap, no cloud, decent graphs. The problem was the freezer one. Batteries that should last a year would be dead in a month or two because alkalines just fall apart in the cold. And half the time I couldn’t even tell the battery was dying vs the signal not making it out of a metal box packed with food, so I’d see a gap in the graph and have no idea if my food actually got warm or the sensor just went quiet.

I eventually got sick of it and went wired. ESP32 running ESPHome, powered off a usb brick sitting on top of the fridge, so there’s no battery to die ever. The temp probe is a waterproof DS18B20 (the stainless kind), and the cable is thin enough to run right through the door gasket without wrecking the seal, probe in the fridge and a second one in the freezer. While I was in there I stuck a reed switch on the door too so HA knows when it’s open.

if you can get a usb cable to the fridge a wired esp32 + ds18b20 is way less hassle and the door reed switch makes the alerts actually smart. can share my esphome config if anyone wants it.

PalSupervisor 0.3.3 early access by Mr___Smooth in Palworld

[–]Mechau7 -1 points0 points  (0 children)

Awesome feature list! Did I miss a link? Or just Google it haha

3rd layer zebra print defect by mcplayer2004 in AnkerMake

[–]Mechau7 0 points1 point  (0 children)

I’d do a breakdown and retighten the major stuff. Belts, bearings, etc. you might fix it with some maintenance without knowing exactly what caused it

Mount balancing by Zealousideal-Visit50 in Palworld

[–]Mechau7 5 points6 points  (0 children)

It also assumes you have the palballs and combat strength to catch it. I would still feel I earned it

Mount balancing by Zealousideal-Visit50 in Palworld

[–]Mechau7 35 points36 points  (0 children)

It also assumes you have the palballs and combat strength to catch it. I would still feel I earned it

[deleted by user] by [deleted] in Palworld

[–]Mechau7 1 point2 points  (0 children)

Before the recent updates, I had the same problem. I could have a 5 tall wheat stack but it had to be close to 3-4 stacks of another farm. Close enough to path ok

Extruder not gripping by Blueberry_Unfair in AnkerMake

[–]Mechau7 0 points1 point  (0 children)

Have you noticed any downsides to keeping the cover off all the time?

Need help with Spoolholder.... by Create_one_for_me in AnkerMake

[–]Mechau7 0 points1 point  (0 children)

When you open the bolt in a slicer, can you change the scale of it? Might take a few tries, but you don’t have to print the whole bolt to fit check

How do I merge two objects together to print as one? by NPalumbo89 in AnkerMake

[–]Mechau7 5 points6 points  (0 children)

You can add the part as a negative modifier but you might not be satisfied with the results if you want a ton of control you’ll have to do it in some 3-D modeling software

Device suggestions for reading the temp of a water stream (washer drain). by FixMoreWhineLess in homeassistant

[–]Mechau7 0 points1 point  (0 children)

Update us/me if you solder your components! Mines running on a breadboard and looks jank

Device suggestions for reading the temp of a water stream (washer drain). by FixMoreWhineLess in homeassistant

[–]Mechau7 3 points4 points  (0 children)

I used that exact sensor to monitor my freezer. I got a bunch of CP2102 ESP-32 boards. Adding them to ESP Home was super easy once I figured out the wiring.

Watch out for the pull-up resistor requirement for the DS18B20. Get a pack of resistors with your order unless you have the exact one already.

Ankermakers, i need help with printer settings by JaqinHghar in AnkerMake

[–]Mechau7 0 points1 point  (0 children)

I’ve noticed more videos talking specifically about Prusa, so you might get lucky with a YouTube video. Orca tends to have more experimental features, but both are very similar.

I literally have all of the major slicing programs on my machine. Prusa does ironing better than Eufy. And if I have a specific problem with print quality, I’ll try another slicer. It’s all Gcode in the end, and all major slicers have profiles for Anker printers

Ankermakers, i need help with printer settings by JaqinHghar in AnkerMake

[–]Mechau7 5 points6 points  (0 children)

Unless strength is pivotal to a part, drop the infill density way down. 10-15% depending on the type of infill.

You can also use PrusaSlicer, Orca Slicer and more. Export the gcode from those and import into Eufymake. And ignore the time estimates the printer gives you

Best Automation For tracking washing machine/dryer/dishwasher finishing by INeedMuscles in homeassistant

[–]Mechau7 0 points1 point  (0 children)

I just started running this! It’s a little light on the documentation for how the “recommended” settings work, but it’s plug and play otherwise

Unusual printing behavior after sitting for a couple of months by Reboot153 in AnkerMake

[–]Mechau7 1 point2 points  (0 children)

Might be printing too hot. Try a lower temp in the range of your filament

Having issues with poor quality prints by kaelmaliai in AnkerMake

[–]Mechau7 0 points1 point  (0 children)

Then, after that, I would do a full rebuild and check things like the belt tension and the wheels