quazzie / tellstick-plugin-mqtt-hass

Plugin for tellstick, connect to homeassistant via mqtt with autodiscovery.
39 stars 7 forks source link

Unable to access tellstick.local #42

Open stefffe opened 11 months ago

stefffe commented 11 months ago

Hey, after Telldus changed everything this autumn, I seem to be unable to login locally. I have contacted the devs with the public key, and got it added to my Telldus account. But when trying to access tellstick.local, I get to the Telldus login page, but when entering my credentials I face the attached image. IssueLoggingInLocal Any ideas on how I can upload the plugin given this situation? Or do you need a premium account to do that?

jptuomi commented 11 months ago

I just used another browser (Safari in this case) and then it worked, try it out if possible.

On 6 Dec 2023, at 20:19, stefffe @.***> wrote:

Hey, after Telldus changed everything this autumn, I seem to be unable to login locally. I have contacted the devs with the public key, and got it added to my Telldus account. But when trying to access tellstick.local, I get to the Telldus login page, but when entering my credentials I face the attached image. IssueLoggingInLocal.png (view on web) https://github.com/quazzie/tellstick-plugin-mqtt-hass/assets/81174021/315cdc37-8c14-429f-8c64-6ffd6343424e Any ideas on how I can upload the plugin given this situation? Or do you need a premium account to do that?

— Reply to this email directly, view it on GitHub https://github.com/quazzie/tellstick-plugin-mqtt-hass/issues/42, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJWB4GJMIR4EZK2MTI6SAYLYIDAL3AVCNFSM6AAAAABAJ4INHKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZDSMRTGAYDIMY. You are receiving this because you are subscribed to this thread.

stefffe commented 11 months ago

Wow, yeah, I had already tested with both Firefox and Chrome both in regular and private mode and it did not work, but when testing with Microsoft Edge everything worked just fine! Thanks! :o) Plugin now successfully installed!

hauard commented 11 months ago

Any troubles with the plugin / znet disconnecting the broker, either immediately, or after some time? I've had connection drops all the time, but now it justs won't stay connected. It connects, but after a few seconds, it disconnects.

MaxwellErnst commented 11 months ago

Any troubles with the plugin / znet disconnecting the broker, either immediately, or after some time? I've had connection drops all the time, but now it justs won't stay connected. It connects, but after a few seconds, it disconnects.

Have you tried the lua script: https://github.com/quazzie/tellstick-plugin-mqtt-hass/issues/30#issuecomment-1520743711

hauard commented 11 months ago

Any troubles with the plugin / znet disconnecting the broker, either immediately, or after some time? I've had connection drops all the time, but now it justs won't stay connected. It connects, but after a few seconds, it disconnects.

Have you tried the lua script: #30 (comment)

Yes. The MQTT-connection is not alive long enough to publish or recieve any messages, so it will always time out and try to restart the connection.

I ended up using this Node-RED palette: Telldus NodeRED Contrib

Works almost like a charm! The only bug is I'm not getting on signals when device is already on, and vice versa.