skodaconnect / myskoda

Python library for interacting with MySkoda APIs.
MIT License
9 stars 22 forks source link

mqtt: cli subscribe command keeps reconnecting after sleep/resume #5

Closed dvx76 closed 2 months ago

dvx76 commented 2 months ago
  1. Start cli with subscribe command
  2. Computer goes to sleep
  3. Computer wakes back up
2024-09-18 09:24:14 nivo-XPS-15-2 myskoda.mqtt[118069] INFO MQTT Connected.
2024-09-18 09:26:16 nivo-XPS-15-2 myskoda.mqtt[118069] INFO MQTT Connected.
2024-09-18 09:28:18 nivo-XPS-15-2 myskoda.mqtt[118069] INFO MQTT Connected.
2024-09-18 09:30:20 nivo-XPS-15-2 myskoda.mqtt[118069] INFO MQTT Connected.
Prior99 commented 2 months ago

Might be fixed in #10

WebSpider commented 2 months ago

Cannot reproduce this anymore

dvx76 commented 2 months ago

Yeah I think @Prior99 fixed it.