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 ioBroker #81

Open
iamnanek opened this issue Nov 18, 2023 · 2 comments
Open

connecting to ioBroker #81

iamnanek opened this issue Nov 18, 2023 · 2 comments

Comments

@iamnanek
Copy link

Hello,

I have connection problems with the ioBroker.
I have downloaded the MQTT Broker/Client Adapter in ioBroker and set it as server/broker.

But what do I have to enter in the WebUI as MQTT Server (Broker)?

I have already tried it with the IP address and port of the ioBroker MQTT adapter. Did not work....

@Frank1604
Copy link

The Fingerprint Doorbell uses port 1883 (hardcoded) for the MQTT connection, whereas the default value for MQTT in ioBroker is 1886. You can either change the ioBroker port or modify the port in the Fingerprint Doorbell source code. You will find it in the file main.cpp, on line 666 (the number of the beast :D).

@Noschvie
Copy link

mqttClient.setServer(mqttServerIp , 1883);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants