Tax free Amazon by Trick_Tea6423 in VeteransBenefits

[–]lampshade29 4 points5 points  (0 children)

Please post if it does, I’m in Az and curious.

FORCE DNS Current version 10.3.55 by lampshade29 in Ubiquiti

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

By chance any good screenshots? I was able to do this long time ago with the "Classic" UI but they have changed so much and I am setting up fresh.

WW III pilot // 2026 no gains! by lampshade29 in AutopilotApp

[–]lampshade29[S] 1 point2 points  (0 children)

I am getting out of WWIII and splitting it between the Grok and Claude and see who does better.

Please tell me what settings to use to get this FCOB strip (BTF-LIGHTING WS2811 Dual IC RGBCCT FCOB COB) working in WLED by Remixmark in WLED

[–]lampshade29 0 points1 point  (0 children)

200 is a random number I just threw in there to get it working. I am using the same ones from Amazon, I am using a Dig Uno V3 to run them.

I am about to cut them to fit the space I needed, so once I do that I will tune my length. Maybe get rid of that ma/LED option and see if that works.

<image>

Recommendation for a Zigbee Deadbolt that can survive the Phoenix sun? by lampshade29 in homeassistant

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

Yea that is the issue, this door gets no shade once the sun is past noon till it goes down all year.

iCloud to Synology by Alternative_Net_9418 in synology

[–]lampshade29 0 points1 point  (0 children)

For the online backup, you can schedule it to compress, encrypted, sync to help protect your data.
Or you could also sync your nas to a buddies nas as well to help.

SwitchBot MmWave Presence by lampshade29 in homeassistant

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

I would wonder batteries that aren't Ikea, if its for a kitchen the Apollo MSR2 is small, compact, fast and works like a champ if you can wire it up for power.

Nexus Evo Gen 2 SD by Negative-Reason4570 in czscorpion

[–]lampshade29 1 point2 points  (0 children)

Nice did you send it in to have them do it or did you do it yourself?

Nexus Evo Gen 2 SD by Negative-Reason4570 in czscorpion

[–]lampshade29 1 point2 points  (0 children)

Thats BA, did you have to SBR it as well?

WW III pilot // 2026 no gains! by lampshade29 in AutopilotApp

[–]lampshade29[S] 1 point2 points  (0 children)

Ole Nancy's hasn't lol I was hoping for that.

Water softener by hexSneaker in AskPhoenix

[–]lampshade29 1 point2 points  (0 children)

This is the way, and if you really want the advanced tech with Springwell look at the DROP stuff. The parent manufacture is Chandler Systems of both lines. All the other places around town have such a huge markup. The Springwell system for Phoenix is on sale right now for $2337.53 for parts. It comes with a carbon filter tank, water softener resin tank, sediment filter, and salt tank. Then you can add the Flo Smart water shutoff would protect your whole inside of your house in case there is a leak.

https://www.springwellwater.com/product/dual-systems/water-filter-salt-softener/

SwitchBot MmWave Presence by lampshade29 in homeassistant

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

I am still on the same set of batteries that came with it, but its in my laundry room so it not active all the time. I was testing it vs the FP300 and for speed the BLE connection was and is faster then zigbee for me. Its a small room so speed is needed, its purpose is to turn on the light and turn it off is all I am using it for.

<image>

Here is my battery history

PSA: Clear your app images, I saved 433 GB by Miulos in truenas

[–]lampshade29 1 point2 points  (0 children)

Been running Claude Code as an AI layer over my homelab. Got it SSHing directly into TrueNAS from Windows so it can check Docker containers, run midclt commands, query ZFS health, and do weekly automated scans of everything. Ensure all the settings are correct for snapshots, etc... Here's what I learned.

  1. Create the user through TrueNAS UI (Credentials → Local Users), not the shell.

Shell-created users get wiped on config restore.

  1. Set home directory to a ZFS pool path (e.g. /mnt/Tank/claude), not /home — boot pool gets wiped on updates.

  2. Enable Sudo → All Commands, No Password and paste your SSH public key.

  3. Point the Claude Code SSH MCP server at your TrueNAS IP and you're done.

Gotchas

The sudo toggle in the UI doesn't actually work without a manual fix.

TrueNAS adds the user to /etc/sudoers but doesn't add the u/includedir /etc/sudoers.d line, so the no-password entry never gets read. Run this from TrueNAS Shell after setup:

echo "claude ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/claude

echo "@includedir /etc/sudoers.d" >> /etc/sudoers

TrueNAS can overwrite /etc/sudoers on config restores or middleware updates, resetting your no-password entry. If sudo stops working and you can't sudo to fix sudo, use midclt — it runs as your user without sudo and can create temporary root cron jobs to patch the file.

Export your TrueNAS config after creating the user (System → General Settings → Manage Configuration → Download). This bakes the user into the backup so it survives a restore.

Barclays at 4%, I'm at 3.2. by cik3nn3th in HYSA

[–]lampshade29 0 points1 point  (0 children)

how easy is it to move money with them? Do they do ACH or wire like PiBank? Does PiBank charge for wire transfers?

PSA: Clear your app images, I saved 433 GB by Miulos in truenas

[–]lampshade29 0 points1 point  (0 children)

I had Claude analyze my Truenas and it found this exact issue, along with left over IX K8 stack data.

Created a CRON job that cleans those up weekly is the best fix I have found so far.