-
Notifications
You must be signed in to change notification settings - Fork 0
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
using an existing MQTT server #6
Comments
Sorry for the Delay I was out of station. I am using "mosquitto" myself it is working just fine. I will check and update you |
I guess your configued Mqtt as secure connection mode, I have updated the code to use username, password for mqtt server. Get latest and update the mqtt server config and let me know, check on the mqtt server you should see vir_tasmota_001 client connected Update the following MQttserver information in the "Utility.js"
|
Hi, |
you can change it will be use to display on mosquitte server as client "youname" connect with ip address that is all. this is to identify your client connect by default it will named as nodejs_somerandom numbers |
@mijnmodelbaan, Any update ? |
No update, yet. Very busy with other stuff, it'll have to wait. |
Hi,
I would like to use my existing MQTT server (mosquitto) with your program. Is this possible and if yes, how do I accomplish that? I'm not really Raspberry/Linux savvy so I need some guidance in this.
I already tried to put the IP number of my server in Utility.js, but then I get the following error:
I would like to use my existing MQTT server as there are other devices and programs using it.
Thanks for a reply.
The text was updated successfully, but these errors were encountered: