Skip to content

v2.3.4 AqualinkD Setup & MQTT Questions #292

Answered by sfeakes
jmp2000 asked this question in Q&A
Discussion options

You must be logged in to vote

For testing MQTT, it's probably easier to install mosquitto_sub on the Pi running AqualinkD, then run the below to test the connection.

mosquitto_sub -v -h <mosquitto_ip_address> -p 1883 -t '#' -u <user> -P <password>

If that connects without errors and starts printing messages, then let me know. my guess is it will fail and give you some more information as to why.

mosquitto_sub is part of mosquitto-clients tools. So the below will install that for you.
sudo apt install mosquitto-clients

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jmp2000
Comment options

@sfeakes
Comment options

Answer selected by jmp2000
@jmp2000
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants