Tony Stipanic
Tony Stipanic
I have tried to replicate the issue with the app crashing, at least with an Android 10 virtual device, but it seems to work out pretty fine. My Android 8...
Hmm, that is very strange. Unfortunately, I haven't received any crash logs yet. One thing, the tablet never in itself reboots, only when WallPanel is running, right?
I know this is more of a workaround than a solution, but you could send a MQTT or HTTP request (`/api/command`) with the following payload: ```json5 {"reload": true} ``` Which...
Hey @SimpleUserHA Thank you so much for researching this. For the scene buttons, you have made a very very simple mistake: The args you're expecting are in an array. When...
I can't comment on the pin code crash on M5 yet since I couldn't recreate this. Samsung A7 please try with the v0.10.2 version [from the releases section](https://github.com/TheTimeWalker/wallpanel-android/releases/tag/v0.10.2)
@bazylewicz Sounds like #22
@Clement-B I was able to reproduce it myself before but haven't come around for a fix. Thanks to @FredericMa there's a possible fix. I'm keeping this issue open just to...
What I see from my side are 32 events with these two exceptions from your device: `onMQTTException: Error establishing MQTT connection to MQTT broker with address [ip]` and `onMQTTException: Disconnected...
We're not using Paho. We're using HiveMQTT since v0.10 beta0
For the error: Are you trying to connect to your broker as anonymous / without username and password? It sounds like this issue: https://github.com/home-assistant/addons/issues/2474