buergi

Results 12 comments of buergi

Same problem for me, does it has something to do with this https://github.com/proot-me/PRoot/issues/79 ?

I got it working by reverting to the v4 version of proot, in my case the 64 bit version: cd ~/.junest/opt/proot mv proot-x86_64 proot-x86_64_v5 wget -O proot-x86_64 "https://github.com/proot-me/proot-static-build/blob/65c01c8f01b49e240c2f944367157b0987586190/static/proot-x86_64?raw=true" chmod 755...

A hacky soution is to simply catch the broadcasted `com.github.gotify.service.WebSocketService.NEW_MESSAGE` intent, see https://github.com/gotify/android/issues/44#issuecomment-808758340, to catch the notification from any other app. To hide the notification the easiest solution is to...

There is a very simple solution for Tasker integration (and probably others as well) which has been available ever since (to be precise since 2018, ee1a841) which requires no plugins...

Hi, just stumbled across the same problem. I have a gas boiler with an analog input (0-24V, Junkers "1-2-4" interface). I didn't get how the work around with the `control_output`...

@ScratMan unfortunately, I noticed that, at least for me, my solution is only partially functional. As control entity I'm using an entity using the [`KNX number platform`](https://www.home-assistant.io/integrations/knx/#number). At least with...

What is worse to me is the fact that you not only have to wait until indexing is done but even have to manually close and reopen the app afterwards...

Same for me. I guess it must be a mere configuration issue, otherwise I couldn't understand how this issue is still unsolved after almost 5 years, as it prevents the...

Thanks so much for committing this, just updated the component via HACS and wanted to again add my workaround and was very pleased to already found it in the code....

Just tried the current nightly 30d69a6 and it is working again, I therefore would close this issue.