The error "not connected to mqtt server!" pops up whenever I set the server address to localhost or 127.0.0.1. It works if I set it to the real intranet IP like 192.168.1.123. Running on RPi3+ with mosquitto. An
zigbee2mqtt:error 2018-12-13 11:10:43 Not connected to MQTT server! Is there someone who can help me fixing this? Thanks in advance! millercecommentedDec 15, 2018• edited This is a fresh and repeated fresh install and I'm STILL having same "Not connected to MQTT server!" issue. ...
Finally, the Zigbee2MQTT module drives zigbee-herdsman and maps the zigbee messages to MQTT messages. Zigbee2MQTT also keeps track of the state of the system. It uses adatabase.dbfile to store this state; a text file with a JSON database of connected devices and their capabilities. Zigbee...
I have an ESP32-C6 that successfully connects to my zigbee coordinator, including a custom set manufacturer name, model number and related config file so that it shows up properly as a supported device in Z2M: Z2M_Connected.png Curently the state only reports linkquality: ...
# MQTT settingsmqtt:# MQTT base topic for Zigbee2MQTT MQTT messagesbase_topic:zigbee2mqtt# MQTT server URLserver:'mqtt://localhost'# MQTT server authentication, uncomment if required:# user: my_user# password: my_password if you are using the default port then there is no need to add it...
server:mqtt://localhost:1883user:my_userpassword:"my_password" Note: If thepasswordincludes certain special characters (reserved by yaml specification), the enclosing quotes are required. So it is recommended to always quote it when in doubt. ...
data_path: /config/zigbee2mqtt socat: enabled: false master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777 slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5 options: '-d -d' log: false mqtt: server: mqtt://core-mosquitto:1883 ...
Is it possible that the credentials for connecting to the MQTT server are not configured properly, which is causing the connection to be refused? It's a good idea to check the MQTT server configuration and make sure that the credentials (e.g., username and password) are set up correctly ...
The logs will not display the firmware version of this device as it seems like it cannot access it at all. So even though there might be a chance thatthisstick was not flashed correctly by the manufacturer, myotherstick is currently working. It is connected to my debian server and successf...
Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨 - Releases · Koenkk/zigbee2mqtt