Earlier quoted context omitted.
You can deploy it as a docker image in a few minutes. If you already run a homelab of any sort (which most of HN does), it's basically free.
> If you already run a homelab of any sort (which most of HN does) You sure about that? I feel like there are plenty of folks on here whose only computer is a MacBook
Huginn: Create agents that monitor and act on your behalf
131–140 of 149 posts
Re: Huginn: Create agents that monitor and act on your behalf
#132It's fun to wake up to find a project that I started on the top of HN! These days, I'm no longer very involved with the day-to-day of the project. Now that it's no longer a young project, here are some musings about Huginn and responses to people's comments in this thread, in no particular order. I've found that Huginn excels as a scheduled web scraper with lightweight filtering. That's what I use it for. On the othe…
Re: Huginn: Create agents that monitor and act on your behalf
#133Re: Huginn: Create agents that monitor and act on your behalf
#134I've operated a huginn for 5+ years. AMA
Is configuration saved in textfiles which I can put under versioncontrol and backup, or is it some unaccesable binay blob?
How much does it break with each update? And how often does it receive bigger and smaller updates?
How does this compare to something like home assistant or node-red, if you know this software.
Anything you consider missing or lacking on some area?
Re: Huginn: Create agents that monitor and act on your behalf
#135It's fun to wake up to find a project that I started on the top of HN! These days, I'm no longer very involved with the day-to-day of the project. Now that it's no longer a young project, here are some musings about Huginn and responses to people's comments in this thread, in no particular order. I've found that Huginn excels as a scheduled web scraper with lightweight filtering. That's what I use it for. On the othe…
I'm excited to check this out, but I wanted to congratulate you on a truly excellent project name. Having spent many, many hours in naming struggles, I truly appreciate the perfection. And for those unfamiliar, the (also amazingly named) historian Snori Sturluson explains: "Two ravens sit on his (Odin’s) shoulders and whisper all the news which they see and hear into his ear; they are called Huginn and Muninn. He sen…
I thought what a weird coincidence that they'd choose this very similar weird word ... but now that you point out it's the name of one of Odin's ravens, I guess it's not quite as uncommon of a word.
Re: Huginn: Create agents that monitor and act on your behalf
#136I've operated a huginn for 5+ years. AMA
How does configuration works? Is it just configurable through the webinterface or can I update/set workflows with some external script? Is configuration saved in textfiles which I can put under versioncontrol and backup, or is it some unaccesable binay blob? How much does it break with each update? And how often does it receive bigger and smaller updates? How does this compare to something like home assistant or node…
Primarily Web interface. Though, the CommanderAgent can configure and trigger other agents. You can use that in combination with your external script for configuration.
> Is configuration saved in textfiles which I can put under versioncontrol and backup, or is it some unaccesable binay blob?
Agent configurations are stored in the database and can be exported as text files for your backups.
> How much does it break with each update? And how often does it receive bigger and smaller updates?
Making sure updates don't break existing installations is one of the top priorities of maintainers. Most of the updates are small/incremental. And I haven't had any problems with the updates breaking things.
> How does this compare to something like home assistant or node-red, if you know this software.
I looks at node-red years ago and determined it wasn't as mature of a project. Things could've changed since then. And I haven't heard of home assistant.
> Anything you consider missing or lacking on some area?
The UI is a bit basic. Though, I think this can also be looked at as a feature instead of a flaw.
Re: Huginn: Create agents that monitor and act on your behalf
#137This looks worth checking out but I’d love to see a Lambda version of it
Re: Huginn: Create agents that monitor and act on your behalf
#138Re: Huginn: Create agents that monitor and act on your behalf
#139Earlier quoted context omitted.
You can deploy it as a docker image in a few minutes. If you already run a homelab of any sort (which most of HN does), it's basically free.
> If you already run a homelab of any sort (which most of HN does) You sure about that? I feel like there are plenty of folks on here whose only computer is a MacBook
It works fine, along with a whole bunch of other stuff in Docker.
Re: Huginn: Create agents that monitor and act on your behalf
#140This looks worth checking out but I’d love to see a Lambda version of it
what would be your preferred way of scheduling lambdas and doing storage?
Firebase database for long term persistence.
Huginn for scheduling and event based triggers of those cloud functions.