We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Thanks for this setup.
For some reason my MQTT connection is failing. This is what the serial monitor is returning: 'MQTT connect failed, rc=-2 retrying in 5s.'
These are my settings:
// MQTT server details. #define MQTT_ADDRESS "192.168.0.88" #define MQTT_USERNAME "username" #define MQTT_PASSWORD "password"
I am not sure if the MQTT_ADDRESS is right. I am using Zigbee2Mqtt and this is what I use for MQTT connection:
server: 'mqtt://homeassistant'
I have tried to use this but not working.
The text was updated successfully, but these errors were encountered:
Perhaps using 'homeassistant.local' as the MQTT address will work. Else you may need to find out the actual IP address and specify that.
Sorry, something went wrong.
No branches or pull requests
Hi,
Thanks for this setup.
For some reason my MQTT connection is failing. This is what the serial monitor is returning:
'MQTT connect failed, rc=-2 retrying in 5s.'
These are my settings:
// MQTT server details.
#define MQTT_ADDRESS "192.168.0.88"
#define MQTT_USERNAME "username"
#define MQTT_PASSWORD "password"
I am not sure if the MQTT_ADDRESS is right. I am using Zigbee2Mqtt and this is what I use for MQTT connection:
server: 'mqtt://homeassistant'
I have tried to use this but not working.
The text was updated successfully, but these errors were encountered: