-
Notifications
You must be signed in to change notification settings - Fork 3
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
MQTT Stopped working after 6.5.2 (19936) Update #8
Comments
Actually, I'm not even being able to install the plugin from the marketplace. |
I have figured out a work around. I installed the MQTT client on my computer. Then I created a .bat file (you can use a sh file on mac/linux) and I run as a System/Open. Using a bat file stops the blink of the system window. sd.bat file goto end |
I found my own way too. I'm on Mac and I work with with front-end for a living, so this was my approach: Installed the MQTT.js node package #!/bin/bash
source ~/.zshrc; # Just to make sure we have node/mqttjs available - you'll have to figure out what to do in your setup
mqtt publish -t awtrix/notify -h YOUR_BROKER_IP -p 1883 -u YOUR_BROKER_USER -P YOUR_BROKER_PASSWORD -m '{"text": "It works!", rainbow: true}'
PS.: (For context)
|
Sorry for the late Answer! When it doesnt work, let me now some more details please! Be Shure your mqtt server works over WebSocket! |
Hi, sorry for late Answer! What is the problem with downloading the Plugin over the Store? I try it now with a clean installation and clean account and it works perfectly. You need to put in your basket on the website and open it in your StreamDeck Software. Can you give me more details what happend? Thanks a lot! |
Thanks for you comment! Its not a really workarround for the Plugin, its an another way to do it manualy =D Can you give me more information what doesnt work on your side? |
Thanks for you comment! Its not a really workarround for the Plugin, its an another way to do it manualy =D Can you give me more information what doesnt work on your side? |
Hi, |
I also only get the Warning symbol. Does not work at all. Are you still maintaining the plugin @pherting? |
I got it too. in the following file /etc/mosquitto/conf.d/local.conf I had to add the following listener 9001 then restart and everything worked I hope this helps you I have just updated to 6.8.0 (21252) and everything still works, sometimes it takes a few seconds after starting until it works. |
Thanks for the Info. Too bad the Broker integrated in my home automation can't use WebSockets... Will have to find out another solution. |
This is a great product BTW. I use to contol various things in my office. I updated my stream deck yesterday and my MQTT give a warning sysmbol when pressed. If a new mqtt button is created, the parameters do not set saved. It is like Stream Deck is looking at the wrong location for the mqtt button settings.
The text was updated successfully, but these errors were encountered: