Skip to content

System to keep PV modules in MPP and measure IV curves

License

Notifications You must be signed in to change notification settings

erikhaverkamp/mppmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mppmon

System to keep PV modules in MPP and measure IV curves

configuration

Configure module settings in config.py

private (hidden) configuration

The system expects a file named private.py. In here some private variables need to be declared:

COMPORT = '/dev/serial/by-id/NAME_OF_USB_DEV'
INFLUX_HOST = 'https://INFLUX_SERVER:8086'
INFLUX_DB = 'INFLUX_DB'
INFLUX_USER = 'INFLUX_USERNAME'
INFLUX_PWD = 'INFLUX_PASSWORD'

About

System to keep PV modules in MPP and measure IV curves

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages