Messages - Shades [ switch to compact view ]

Pages: [1] 2 3 4 5 6 ... 581next
1
Living Room / Re: Gadget WEEKENDS
« on: April 20, 2024, 06:21 PM »
Finally got the ZimaBoard yesterday. It's aesthetics I like. I was using an 12+ year old PC as a OPNSense router, but it failed after a brown-out. Managed to get it back up and running and ordered this ZimaBoard as a replacement. I'll use the 4-port NIC from the old system with the Zimaboard instead. I bond 2 internet connections from different ISPs. Forum post told me that people like the Zima gear to act as their router after adding non-Realtek NICs to the unit.

Got the 8GByte one and I have played with the CasaOS that comes with it. It all works decent enough. If you are a bit patient and don't visit intensive websites, It is practically good enough as a replacement for a normal computer. Needed to get a cable that converted the mini display port to a more useful type of connection in these parts of the world. Once I did that, I connected an SSD to the device and that makes quite a positive difference. The SSD had still a Linux Mint installation on it and after the a somewhat lengthy first boot, it booted and worked fine.

As far as I know, Raspberry Pis are much more constrained regarding available computing resources, so how useful those would be for my particular use case, I do not know. A friend of mine abandoned his RPi 2, he's totally into ESP32 devices now. He's making all kinds of measuring devices with those in an attempt to automate his home. He got an ancient massage chair from NL Replaced motors and redid all the electrical logic with an ESP32 instead of repairing what was there, programmed a web-interface in Home-Assistant for that ESP32 device and now he can control that massage-chair via his computer/laptop/phone. Works wonderfully well.

ESP32 can't do much computationally. But they are very versatile. And for the 2 to 3 USD cost-price per unit, much more useful than his RPi2. Especially in combination with Home-Assistant and its 'Node-Red' extension/plug-in.

2
Do you know any free web/cloud solution to monitor a webpage for changes and send you an email notification?

You mentioned a web/cloud service.  There is often a free tier that you can use for less than 10 or 25 websites. There are also some selfhosted options. It used to be possible to self-host something like this using some free tier of a cloud service.

But in a pinch if I had to pay I would support an opensource project that had a reasonable pricing model. 

https://github.com/thp/urlwatch  /  https://thp.io/2008/urlwatch/ URLwatch  (I believe open source)
https://github.com/dgtlmoon/changedetection.io   opensource, docker image but I think there are limits of what you can do with selfhosted option.  Noticed this https://torvald.no/web-change-detection when looking for the link.
https://github.com/huginn/huginn a hackable IFTTT  docker
https://github.com/louislam/uptime-kuma  https://uptime.kuma.pet/   Opensource, there is a dem that has some site query information.


  • Huginn - Not easy to use. I have the Docker deployed in a Proxmox environment. Haven't spent all too much time with it, but the examples I saw when glancing over those, they looked involved.
  • UpTime Kuma - Run that also in the same Docker setup. This is not really useful for tracking content. It is great in hooking up any kind of service you run inside your network to let it check if it is up or not. You can then use webhooks to get informed by UpTime-Kuma via its interface, mail, Teams/Slack/Discord, Telegram and so many other (web-)services. In that guise, UpTime-Kuma is excellent. But for tracking changes in web-based content, not so much.

3
Living Room / Re: Gadget WEEKENDS
« on: March 16, 2024, 08:17 AM »
You like the ZimaBoard 432?

Looking for a small device that can act as a OPNSense router (with at least 3 ethernet connections for 2 ISPs and at least one large(r) POE switch. I saw reviews on the internet, which are mostly quite positive, especially the 8GByte RAM version. Only a few talk about the existence of a 4GByte version, not really a part of their review.

For the envisioned router needs, 4 GByte of RAM is more than enough for at least the coming 5 years.

4
The tool type you search for is called:  Web Scraper.

There are many tools like that, the search engine of your choice will provide more than enough links. Some of these tools have a notification feature, email support is often included.

These tools are not that easy to use/configure, but once you get your head around these, they are pretty reliable at what they do. Realize though all these things you yourself will need to figure out as only you know on which information change has to trigger the notification. As most tools actually provide manuals and sometimes even step-by-step instructions, that shouldn't be too big of a problem.


5
Which version of PowerShell are you using? The one included in Windows itself or the open-source version?

The open-source version is at version 7.x, Powershell included with Windows isn't.

You can run both versions next to each other, that is not a problem on any of the Windows computers in my care (which all run Win 10, Win 11, Server 2019 or Server 2022). The open source version exists, because MS wants PowerShell to be adopted into every operating system, so it is possible to run PowerShell scripts on Linux servers. Not WSL, but real Linux servers.

The open-source version gets more "love" from everyone, incl. Microsoft, so it may be possible that your script works in the open-source version.

Currently I am using the open source version to "play around" with projects that include LLMs to make the computer create all the scripts it needs to accomplish requests I make. Been using the OpenAI LLMs with that, but also with LLMs I run locally. I only mention it, because OS PowerShell works well with this, while the included PowerShell does not.

Pages: [1] 2 3 4 5 6 ... 581next
Go to full version