7 lines
149 B
Python
7 lines
149 B
Python
from pv_inverter import PvInverter
|
|
|
|
wr = PvInverter(device_name='solaredge_master', ip_address='192.168.1.112')
|
|
|
|
state = wr.get_state()
|
|
|
|
print('end') |