this post was submitted on 12 Feb 2025
20 points (100.0% liked)

Home Improvement

9501 readers
1 users here now

Home Improvement

founded 2 years ago
MODERATORS
 

Hi!

What I* have:

  • a Raspberry Pi 3B
  • a solar PV system with Modbus output
  • a heat pump with Modbus output

What I want:

  • energy stats of the PV and the heat pump, going back for a few years, without needing cloud access
  • trigger the heat pump into overdrive when there's excess solar
  • something that works well on a RPi 3B
  • usable phone frontend (not necessarily an app, but kinda like it)

What I tried: Home Assistant -- which works but is very complicated and behaves rather funkily on the hardware. I suspect that putting a whole bunch of Docker containers on a lowly RPi is kind of a bad idea. But also, with Home Assistant, there appears to be a rather steep learning curve because there's just so much stuff.

What I've superficially considered but haven't tried: OpenHAB. Would be interested in learning if that's better.

(* actually none of these are mine, but for the purposes of this post, let's assume I have control of all this stuff.)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 week ago (1 children)

Besides the specialist PV solutions node red might actually also be an alternative for what you want to achieve - but I also cannot understand the issues with HA. Is it possible that your SD card is slow/detectiv?

[–] [email protected] 1 points 1 week ago (1 children)

Hm, I guess I could try a different SD card. The card is new but I figured it'd be fine and didn't check speed much.

I will also check what Node Red is. Thanks!

[–] [email protected] 1 points 1 week ago

You can also simply copy the current install on a USB stick and boot from there - once you have the SD card running that's also an option. Tutorial: https://pimylifeup.com/raspberry-pi-boot-from-usb/