Johannes
Johannes
hmm, I did that at the start of this project a few times, worked fine for me
You can set `WebLog 4` in tasmota console to get debug messages and then look what happpens in the webconsole on uploading. (acually never seen that safeboot thing, that is...
are there diffrent kind of binaries for esphome? factory doesn't sound like it's going to work, how big is that file?
cannot remember what I used, I don't think that there was an option to choose and that esphome page also just says click compile and then download, so maybe it...
If the MQTT topic is correct the test app should show the current second on the panel, should make it easy to spot if there are messages missing
Okay then this isn't helping to reproduce it
``` import hassapi as hass class Test(hass.Hass): mqtt_api = None topic = "cmnd/tasmota_NsPanelTerrasse/CustomSend" def send_mqtt(self, msg): self.log(f"Send {msg}") self.mqtt_api.mqtt_publish(self.topic, msg) def initialize(self): self.log("Init test") self.mqtt_api = self.get_plugin_api("MQTT") # set brightness...
Hey can you update your firmware to the latest dev version: `FlashNextion http://nspanel.pky.eu/lui.tft` I added a ping command, so we can do some improved tests. After flashing switch to the...
Setup the test app in appdaemon, with the correct mqtt topics and you should see a random number in tBench that is changing. And on your AppDaemon Log you should...
Okay, can you restart AppDaemon to get a fresh run? If the Messages Lost are still at 42% there is definitly some kind of issue with esphome