new test script for inverter; inverter data are commented out in main script as the connection to inverter fails
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from pv_inverter import PvInverter
|
||||
|
||||
wr = PvInverter(device_name='solaredge_master', ip_address='192.168.1.112')
|
||||
|
||||
state = wr.get_state()
|
||||
|
||||
print('end')
|
||||
Reference in New Issue
Block a user