Michael Grigoriev
Michael Grigoriev
I had a similar problem (control works -- sound doesn't), and it took me a while to figure it out. The fact that control works indicates that the airconnect chromecast...
auto-entities and mushroom work pretty well together -- except for one quite annoying issues: sometimes the combination fails to load (the card doesn't show up at all), and I have...
I'm looking for a way to monitor the health of my rtl433 process -- occasionally it has issues connecting to MQTT, or even starting up if the usb device gets...
I agree that true health checking would need something more comprehensive, but simple connection health checking would also address 99% of my use case, hence my interest in the LWT...
[This](https://github.com/piitaya/lovelace-mushroom/issues/698#issuecomment-1236528022) comment by @jcwillox (thanks, Josh!) might have some clues as per the real cause.
Upgrading to 0.9.6.0 does not solve the problem for me. The app still crashes after a few hours.
Disabling MQTT does not fix the problem for me -- the app still crashes after a while. The render process crashes in the log seem like a pretty strong lead...
> Seems like it’s crashing in the webpage rendering? Yes, and there's supposed to be a way to handle issues with the rendering process with [onRenderProcessGone](https://developer.android.com/reference/android/webkit/WebViewClient#onRenderProcessGone(android.webkit.WebView,%20android.webkit.RenderProcessGoneDetail)) without having them kill...
@esmoyer, this repository is abandoned. Try [TheTimeWalker/wallpanel-android](https://github.com/TheTimeWalker/wallpanel-android). MQTT handling there has had some fixes.
``` type: custom:auto-entities card: type: entities filter: include: - domain: automation attributes: last_triggered: "< 30m ago" ```