spacemanspiff2007

Results 167 comments of spacemanspiff2007

It's very confusing that `statusDetail` is showing that the thing is disabled and not some detail about the status. A new status `DISABLED` would be much better or even an...

> Can't you just wait for the ThingStatusInfoChangedEvents that will occur after the Thing is added as the Thing transitions from UNINITIALIZED to INITIALIZING and so on? Is it certain,...

Another idea would be to always create the thing with `UNINITIALIZED`. And only then depending on the configuration move to `INITIALIZING`. That way the thing has a defined initial state....

No, the issue still remains. It's still not clear when a thing is disabled from an API perspective. I've gained some insights, namely that if the thing is disabled the...

I can't find any hint in the docs how grouping of sensors would be possible with v2. Maybe I am missing something but I think it's not implemented.

Same behaviour as @mahonni with RPI3 + clean openhabian. No further proxies. Cost me two hours today. :-(

You are indeed correct but I copied the wrong part of the log ``` ERROR WrapperTest:wrapper.py:179 File "/home/runner/work/HABApp/HABApp/.tox/py39/lib/python3.9/site-packages/aiohttp/client.py", line 1117, in __aenter__ ERROR WrapperTest:wrapper.py:179 1116 async def __aenter__(self) -> _RetType:...

Could anyone help me with the issue. I am kind of lost here

> Hey! I want to help, so I just cloned your repo to run the test case - I didn't immediately succeed though: I'm on your Develop branch, in a...

Hm - I guess the aiohttp library uses so much files that I thought something was not working as expected because it is always an extended frame. Guess I will...