Difference between revisions of "LMM"

From Sunna
Jump to navigation Jump to search
m
Line 47: Line 47:
 
== LMM v2.1 Board ==
 
== LMM v2.1 Board ==
 
[http://electronics.cat/clients/siarq/mpptXines/santPereDeRibes/esp32_FreeRTOS_04.zip esp32_FreeRTOS_04.zip]
 
[http://electronics.cat/clients/siarq/mpptXines/santPereDeRibes/esp32_FreeRTOS_04.zip esp32_FreeRTOS_04.zip]
 +
 +
== Python ==
 +
 +
if __name__ == '__main__':
 +
global start
 +
start = time.time()
 +
print("(Esperar cicle inicial),M: Manual -> m: Led On, f: Led Off, A: Light ON + Timer2, q: Surt")
 +
mb = ModBus()
  
 
= Privative Software =
 
= Privative Software =
 
[http://electronics.cat/clients/siarq/mpptXines/programariPropietari/EpeverV2020.zip Epever MPPT's Managers] v2020
 
[http://electronics.cat/clients/siarq/mpptXines/programariPropietari/EpeverV2020.zip Epever MPPT's Managers] v2020

Revision as of 17:51, 9 April 2020

LMM v2.1 Local Monitoring Module

Connectors

Epever / LMM v2.1

Blue: +5V

Red: B

Green: A

Yellow: GND

4 pins Male Connector (IP65)

USB / RS485

USB / RS485

USB to RS485 485 Converter

Red: B (D-)

Green: A (D+)

Solar Epever Connectors

Epever Led -: Female

Epever Led+: TUV UL IP67 Male

Epever Bat-: TUV UL IP67 Male

Epever Bat+: TUV UL IP67 Male

Epever Pan-: TUV UL IP67 Male

Epever Pan+: TUV UL IP67 Female

Epever Comm: 4 Pins IP65 Female

TUV UL Standard IP67 SOLAR PV Connector For Solar Panels And Photovoltaic Systems

LED connectors

1 pin LED connectors (Male/Female)

ModBus commands

Tracer-BPL Tracer2606BPL (& Tracer2610BPL)

Codes

LMM v2.1 Board

esp32_FreeRTOS_04.zip

Python

if __name__ == '__main__':

global start start = time.time() print("(Esperar cicle inicial),M: Manual -> m: Led On, f: Led Off, A: Light ON + Timer2, q: Surt") mb = ModBus()

Privative Software

Epever MPPT's Managers v2020