Skip to content
  • RPi Alternative: Orange Pi Zero 2 (1GB)

    SBC
    3
    1
    2 Votes
    3 Posts
    4k Views
    toggledbitsT
    UPDATE (Jan 2026) The Orange PI Zero 2 1GB is still available from that large, well-known online retailer; current pricing is $39. I have one of these boards in service as my pool interface. Trouble-free, faithful service. The big plus for my particular use is that is has its WiFi on a UFL connector rather than traces-on-board, so I can use an external antenna for better range to the nearest AP in my home. Again, don't confuse this board with the Orange Pi Zero or the Orange Pi Zero 2W, which are different boards.
  • RPi Alternative: Libre Computer AML-S905X-CC "Le Potato" (2GB RAM)

    SBC
    6
    5 Votes
    6 Posts
    4k Views
    toggledbitsT
    UPDATE — JANUARY 2026 Since this Libre Le Potato board is still a good lower-cost alternative to RPis (especially for running Reactor), I pulled it out and did an update on the OS (Ubuntu 22.04.1). It had been in storage since I wrote the first post in November 2022, so it was... ahem... a little behind. My first attempt at apt update semi-failed because a signature for one repository had changed, so that had to be fixed (easy): wget https://deb.libre.computer/repo/pool/main/libr/libretech-keyring/libretech-keyring_2024.05.19_all.deb dpkg -i libretech-keyring_2024.05.19_all.deb From there, I was able to update the OS as usual. After the update, Ubuntu offered an upgrade to the current 24.04.3 LTS release. In the interest of science, I went for it (do-release-upgrade). That went less well. The system came up, but without networking and ssh access. I had to fix that with a locally-connected HDMI monitor and keyboard by adding (as root) a /etc/netplan/01-netcfg.yaml file as follows: network: version: 2 renderer: networkd ethernets: end0: dhcp4: true Then run (still in a shell as root) netplan apply to bring the network up (you should be able to ping something at that point), and then systemctl enable ssh to re-enable sshd at startup. I then rebooted the unit, and all was well and it was ssh accessible. I then upgraded nodejs to the current v24 LTS, and ran Reactor, no problem. As of this writing, the price of this board at that large, well-known online retailer is around US$45. A heatsink for the CPU may be needed. An upgraded/newer Sweet Potato model AML-S905X-CC-V2 runs about US$60 (with 2GB RAM). Same CPU; changes include heatsink now included/installed, DDR4 RAM, UEFI BIOS, USB C power input (5V/3A), support for a PoE hat, and an eMMC 5.x SM interface. A 16GB eMMC (flash disk) 5.x module is available (same source) for around US$10. Direct OS support includes Debian 13 and Ubuntu 24.04 LTS). Since eMMC 5.x modules are available for the Sweet Potato, I highly recommend it (I wasn't able to find a seller of eMMC 4.x modules compatible with the older Le Potato at this point). MicroSD cards are notoriously failure prone (they're not up to the sustained, frequent writes of general purpose OSs). The NAND flash will do much better and likely be faster. Alternately, you could use an overlay filesystem. Maybe I'll write a post about that separately, if anyone wants to know.
  • HA and AI

    Home Assistant
    4
    0 Votes
    4 Posts
    543 Views
    therealdbT
    It surely depends on the model. I’ve seen great results with Claude 4.5, Gemini 3 and GPT 5+. I’m lucky to have all them accessible thru GitHub CoPilot Pro. But I agree. Giving the best context with your instructions surely makes a difference.
  • How to upgrade from an old version of MSR?

    Multi-System Reactor
    26
    0 Votes
    26 Posts
    2k Views
    CatmanV2C
    Couple of observations: You don't need to start from ground up HA plays really nicely with MSR and Vera. You can slide over as slowly as you like (I think I was running for nearly 2 years before I got the time to move it all I've been playing with AI as well (saves me bugging the brains trust here) Chat GPT and Claude. Although Claude is better they are both wrong FAR MORE often than they are right. I've been through 20+ iterations of code, every time being told 'This will absolutely work' and it doesn't That's not a massive issue as I sort of know what I'm doing, but I absolutely would not expect any AI at this point to be able to set you up a complete HA set up from scratch. As for Proxmox it does seem to be very popular. I'm not sure why as it's kind of complex (or looks that way to me after very limited study) I'm running my VMs on my Synology NASs. They are protected on a UPS, and take a snapshot every night. Roll back to a working instance takes minutes if not seconds. $0.02 C
  • 0 Votes
    18 Posts
    1k Views
    toggledbitsT
    Don't forget to hard refresh your browser as well.
  • Self test

    Multi-System Reactor
    3
    0 Votes
    3 Posts
    346 Views
    CatmanV2C
    Awesome! C
  • 0 Votes
    2 Posts
    357 Views
    toggledbitsT
    Sorry, that's not possible in the current incarnation of access control... either everything is protected by user authentication (login), or its not. I use a trivial password on my guest account ("guest") to work around it.
  • Oddness in Copy/Move of Reactions

    Multi-System Reactor
    1
    4
    0 Votes
    1 Posts
    315 Views
    No one has replied
  • [Solved] function isRuleEnabled() issue

    Multi-System Reactor
    4
    2
    0 Votes
    4 Posts
    554 Views
    CrilleC
    Never mind. I found the issue, this works as expected isRuleEnabled('rule-mj4xiyr8') where the rule id needs to be quoted with ' or ". Not obvious in the docs, my bad for not testing that first.
  • 0 Votes
    3 Posts
    451 Views
    therealdbT
    @toggledbits yes, fixed! thanks.
  • Possible feature request 2?

    Multi-System Reactor
    3
    0 Votes
    3 Posts
    340 Views
    CatmanV2C
    Oh! Damn! And thanks! C
  • Genuinely impressed with Zigbee and HA / Reactor

    Zigbee
    9
    1 Votes
    9 Posts
    1k Views
    CatmanV2C
    Well pretty much complete with the migration. I have one Fibaro smart module left which will be retired when my external Temperature / Humidity sensor arrives today, then the main and underfloor thermostats (which I will probably keep as response time is not really a major issue) There's a stack of virtual switches which trigger things like getting up and going to bed. I can replace those in HA (and probably will). C
  • Copying a global reaction

    Multi-System Reactor
    3
    0 Votes
    3 Posts
    389 Views
    toggledbitsT
    Got it. Next build likely for this weekend.
  • [HowTo] Using HABridge with Reactor

    How-To
    9
    0 Votes
    9 Posts
    1k Views
    CatmanV2C
    Ahh well I rather assumed that someone smart (like you two) would look at my URL in HA bridge and immediately spot the fault As ever, appreciated and working C
  • 0 Votes
    4 Posts
    542 Views
    toggledbitsT
    Yeah, I think the underlying package has some kind of half-check somewhere, like if (payload) { ... } to see if a payload is being sent, and that would fail for boolean false and other falsy values, but it doesn't matter, I don't assume the proper conversion below me, and I missed it on the exception case in that action, so there's good permanent fix (for the code... my brain, maybe not so much).
  • Difficulty defining repeating annual period

    Multi-System Reactor
    5
    0 Votes
    5 Posts
    431 Views
    G
    @retireditguy here's my xmas which is tricky because it moves year-to-year based on starting the day after Thanksgiving: [image: 1767447096039-a7c80e12-b0cf-4ab3-b6e4-c178b45c8f46-image.png] And here's my Thanksgiving which is tricky because it moves year-to-year, being based on the "fourth Thursday of November": [image: 1767447187394-15300be5-ee5a-4804-973b-d63b72fa404f-image.png] And here's a more "traditional" one for a set date: [image: 1767447243483-11db8315-158a-40d0-9bfb-390479a640a9-image.png]
  • Need help with sequence

    Multi-System Reactor
    3
    0 Votes
    3 Posts
    283 Views
    therealdbT
    I will change my logic to just check for your state to be disarmed (so, no changes) for at least 5 secs, or as already suggested, just use OR with all the possible variations you’d get.
  • Possible feature request?

    Multi-System Reactor
    5
    0 Votes
    5 Posts
    580 Views
    therealdbT
    I did a "replace script" that's parsing JSON files and replacing references. Every time I change a device (i.e.: I pair a new Zwave device or replace some Wi-Fi thing with ZigBee/Zwave), I run it with old device and new device as params. Back in the days I mostly did it manually. Here's the todo list: Stop reactor Copy storage folder (and make a backup) Search for the old device ID and change accordingly Save files, copy to storage folder Start Reactor again I agree a much needed feature will be the ability to filter rules by device. At least you'll easily spot the ones not used in code blocks and that will be useful when you don't remember the exact rule that is doing something with a particular device.
  • 0 Votes
    11 Posts
    1k Views
    CatmanV2C
    @Pabla very clever! C
  • Time series documentation

    Multi-System Reactor
    11
    0 Votes
    11 Posts
    1k Views
    tunnusT
    @toggledbits adding depth did the trick, thanks again!

Recent Topics