Coder Social home page Coder Social logo

semmy's Introduction

Semmy

Personal Solar Energy Monitor

Supported inverters

Out-of-the-box support is provided for StecaGrid inverters that have an Ethernet interface and web portal with a "Measurements" page. If your inverter does have an Ethernet interface, but no such page, then you need to update the firmware.

Semmy is intended to be completely extensible. You can add support for other inverters by implementing the Inverter contract. Hook it up in the InverterServiceProvider and feel free to send a pull request.

Supported logging portals

Semmy currently supports logging to PVOutput.org and Sonnenertrag.eu.

Support weather services

Weather conditions can be retrieved from:

You can add support for other weather services by implementing the WeatherStationContract contract. Hook it up in the WeatherStationServiceProvider and feel free to send a pull request.

Setup

  1. Copy .env.example to .env
  2. Edit .env to suit your configuration
  3. Add the following to your crontab:
* * * * * php /path/to/semmy/artisan schedule:run 1>> /dev/null 2>&1

Semmy also provides a real-time web dashboard that shows the current status of your solar generation and current weather conditions. In your web server, set the document root and index to public/index.php and be sure to enable rewrite support.

License

This software by Roderick van Domburg is licensed under the terms of the MIT License.

Beautiful graphs are powered by Highcharts, which is licensed under a Creative Commons Attribution-NonCommercial 3.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/3.0/.

Free weather data from OpenWeatherMap is licensed under a Creative Commons Attribution-ShareAlike 2.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.0/.

semmy's People

Contributors

roderickvd avatar

Watchers

 avatar

Forkers

metcorne darkopet

semmy's Issues

Migrate to mysql

Hi Roderick,

I just installed semmy, but there are no tables created in the mysql database. I changed DB_DRIVER to mysql, but nothing happens. Do you have any idea?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.