Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_firmware_update function broken in v1.10.10 #8

Open
xFeanor1983x opened this issue Jan 9, 2025 · 1 comment
Open

get_firmware_update function broken in v1.10.10 #8

xFeanor1983x opened this issue Jan 9, 2025 · 1 comment

Comments

@xFeanor1983x
Copy link

xFeanor1983x commented Jan 9, 2025

the get_firmware_update in tb_device_mqtt.py no longer works after v1.10.7:

__updating_thread was removed after v1.10.7

AttributeError: 'TBDeviceMqttClient' object has no attribute '_TBDeviceMqttClient__updating_thread'.

def get_firmware_update(self):
        self._client.subscribe("v2/fw/response/+")
        self.send_telemetry(self.current_firmware_info)
        self.__request_firmware_info()

        self.__updating_thread.start()
@xFeanor1983x
Copy link
Author

Sry. wrong project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant