kellerza / pysma

Async library for SMA Solar's WebConnect interface
MIT License
59 stars 51 forks source link

MQTT Support #27

Closed bccrew closed 5 years ago

bccrew commented 5 years ago

Hi,

I was wondering if you would like to consider adding mqtt support. It's becoming a very common standard in home automation and it would open doors in adding support for other systems like Domoticz or Openhab for monitoring SMA inverters.

Sending value's as mqtt payloads to a broker would suffice.

Thanks!

kellerza commented 5 years ago

This is not something I am specifically interested in and I see it as quite a lot of work

Components required:

The home assistant component gives you all this and a better experience in my view (it also has a very helpful community)

Feel free to build this using this library, we can even include/PR that into this library if you are willing to help