36grad

Results 11 comments of 36grad

I would also love to see this feature. For me it would make documentation so much easier.

Same issue on my Win10 machine, also here https://github.com/hobbyquaker/homematic-manager/issues/121#issuecomment-749725958 helped, but I had to set the timeout to 20000 (i.e. 20s) - I wonder what's wrong on my machine. But...

As a workaround, you can setup a DNS server at home (or e.g. piHole which has the added benefit of ad blocking) and map your domain to your local IP....

It looks like the "force" option mentioned by @matiasdelellis has been implemented by now. From looking at the source, the command `occ face:background_job ----crawl-missing` should have the same effect as...

Adding tags is done by home assistant's tag component. To work around this, I have installed the tag component as a custom component and then commented out the line that...

Agreed. I have updated the RTSP stream source as well. I have not touched the RTMP stream source, is that still being used? The current documentation also gives no hint...

I have introduced a temporary variable for the stream name in the hope that this will avoid the pre-commit issue.

OK to be honest I did not fully understand the last comment you have referred to, so I need to look into this a bit deeper... But from a first...

As you said, pthreads is deprecated so I had tried to use [PHP parallel](https://www.php.net/manual/de/intro.parallel.php) which is supposed to replace it I thinks. While I was able to build a docker...

Yep, that is a good suggestion - I had worked initially based on the PHP code from the appstore version and when I pulled the latest source from the repository...