Inicio:PVControl+:Control sistema fotovoltaico
confpv.py
# archivo config para fv_xxxx.py
cfg = {
'hora_ini': 8, # hour of day to start measurements
'hora_fin': 20, # hour of day to stop measurements
'ip_lan': '192.168.20.0/24', #local IP subnet having RPi
'AH': 600,
'db': {
'host': 'localhost', # mysql/mariadb server ip or hostname; leave empty to skip database
'user': 'rpi',
'pwd': 'fv2018',
'db_name': 'controlFV',
'tablecc': 'classic',
'table': 'datos',
},
'pvoutput': {
'system_id': '58229', #pvoutput system id; leave empty to skip upload
'api_key': '2b581db0ab237d3116c1a6d2b4a2d764f8815e63', #pvoutput webservice API key
},
'classic': {
'c1_ip':'192.168.20.41', # Classic 1 IP
'c1_name':'Classic3',
'c1_ID': 1,
'c2_ip':'192.168.20.42', # Classic 2 IP
'c2_name':'Classic2',
'c2_ID': 2,
},
'data': {
'vbat': 24,
'tm': 5, # toma de muestras en segundos
'RES0': (68.4+2)/2, # Divisor tension Vbat --Suma REAL de las Resistencias en Ks (35.2)
'SHUNT1': 500.0/50, #Shunt Ibat
'vbat_max' : 33,
'vbat_min' : 20
},
'meteo': {
'db_name': 'meteo',
'table': 'data',
'timeD' : 100 # toma de muestras en segundos (15 min.)
},
}
bmvport =''
year=2018
Tabla parametros
grabar_datos | N |
grabar_reles | S |
t_muestra | 5 |
n_muestras_grab | 1 |
nuevo_soc | 0 |
vplaca_diver | 75 |
tipo_diver | pid |
id_parametros | 1 |
obj_PID_flot | 27.7 |
obj_PID_abs | 28 |
Kp | 30 |
Ki | 15 |
Kd | 10 |