marcelblijleven/goodwe

no attribute connect

k4r3l01 opened this issue · 1 comments

Hello please i have question im trying to use your code to get data from my GW10K-ET but when i try to run inverter_check.py and set ip address of my goodwe i get python error
inverter = asyncio.run(goodwe.connect(IP_ADDRESS, FAMILY, COMM_ADDR, TIMEOUT, RETRIES)) ^^^^^^^^^^^^^^ AttributeError: partially initialized module 'goodwe' has no attribute 'connect' (most likely due to a circular import)

Hey, did you manage to solve this and how?