Skip to content
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

Connecting to bridge (Not connecting but no errors) #2753

Closed
bjbance opened this issue Feb 14, 2023 · 2 comments
Closed

Connecting to bridge (Not connecting but no errors) #2753

bjbance opened this issue Feb 14, 2023 · 2 comments

Comments

@bjbance
Copy link

bjbance commented Feb 14, 2023

I have eclipse-mosquitto running in a docker container and I am trying to bridge it to solar assistant. I've verified that both mosquitto and SA are running by using MQTT Explorer. I can connect to both and see topics listed. But the topics in SA are not appearing in mosquitto. I checked the logs and it just keeps repeating the "Connecting bridge" message without any response. My initial search results for the matter always seemed to have a response why it's not connecting like protocol or authentication error. But this one doesn't.

#mosquitto.log
1676378582: New client connected from 10.23.2.12:57653 as frigate (p2, c1, k60, u'user1').
1676378649: Connecting bridge SolarAssistant (192.168.2.200:1883)
1676378731: Connecting bridge SolarAssistant (192.168.2.200:1883)
1676378801: Connecting bridge SolarAssistant (192.168.2.200:1883)
1676378875: Connecting bridge SolarAssistant (192.168.2.200:1883)
1676378966: Connecting bridge SolarAssistant (192.168.2.200:1883)
1676379057: Connecting bridge SolarAssistant (192.168.2.200:1883)
1676379148: Connecting bridge SolarAssistant (192.168.2.200:1883)
1676379239: Connecting bridge SolarAssistant (192.168.2.200:1883)
1676379326: Connecting bridge SolarAssistant (192.168.2.200:1883)
1676379417: Connecting bridge SolarAssistant (192.168.2.200:1883)
1676379443: Client mqtt-explorer-82f31c3f disconnected.
1676379444: New connection from 192.168.2.25:63020 on port 1883.
1676379444: New client connected from 192.168.2.25:63020 as mqtt-explorer-82f31c3f (p2, c1, k60, u'user1').

#bridge configuration located in mosquitto.conf
connection SolarAssistant
remote_username user1
remote_password pass
address 192.168.2.200
topic # out 0
topic # in 0
start_type automatic
remote_clientid mosquitto0

@Fayyaadh
Copy link

Did you resolve this?

@bjbance
Copy link
Author

bjbance commented May 3, 2023

Not really a fix but found a workaround. I guess the issue was with solar assistant. I don't know if it's because Mosquitto was in another ip range or because it was in a docker container. I just deployed Mosquitto in a spare Pi and was able to get it to connect.

@bjbance bjbance closed this as completed May 3, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants