Results 38 comments of Martin

Even when I try to include the port in the "from" variable: `return 302 $scheme://$host/twofactorauth/login/login.php?from=$scheme://$host:$server_port$uri;` it still goes to `$host/`.

A workaround for now is according to this forum entry: https://forum.fhem.de/index.php/topic,100988.msg948012.html#msg948012 to add the following line in the html definition of the homestatus: `data-displaynominal="false"`

@wagner-intevation Maybe change the issue title also to "default homeserver". This would be really great, because when you self host synapse and synapse admin, most of the time (if not...

Docker is no option for me. I hope some more people also find this option useful and give their thumbs up.

> ...WS connection. I think you should: > 1. Make sure to remove callbacks, and handle lost connections You are right about WS. But this is already completely handled (connection...

> connection has a property named can_subscribe that is true for WS and false otherwise At first the part below (`if not can_subscribe: return`) suggested to me that it will...

Hello again @OnFreund, thanks for the hints until now. I did my best to follow your requests and covered all the connection types (http and websocket / poll and push)...

I haven't pushed yet. While still preparing the code I gave you already feedback. Didn't want to make too many commits.

About the tests. As you can see, I fixed at least the existing ones, but my understanding is still very slim. I'm not sure how fast I can come up...

@OnFreund I added some tests for the binary sensors. Have a look. > still need someone from the core team to approve too Is there something I need to do...