Git Product home page Git Product logo

Comments (9)

zeldaboch avatar zeldaboch commented on August 15, 2024 1

Remark line 105 from DeviceConfig.py and give the 3 lines 107,108,109 an extra indent.
Works again (for me).

     if self.settings.value('username'):
            #self.mqtt.setAuth(self.settings.value('username'), self.settings.value('password'))

          self.mqtt.connected.connect(self.mqtt_subscribe)
          self.mqtt.messageSignal.connect(self.mqtt_message)
          self.mqtt.connectToHost()

This work for me and it didn't crush again opening Configure, but the Configure tab, now have all the settings "grayed".

from tdm.

jziolkowski avatar jziolkowski commented on August 15, 2024 1

Please try the dev branch. As of now it misses timers editor and telemetry preview, but the rules editor is working. I've rewritten how TDM talks with the devices, so your problem is no longer there.

In the "old" code TDM created a separate broker connection for the configure window. This mechanism has been changed.

from tdm.

jziolkowski avatar jziolkowski commented on August 15, 2024

I'll look into it :)

from tdm.

EvertDekker avatar EvertDekker commented on August 15, 2024

Same problem here

from tdm.

cap60552 avatar cap60552 commented on August 15, 2024

I'm experiencing the same here. The full error is:
Traceback (most recent call last): File "C:\Tasmota Device Manager\GUI\DeviceConfig.py", line 105, in setupMqtt self.mqtt.setAuth(self.settings.value('username'), self.settings.value('password')) AttributeError: 'MqttClient' object has no attribute 'setAuth'

from tdm.

EvertDekker avatar EvertDekker commented on August 15, 2024

Remark line 105 from DeviceConfig.py and give the 3 lines 107,108,109 an extra indent.
Works again (for me).

     if self.settings.value('username'):
            #self.mqtt.setAuth(self.settings.value('username'), self.settings.value('password'))

          self.mqtt.connected.connect(self.mqtt_subscribe)
          self.mqtt.messageSignal.connect(self.mqtt_message)
          self.mqtt.connectToHost()

from tdm.

johan149 avatar johan149 commented on August 15, 2024

same problem can't configure anything

from tdm.

dhartsmith avatar dhartsmith commented on August 15, 2024

@jziolkowski This is a really helpful manager - your Dev branch is very nice - thanks!

from tdm.

jziolkowski avatar jziolkowski commented on August 15, 2024

Thank you for the kind words. Keep up to date on dev branch, I try to keep adding stuff as often as I can now.

from tdm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.