/casitaAzul

Casita Azul

Primary LanguageC++MIT LicenseMIT


Casita Azul

Contributors Forks Stargazers Issues MIT License LinkedIn

The thoughts, designs, and plans for a heavily over engineered blue kids play house.
Systems · Future · Hat Tip Resources

Casita Azul Picture with Logo written on the roof
Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

The Project

Kids need a place that is all there own. In a fortuitous, and mutually beneficial arrangement, my renewable energy tinkering has benefitted my kids with upgrades to their play house. And that has also benefitted my conscious when I tell them go play outside, no matter the time or weather.

Principles Leading To This Design

  • Why not just bring in elecrical mains from the utility company?

    • Safety. My daughters are playing in there as young as 2 years old, and I want them to be able to play with forks and not worry about them sticking it in a wall socket.
    • Sure You could bring in a long conduit with romex and put a large DC converter. Fair Enough. I did not want to deal with code compliance, and I wanted to be able to add more power later, with out having to run mess with digging and with conduit.
    • I also enjoyed getting my "hands dirty" with creating an off-grid principled system.
  • Why not just use a 12V system?

    • Max Watts in for my MPPT is double with 24V systems
    • Wire is cheaper to run smaller gauge wire - for smaller currents
    • Just using a 12v dc-dc converter to get a 12v rail
  • Why not Use Bigger Panels?

    • I would have if I was starting today. I would have used ~400W panels. But I limpped into the projerct.
  • Why not use a 48V system?

    • If I was running my regular house on a solar+battery system, I would indeed use a 48V system, however that would have needlessly upped my budget on the project.

Systems

Structural Systems

  • Rigid Structure
  • Insulative Systems
  • Vapor Barriers
  • Sheathing Barriers

Power Systems

  • Solar Panels
    • Mounting
    • Wiring
  • Charge Controller
    • What to look for when buying
  • Batteries
    • Low Voltage Cutoff
    • Power Shunt
    • Configuration

Electrical Systems

General Working Knowledge of Electrical Systems

Ingredients

Thermo/Climate Systems

Future Plans

New Hardware

  • Solar Furnace

Climate Control Automation

  • Planning Thermostat based on Energy Constraints
  • Wemos Relays for sidecar activatation of various

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at //example.com
  2. Clone the repo
    git clone //github.com/your_username_/Project-Name.git
  3. Install NPM packages
    npm install
  4. Enter your API in config.js
    const API_KEY = 'ENTER YOUR API';

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Add Changelog
  • Add back to top links
  • Add Additional Templates w/ Examples
  • Add "components" document to easily copy & paste sections of the readme
  • Multi-language Support
    • Chinese
    • Spanish

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @your_twitter - email@example.com

Project Link: //github.com/your_username/repo_name

(back to top)

Hat Tip Resources

  • Will Prowse
  • Dave Poz
  • Desertsun02
  • Sister Project: SolarPi

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)