cmcgerty / Sofar2mqtt

A smart home interface for Sofar solar and battery inverters.
GNU General Public License v3.0
79 stars 45 forks source link

Webserver, Json output and OTA added to v2 #50

Open cliffdude opened 1 year ago

cliffdude commented 1 year ago

In case anyone is interested and Colin would like to merge....

Added a webserver to get status, option to "disable" the OLED (I don't need it). Json output via webserver for integration with other platforms or python scripts. OTA updates via arduino IDE are now possible.

Sorry if I have done the PR thing wrong, I am not a programmer!