Skip to content

This is a fork of the C-Program sma-bluetooth to read out SMA Solar Power Inverters via Bluetooth. It is step by step refactored to modern C++ Code.

Notifications You must be signed in to change notification settings

heinemml/sma-bluetooth-cpp

 
 

Repository files navigation

sma-bluetooth

A C program to connect to sma inverters and export data.

Build Dependencies

  • libcurl
  • libbluez
  • libxml2
  • libmysqlclient
  • libfmt

debian/ubuntu

To install dependencies on Debian/Ubuntu:

sudo apt install libcurl4-openssl-dev libbluetooth-dev \
                 libxml2-dev libmysqlclient-dev libfmt-dev

build

Default CMake style build

mkdir build
cd build
cmake ..
make

Issues - use github issue tracker.

About

This is a fork of the C-Program sma-bluetooth to read out SMA Solar Power Inverters via Bluetooth. It is step by step refactored to modern C++ Code.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.9%
  • C 1.1%
  • Other 2.0%