Homebridge implementation for using ESPresense node data as occupancy sensors in HomeKit. This plugin is an alternative to using HomeAssistant, as ESPresense is primarily built for HA.
Apache License 2.0
8
stars
1
forks
source link
MQTT configuration issue with username/password? #3
I am having an issue logging into my MQTT server with a username and password.
I am configuring my JSON file to log into my server. Same Linux machine as Homebridge and I can see epresence messages with mosquito_sub on my network. MQTT is solid.
I have tried a myriad of things here, but this is my latest.
I am having an issue logging into my MQTT server with a username and password.
I am configuring my JSON file to log into my server. Same Linux machine as Homebridge and I can see epresence messages with mosquito_sub on my network. MQTT is solid.
I have tried a myriad of things here, but this is my latest.
"platforms": [ { "name": "homebridge-espresense", "platform": "ESPresense", "mqtt": { "host": "192.168.0.8", "port": 1883, "username": "qwerty", "password": "password1234" },
I also tried
Any pointers here would be great.
Logs:
Plugin Config:
Screenshots:
Environment: