This profile is from a federated server and may be incomplete. Browse more on the original instance.

ikidd,
@ikidd@lemmy.world avatar

Using Discord to support code is like trying to teach sculpture over the telephone.

ikidd,
@ikidd@lemmy.world avatar

I think we fixed that for someone a few months ago, maybe you can scroll back and find it. I think the guys handle was user-something, might have been around May…

ikidd,
@ikidd@lemmy.world avatar

It’s half a GB of ram and virtually no CPU usage. You could run it on a Pi 3 with a 16Gb SD card and have resources to spare.

This is just weird.

ikidd,
@ikidd@lemmy.world avatar

I started out that way, but I’ve moved to doing most of it in HA directly since they massively improves the UI. I still use NR for complicated stuff though. I’ve recently started using Pyscript for modbus integrations too.

ikidd,
@ikidd@lemmy.world avatar

pulling the html of a devices web ui

I’ve done something similiar in NR to scrape the CUPS webpage on my desktop and turn on a tasmota plug for the printer when it sees a job waiting in the queue. I wouldn’t even try to do that in HA directly. But I wouldn’t be surprised if there’s an integration somewhere that would do it.

ikidd,
@ikidd@lemmy.world avatar

There’s a lot of difference between a container and a VM. You can install HA on a container, all you have to do is set it up according to the manual install instructions, and work around any hardware interfacing issues that come up. You’ll save 200MB of RAM and will have to do any upgrades manually. Doesn’t seem worth it to me, but to each their own.

ikidd,
@ikidd@lemmy.world avatar

Node Red.

ikidd,
@ikidd@lemmy.world avatar

Never seen any cat that chose to stay inside even 50% of the time when given a choice. I’d rather they enjoy their life than make me feel better be cause they’re penned up all the time.

Share your favorite automations

I’ve been running HA for a while, and it’s been working well; I haven’t had to change much in a few months. That being said, it’s fun to tinker with it, and I’m curious to hear what kind of automations the rest of the community is using. What automations are you most proud of? What are your favorite? What kind of...

ikidd, (edited )
@ikidd@lemmy.world avatar

I’m trying this now, I see it change the state to “printing” but I can’t bring up the device in automations to act on it. If I go into the IPP devices page and try to add an automation from the device page, it tells me no devics are available for automation.

Edit: got it, it was under entities, not devices, in automations. That’s one more thing out of Node Red now, thanks!

ikidd,
@ikidd@lemmy.world avatar

HTML scrape of CUPS web server to see if there’s a print job waiting, turn on tasmota plug for laserprinter, then turn off in 5 minutes to save power.

It’s an old LJ4000 so it’s idle power is pretty high.

ikidd,
@ikidd@lemmy.world avatar

Check out the “Open Source Security Podcast” with Kurt Siegfried and Josh Bressers. It’s not about specifics so much as how to build a mindset around security for IOT and hosting, generally dealing with opensource offerings.

ikidd,
@ikidd@lemmy.world avatar

If you’re using Voice Assistant, the recog and TTS are much faster and more fluent than what I’ve seen on my own system. I am running it as a VM on an old server, so hardware will matter, of course. Also, you can get remote access with Home Assistant Companion proxying your HA interface very seamlessly. There might be others, but this is what stands out to me.

ikidd,
@ikidd@lemmy.world avatar

Ive always had a VPN going, but it just makes more sense to keep the control local.

ikidd,
@ikidd@lemmy.world avatar

I’d look if there’s an updated BIOS version for your system, ACPI issues like that are usually a non-compliant subsytem in the firmware.

VS Code in Home Assistant: any use for this outside of editing yaml files?

I don’t see that there’s any sort of integration for writing code to process information from HA entities like Node Red + Companion. Am I missing something and this is more than just an interface for the config files and maybe a git client for those config files?

XPipe status update: New scripting system, advanced SSH support, performance improvements, and many bug fixes (sh.itjust.works)

I’m proud to share a status update of XPipe, a shell connection hub and remote file manager that allows you to access your entire server infrastructure from your local machine. It works on top of your installed command-line programs and does not require any setup on your remote systems. So if you normally use CLI tools like...

ikidd,
@ikidd@lemmy.world avatar

I see an issue about providing sudo credentials that has been resolved as “implemented” but I can’t figure out where you do that for a connection that you’ve ssh’d into as a user.

Any pointers?

ikidd,
@ikidd@lemmy.world avatar

The Callahan Full-bore Autolock “Vera”

Upgrade vs Reinstall

I’m a generalist SysAdmin. I use Linux when necessary or convenient. I find that when I need to upgrade a specific solution it’s often easier to just spin up an entirely new instance and start from scratch. Is this normal or am I doing it wrong? For instance, this morning I’m looking at a Linux VM whose only task is to run...

ikidd,
@ikidd@lemmy.world avatar

Dockerfile, especially for something like a CLI app like that. Change your dockerfile and rebuild when you need to upgrade.

ikidd, (edited )
@ikidd@lemmy.world avatar

Yah, it’s been trash from the start. I tried it 2 years ago and the unpredictable weird shit it did was useless to try to troubleshoot. It was worse than trying to run Docker on Windows, if that can be believed.

Debian with the Docker convenience script is the way to run Docker.

ikidd, (edited )
@ikidd@lemmy.world avatar

Try Insular which lets you install Play Store inside an island that is essentially a bare android system. If the apps access anything on the operating system like contacts, etc. they just get empty data (unless you populate that islands Contacts with what you need for an application). You can make multiple islands if you need to isolate other applications from each other, or you can just install all untrusted apps inside of one island and let them feed off each other. I’ve also seen people poison the data those applications get with bullshit data in the things they are accessing inside the island and sending back.

I’ve used this very successfully with GrapheneOS, it’ll run my bank app for instance, so I don’t have to keep Play Services on my mainland profile. You can also move apps from mainland to island, or island to island inside the Insular manager.

ikidd,
@ikidd@lemmy.world avatar

Wayland has fixed so many head-scratching issues I would get running 6 monitors on 2 GPUs under X11. I’d often end up with missing monitors, placed in wrong spots that I’d have to rearrange every reboot until an update would come through that would fix it again for a few months, then all over again.

Since I moved to wayland, everything just works. When it doesn’t, it’s not a display server issue, it’s something physical. I just had a couple monitors fail to show up and thought “oh hell, it’s back to this, eh”. But I open the tower, seat the offending GPU better, and everything comes up like normal, and all the screens are in the right position, it just remembers.

Anyone that thinks X11 is still superior probably runs on a laptop with a single screen.

Anyone seen or built an alternative to the M5Stack Atom Echo for HA voice pipeline?

These things aren’t bad, I’ve got a few that I use sort of successfully, but the speaker and mic aren’t very powerful. I was thinking of building one with an ESP32 and i2S (not i2c, that threw me off too) speaker/mic, but I’m wondering if I’d be reinventing the wheel here if there’s a better alternative already out...

ikidd,
@ikidd@lemmy.world avatar

If you’re getting into Proton, you might want to look at Nobara.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #