Dirk Stelloh

Results 6 issues of Dirk Stelloh

### What are the steps to reproduce? * use filesystem to store context data (maybe this is not necessary) ![image](https://user-images.githubusercontent.com/24778060/103612752-61e95d00-4f25-11eb-9be9-6961d13dcec0.png) * use a change-node to store an object in flow...

What about an option and a button for manual refresh of the device-list? Currently I deactivate the dashboard because of the traffic generated by continious polling.

As I am using a naming scheme, a sorted device list may come handy. I implemented this in my flow (lack of configuration keeps me using a "fork"). Anyway: this...

I tried a lot playing tracks/albums/playlists from different services. Thanks to your help, the integration with deezer works well. When trying to identify what to play, I had the idea...

enhancement

The Unifi Dream Machine pro uses some different endpoints for login. `/api/auth/login` instead of https://github.com/terafin/mqtt-unifi-protect-bridge/blob/09eafcf23009b95d46d2ec59979c672df0ce9222/lib/auth.js#L6 Source: see https://ubntwiki.com/products/software/unifi-controller/api I do not know, if this is the only breaking change, but...

current source is unable to run with current paho-mqtt version (2.0) - https://pypi.org/project/paho-mqtt/#history ``` Exception ignored in: Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/paho/mqtt/client.py", line 874, in __del__ self._reset_sockets() File...