Metadata-Version: 2.1
Name: sunnybeamtool
Version: 0.1.1
Summary: SMA Sunny Beam Tool
Home-page: https://github.com/dannerph/SunnyBeamToolPython
Author: Philipp Danner
Author-email: philipp@danner-web.de
License: GNU Lesser General Public License v3 (LGPLv3)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# SunnyBeamToolPython

Python library for accessing the Sunny Beam device from SMA. Reads power production of the solar panels through the Sunny Beam:

- ```get_measurements()``` current production (power in W, daily energy in kWh, total energy in kWh)
- ```get_today_measurements()``` historical power of the current day (datetime, power in W)
- ```get_last_month_measurements()``` historical energy per day of the last month (datetime, energy in kWh)

Code is based on <https://github.com/SBFspot/SunnyBeamTool> and ported from C to python. Credits go to michael  <mich dot peeters at gmail dot com> and Stefan Arts, Holland <stuffie at steunopensource dot nl>


