-
Notifications
You must be signed in to change notification settings - Fork 32
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
adding devices #344
Comments
Here is a list of all endpoints: https://docs.oktopus.app.br/getting-started/requirements/network You should configure the device accordingly, but it varies on how to do it depending on the protocol and device model ayou're trying to use. |
devices are connecting with MQTT |
if i check on portainer the MQTT log files I see this: 6:27PM WRN error="read connection: EOF" listener=8acb01fe-9039-42f4-b588-a615b414eda0 is it related to why devices are not connecting? |
Username and password are not checked by default, so any value you set must work. The logs you're showing can be related to the device connection or just the internal Oktopus system communication. |
these ports are not open by docker once we start the container. |
Hi. I did a check with the MQTT client and its connecting. how do I know if or why the device am trying to connect is not reaching the system? |
you can check the logs of the container application protocol you're trying to connect your device: |
Hi.
after installing the system and checking that it is running
how do I add devices?
to what ports?
what ports do I need to open?
I kept trying and opened all the ports I found such as:
8000,1833,61613,4222,8222,6222 , 8883
but something is not working and devices are not connecting.
The text was updated successfully, but these errors were encountered: