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…
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.
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.
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.
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.
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...
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!
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.
We have our house and a cabin. While I guess I could make an area for the cabin, it has it’s own areas that I’d like to manage separately (and copy automations directly)....
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.
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?
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...
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.
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...
I spent two hours today trying to figure out why Nextcloud couldn’t read my data directory. Docker wasn’t mounting my data directory. Moved everything into my data directory. Docker couldn’t even see the configuration file....
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.
For my degoogled android, I am uninstalling bloatwares using adb. Now, I even decided to remove Play Store and use Aurora Store and Obtainium; but haven’t touched Google Play Service....
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.
Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate....
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.
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...
It’s been more than 2 years since I started to mainly use GNU/Linux sistems as my daily Os, so I want to share a little of the journey with the community, the ups and downs, the experiences I went through, and all of that stuff so let’s just start...
Never again (lemmy.world)
Alternative to Home Assistant for ESPHome Devices
Hello,...
"Outdoor Cat vs Indoor Cat" by Sarah Andersen (lemm.ee)
Source: Website - RSS
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...
The "safest" way of self hosting
Hello peoples,...
Do I need a separate HA Cloud subscription for the cabin?
We have our house and a cabin. While I guess I could make an area for the cabin, it has it’s own areas that I’d like to manage separately (and copy automations directly)....
[Fixed] Fedora 39 keeps rebooting when left idle for a long time
Edit: Fixed by this comment: lemm.ee/comment/8626267 Thanks!...
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...
What do you think is the coolest designed sci-fi gun?
I mean the physical design of the gun, not the projectile or effect.
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...
PSA: The Docker Snap package on Ubuntu sucks.
I spent two hours today trying to figure out why Nextcloud couldn’t read my data directory. Docker wasn’t mounting my data directory. Moved everything into my data directory. Docker couldn’t even see the configuration file....
When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**
Whom also likes to game every now and then ;)...
How can I run apps without Play Store
For my degoogled android, I am uninstalling bloatwares using adb. Now, I even decided to remove Play Store and use Aurora Store and Obtainium; but haven’t touched Google Play Service....
KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future (www.phoronix.com)
Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate....
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...
2 years on GNU/Linux - a retrospective attempt
It’s been more than 2 years since I started to mainly use GNU/Linux sistems as my daily Os, so I want to share a little of the journey with the community, the ups and downs, the experiences I went through, and all of that stuff so let’s just start...