arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
22.04k stars 4.78k forks source link

Make sky blue Solar Charge Controler #21319

Closed meMorizE closed 5 months ago

meMorizE commented 5 months ago

Screenshot 2024-05-02 at 16-47-32 Solar Charger 1 - Main Menu

Description:

Support for MakeSkyBlue Solar Charge controller (V118, V119, via Serial Communication Tx, Rx). http://www.makeskyblue.com The V119 includes a Wifi-Module, which is ESP8285 based, but the original closed firmare supports only an Android app. More details and implementation at file xnrg_25_mk_sky_blu.ino .

Main topics in short:

Checklist:

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass

meMorizE commented 5 months ago

Thanks for your review. By your hints and some results of long-term testing there are more required changes in the meantime. I will include everything in a new pull request soon.