fsantini / python-e3dc

Python API for querying E3/DC systems through the manufacturer's portal
MIT License
71 stars 23 forks source link

pvi_data only displays data for 1 string #84

Closed Balu-78 closed 9 months ago

Balu-78 commented 9 months ago

Hi folks. when I query pvi_data it recognizes that there are 2 strings attached to the e3dc system, however the string section itself only shows data for 1 string.

pvi_data: 
'maxStringCount': 2, '
'strings': {0: {'power': 175.0, 'voltage': 710.0, 'current': 0.25, 'energyAll': 3518064.0}}

Could this be a bug ? Or am I doing something wrong ?

Any help would be appreciated. Mario

Balu-78 commented 9 months ago

list_pvi_data=e3dc.get_pvi_data( pviIndex=None, strings=[0,1], phases=None, keepAlive=False)