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.
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…
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.
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!
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.
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.
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.
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.
No, I see all the config files in VScode, but I really don’t have much need for that since I’ve usually done that stuff via SSH. I was wondering if VSCode gave any sort of actual integration with HA like the NodeRed Companion does by exposing all the entities within the IDE so you can do your own coding.
Another commenter mentioned Pyscript which seems like it does some sort of tying together of HA and code.