wechselrichter und zähler schreibt jetzt in db
This commit is contained in:
2
main.py
2
main.py
@@ -25,7 +25,7 @@ shelly = ShellyPro3m(device_name='wohnung_2_6', ip_address='192.168.1.121')
|
||||
wr = PvInverter(device_name='solaredge_master', ip_address='192.168.1.142')
|
||||
meter = SolaredgeMeter(device_name='solaredge_meter', ip_address='192.168.1.142')
|
||||
|
||||
es.add_components(hp_master, hp_slave, shelly)#, wr, meter)
|
||||
es.add_components(hp_master, hp_slave, shelly, wr, meter)
|
||||
#controller = SgReadyController(es)
|
||||
|
||||
now = datetime.now()
|
||||
|
||||
Reference in New Issue
Block a user