Testing the script, after modify the ip and port, i get connected to the inverted however is having some issue.
root@einstein:/data/huawei_venusOS-main# python3 huawei.py
INFO:root:Successfully connected to inverter
intialising
INFO:root:registered ourselves on D-Bus as com.victronenergy.pvinverter.pv0.pvinverter_id00
Connected to dbus, and switching over to gobject.MainLoop() (= event based)
Traceback (most recent call last):
File "huawei.py", line 85, in _update
if(self.ac_c1 is not None):
AttributeError: 'modbusQuerry' object has no attribute 'ac_c1'
Testing the script, after modify the ip and port, i get connected to the inverted however is having some issue.