WeConnect-python icon indicating copy to clipboard operation
WeConnect-python copied to clipboard

Error when trying to add observer

Open Hanzanka opened this issue 1 year ago • 0 comments

File "/home/ville/.local/lib/python3.10/site-packages/weconnect/addressable.py", line 53, in addObserver self.__observers.add((observer, flag, priority, onUpdateComplete)) AttributeError: 'filter' object has no attribute 'add'

I get this error when trying to add an observer to the climate requests. It works when adding an observer for the first time, but no longer works when I have removed the observer once before. idk if it is because the API or I have done something wrong.

Hanzanka avatar Apr 30 '23 12:04 Hanzanka