Giter Site home page Giter Site logo

androidcyprus / pyyasdi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from plieningerweb/pyyasdi

0.0 2.0 0.0 20 KB

This is an XMPP-IoT python implementation with the yasdi driver to reach an SMA inverter over serial RS485 line

Makefile 2.82% Python 97.18%

pyyasdi's Introduction

pyYASDI - yasdi for unix with some bugfixes

Installation

Get yasdi source code from http://www.sma.de/en/products/monitoring-control/yasdi.html.

# on raspberry pi
mkdir yasdi
cd yasdi
wget http://www.sma.de/yasdi-source-code.html
unzip yasdi-source-code.html
sudo apt-get install -y cmake
cd projects/generic-cmake
mkdir build-gcc
cd build-gcc
cmake ..
make
sudo make install  

sudo ldconfig

# logout and login to update
# paths for libraries, otherwise set
export LD_LIBRARY_PATH=/usr/local/lib/

# clone this repo
cd ~
git clone [email protected]:plieningerweb/pyYASDI.git
cd pyYASDI

# this assumes that you have an RS485 converter on /dev/ttyUSB0
# connected to your inverters
# otherwise change yasdi.ini
python read_all.py

Links

pyyasdi's People

Contributors

plieningerweb avatar joachimlindborg avatar

Watchers

James Cloos avatar  avatar

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.