Skip to content

Design review / comment #1

Description

@jharvey

@krzysztof9nowak
I figured I'd start a conversation here. The charge controller repo is just a copy of the FUGU's hardware. This repo is very similar, but also includes more features.

A short version of the below.
-- Do you have suggestions for the transformer? I need to find a solution for this. I'm hoping it's around 60Hz of 120VAC at 20A. However I also expect each panel can't really handle the full load, so I could probably get by with something like 5A instead.
-- Do you have suggestions for BMS? I'm starting to look at BMS options.

Longer description of the above is below.

My goal here is to make a portable solar power useable source of energy generator. I want to mount the electronics behind a solar panel and making it portable. Basically I want to be able to put the panel in the yard, prop it up at an angle, and have it generate VAC, preferably with a battery which can capture energy during the day and allow it to keep powering during the night. One panel in the 45 degrees of latitude area can probably provide enough energy to recharge a 50AH 12V battery during the day. Then the battery allows consumption of that energy during the night. I'll attempt to make the panel system hold a 100AH battery as that can commonly power a refrigerator overnight. I understand a normal lead acid car battery is approx. 100AH.

My current goals, at the moment for this repo are below. Feel free to add feature requests. I'll incrementally pick manageable bites and make incremental progress. However I like to have the full feature list so I can avoid making obstacles for myself relative to future work.
-- Portable all in one self contained useable solar power generator. MPPT, Battery, BMS, pure sine inverter, etc. All in one unit. It may power a refrigerator or it may power a ham radio. So pure sine wave is desirable. I want it to be physically capable of powering 120VAC 60Hz at 20A. However battery capacity and the panels ability to generate the energy are not going to obtain that with a single panel in a sustainable fashion. So I'm thinking one panel with the ability to generate useable power, which includes a remote storage connection that allows other panels or other storage options.
-- We have a distributed neutral in the US, so I was planning for 220V to be possible by using 2 panels. However I tend to flip flop on if I should make the transformer with an optional neutral. I understand many areas like the EU do not distribute the neutral.
-- I think it should be able to sync with other sources of VAC. So if I have a generator, wind, car battery / inverter, or other source of AC, I want to plug in this panel and have it sync with the existing AC then contribute power.
-- Sync with other nearby solar generators. If I put multiple of these in the yard and plug them all into a power strip, they learn about each other and manage each other. For example, the load is 500 watts, and I know that panel 1 has an empty battery and 300 watts of solar energy, but panel 2 has full battery and 300 watts of potential energy, then the panels should figure out that panel 2 should provide 300 watts of the load energy, and panel 1 should provide 200 watts of load energy while banking the other 100 watts goes into charging the battery.
-- If mains voltage is detected, then use it to charge the solar battery. If you have another source of intermittent energy like a generator or wind, then capture that energy and store it.
-- Hot water generator. Basically put tubing on the panel, and capture the heat energy. I plan to include some components to power a pump and allow it to circulate water through the tubing. This can be as simple as liquid cooling, or it could be used as a source of hot water.

I've got 7 of these panels, so to some extent I'm designing this project accommodate these panels. For example, I know I've got 36V to work with so my battery max voltage will be 36V. I'll desire to use a 24V battery, which allows the MPPT buck some head room to work with as it attempts to track.
https://store.santansolar.com/wp-content/uploads/2022/03/document.pdf

BMS I'm considering things like this. https://www.beyondlogic.org/review-li-ion-lipo-lifepo4-lithium-battery-active-equalizer-balancer-energy-transfer-board/ I've also found this https://github.com/stuartpittaway/diyBMSv4 I think I want active cell balancing instead of the resistor balancing.

However I'm thinking of using it with lead acid, not lithium based tech. Also about batteries, I have some odd plans. I'm thinking that I'll likely experiment with a bucket of acid, then if the cell voltage drops, use a peristaltic pump to replace the acid. If the voltage of the battery get's to high, then reverse the pump and fill up the acid. Basically I don't need high amps from the battery, but I do need high energy storage capacity. I'm thinking lead acid as I could re-claim the lead and re-cast plates. This would allow the battery cells to last a very long time for low $. I've also heard that Epsom salts can be used as an electrolyte. So I may experiment with different chemistry.

At the moment I'm drafting the pure sign inverter and I'm starting to look at BMS. A key issue I'm trying to figure out is how to get my transformer for the sine inverter. I'm thinking of winding a toroid. Do you have thoughts or suggestions on how to get a transformer? Remember I'm aiming to keep is low profile so it can fit behind the solar panel.

Also I'm starting to look at BMS. For now I'm thinking of a pile of lead acid car batteries. But longer term I'll want mount the battery behind the panel. The panel has large X and Y dimensions with a fairly short Z dimension. A car battery does not fit in this physical area, and would make the overall panel system less portable. I'd like to incorporate the battery in the the back of the panel. So I may look to balance the individual cells but for now I'm thinking of balancing multiple 12V cells. With only 2 or 3 cells, the balancing may not be strictly required.

On a side note, this is an interesting method for boosting your panels power for low $. https://www.youtube.com/watch?v=FKhszB4E1_M

It's a rainy day, I go start chipping away at your design suggestions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions