NovapaX

Results 4 comments of NovapaX

Lets say 10 times a second for at least a minute or two. (probably until 'Request timed out' in protocol.py)

My knowledge is not great enough to properly debug it. But it on this FATAL error/event it calls `self._cancelled()` which does: ``` self._task.cancel() self._task = asyncio.ensure_future(self._run(connect_immediately=False)) ``` I noticed that...

Attach is the traffic (Wireshark capture) with the tradfri gateway upon trying to connect with the wrong Security Code (from the back of the gateway) I'm using the API from...

I was also hoping the URL-scheme would still work. It would've been a very easy way of accepting card payments from my custom POS web-app. (I could then just click...