VooteleAer
New-ish here
I have been thinking about designing an open source DC inverter system, that could be DC microgrid capable. Each functionality would be implemented on separate module, sharing common high voltage (400-500V) DC bus.
So ,the modules could be:
- Battery to common bus (containing also bms functionality, could be even bidirectional topology so it could charge battery from the bus)
- MPPT to common bus (solar panel input, wind turbine input etc)
- Common bus to battery charger (can be used to charge e-bikes for instance)
- Common bus to H-bridge for generating 230V AC
- Common bus to DC grid (various voltages, according to Current/OS - Defining Standards for Direct Current Microgrids, also incoprorating precise grid voltage/current measurement and some sort of communication protocol. Powerline data adapters do exist, but aren't very suitable at this point. We have been testing HomePlug adapters and couldn't get more than 3 devices to network in real outdoor environment. We have been testing high voltage coaxial cables in our lab and they are a viable option - safe (positive wire embedded in center, surrounded by ground wire, also they can be used for high frequency communication without any sgnificant RF pollution. The idea was to provide BOTH power and high speed network in single cable. Ethernet over Coax would be maybe suitable technology.
- Controller module. This is where all the smart features would residue. Maybe Raspberry PI mated to some special carrier PCB. Web interface for managing all the settings, real time data dashboards etc. MQTT communication with external Smart Home (Home Assistant) systems.
Each module would have some sort of small controller embedded, which speaks CANbus, for instance.
And the main ideology would be -all those designs would be available to anyone along with schematics, gerber files etc so anyone can order their own from JLCPCB and similar services.
So ,the modules could be:
- Battery to common bus (containing also bms functionality, could be even bidirectional topology so it could charge battery from the bus)
- MPPT to common bus (solar panel input, wind turbine input etc)
- Common bus to battery charger (can be used to charge e-bikes for instance)
- Common bus to H-bridge for generating 230V AC
- Common bus to DC grid (various voltages, according to Current/OS - Defining Standards for Direct Current Microgrids, also incoprorating precise grid voltage/current measurement and some sort of communication protocol. Powerline data adapters do exist, but aren't very suitable at this point. We have been testing HomePlug adapters and couldn't get more than 3 devices to network in real outdoor environment. We have been testing high voltage coaxial cables in our lab and they are a viable option - safe (positive wire embedded in center, surrounded by ground wire, also they can be used for high frequency communication without any sgnificant RF pollution. The idea was to provide BOTH power and high speed network in single cable. Ethernet over Coax would be maybe suitable technology.
- Controller module. This is where all the smart features would residue. Maybe Raspberry PI mated to some special carrier PCB. Web interface for managing all the settings, real time data dashboards etc. MQTT communication with external Smart Home (Home Assistant) systems.
Each module would have some sort of small controller embedded, which speaks CANbus, for instance.
And the main ideology would be -all those designs would be available to anyone along with schematics, gerber files etc so anyone can order their own from JLCPCB and similar services.