milvert
milvert
@Avamander Will https://github.com/mysensors/MySensors/pull/1473 solve this issue?
When I added the timeout to 3 seconds it works. ``` bool gatewayTransportConnect(void) { #if defined(MY_GATEWAY_ESP8266) || defined(MY_GATEWAY_ESP32) if (WiFi.status() != WL_CONNECTED) { GATEWAY_DEBUG(PSTR("GWT:TPC:CONNECTING...\n")); delay(3000); // Changed from delay(1000); return...
I have the same issue. How can I help to debug this? Should I disable mqtt within vwsfriend and just run vwsfriend-mqtt to see if it appears there as well?
I have been running a separate Dockercontainer for some time now but the only error is this: ``` 2024-02-26T18:06:59+0100:INFO:weconnect_mqtt_base:Update data from WeConnect 2024-02-26T18:07:02+0100:WARNING:timer:/vehicles/my_vw/domains/automation/climatisationTimer/timers/1/recurringTimer: Unknown attribute targetTime with value 06:40 2024-02-26T18:07:02+0100:WARNING:timer:/vehicles/my_vw/domains/automation/climatisationTimer/timers/1/recurringTimer:...