• 1 Post
  • 105 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle

  • What type of batteries?

    The MultiPlus can act as a solar charge controller, do you need the extra MPPT devices for added capacity?

    I’d leave the BMS until you get everything set up. To my knowledge, the only advantage of having the MultiPlus talk to the BMS is to get state-of-charge information, which you can also get from a shunt.

    The Victron gear should just give the BMS’s all they can and let the BMS do the limiting once the batteries are full.

    I don’t have any experience with JK BMS’s but they have RS485 so they should be able to talk to the MultiPlus. I’d wait for a better answer from someone more knowledgeable, or see if you can find the answer in the Victron manual. Maybe YouTube has some info. The OffGridGarage channel has a lot of Victron/JK content.






  • Not trying to lay blame, but doesn’t Venmo ask where you want the money to come from every time you send money? They don’t know your bank balance…

    Overdraft fees are evil. Some banks will even clear transactions to result in the most overdrafts without regard to which order the transactions took place. For example if there are two transactions, one for $100 and one for $5, and account balance of $50, they’ll purposely clear the $100 transaction first so both transactions trigger overdraft fees. They could clear the $5 first so only the $100 transaction triggers a fee, but nope.

    Also, if this is your first overdraft you might have luck calling the bank and asking for forgiveness. I did that once in college and they refunded the overdraft fees.


  • I have Frigate running with a reverse proxy, a coral, etc. I just use the internal Intel GPU on my CPU and it works with a 1080p and a not-quite-4k stream (4MP maybe?). It’s no sweat for the hardware.

    GPU is only used to detect motion, and you can even configure a lower resolution sub-stream from your cameras to reduce that load, but I don’t think you’ll need to.

    Once motion is detected, Frigate fires up the coral to determine what is there. A car, dog, person, etc.

    I have everything get recorded with no processing to a single WD Purple, the biggest I could afford. It holds months of video before rewriting over old stuff.

    I have Amcrest cameras which are rebranded Dahua I think. I’m relatively happy with them, but I’ve always dreamed of owning Axis cameras, though they are a bit pricey. My cameras are on a VLAN that can’t access the internet.

    Hope that helps.





  • That question is a little bit out of the scope of a forum like this. A question like that would better be answered by the nginx documentation. Sometimes the project documentation might have a blurb about nginx configuration specific for that project. For example, Immich.

    For the most part, you only have to reference the nginx documentation. I’ve never looked at the Immich config above until now, and my Immich server works great.

    I’ve had a reverse proxy for years, but the config files are very foreign to me because I use Nginx-Proxy-Manager. NPM makes nginx usable for dummies like me, at the expense of gaining a deeper understanding of how it works. I’m ok with that, but you might feel differently.