jblance / mpp-solar

Python package to communicate to MPP Solar PIP-4048MS inverters (and similar)
MIT License
355 stars 149 forks source link

QUESTION #505

Open devyaz opened 1 month ago

devyaz commented 1 month ago

has anyone tried this on ESP32?

Saentist commented 1 month ago

There is few ESP devices with can run linux and they are slow. Guess all need to be rewritten on MicroPython

see this alternative project's https://github.com/scottwday/InverterOfThings https://github.com/syssi/esphome-pipsolar https://github.com/chipsi/esphome-pipsolar-voltronic https://github.com/syssi/esphome-smg-ii

But not all are updated and compatible with devices as Mpp-solar

devyaz commented 1 month ago

Kool! So there's no micropython clone? Like a stand alone without Esphome

devyaz commented 1 month ago

am hoping to put the ESP32 in the inverter, connected to the inverter via UART(TTL-RS232) have its own display (16x2) send events via SMS(A9G board) and controll via SMS(Telegram later on)

jblance commented 1 month ago

unfortunately not - I started but never made much progress. the ESPHome work is good from what I hear and can be largely standalone I think it has the components to do what you need as long as the inverter is supported

On Tue, 30 Jul 2024 at 05:51, Martin Mtawali @.***> wrote:

am hoping to put the ESP32 in the inverter, connected to the inverter via UART(TTL-RS232) have its own display (16x2) send events via SMS(A9G board)

— Reply to this email directly, view it on GitHub https://github.com/jblance/mpp-solar/issues/505#issuecomment-2256563981, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJVKNREOXLU2HUSLRYBDBLZOZ6LXAVCNFSM6AAAAABLQSCAIWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJWGU3DGOJYGE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

devyaz commented 1 month ago

Ok kool, youre very helpful! Ill try when i get time to transpile from C to micropython

Saentist commented 1 month ago

am hoping to put the ESP32 in the inverter, connected to the inverter via UART(TTL-RS232) have its own display (16x2) send events via SMS(A9G board) and controll via SMS(Telegram later on)

https://www.cnx-software.com/2024/08/01/nbiot-lte-m-air-monitor-solar-powered-esp32-s3-multi-sensor-board-with-sim7080g-nb-iot-lte-m-modem/

;) be more solar, be more modern :)

image