We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello Stefan.
Please explain us how we can use your library with thingsboard Mqtt basic. Where we can put username and password?
Regards
The text was updated successfully, but these errors were encountered:
Hi
username an password are passed in the url: http://hans:[email protected]:80/demo/example.cgi?land=de&stadt=aa#abschnitt1 | | | | | | | | | | | Host | Pfad Query Anker | | Passwort Port | Benutzer Protokoll
you may have a link to the used mqtt structure?
BR Stefan
Sorry, something went wrong.
Hi This is the example that gives Thingsboard:
mosquitto_pub -d -q 1 -h "YOUR_TB_HOST" -p "1883" -t "v1/devices/me/telemetry" -i "YOUR_CLIENT_ID" -u "YOUR_CLIENT_USERNAME" -P "YOUR_CLIENT_PASSWORD" -m {"temperature":25}
Can you give an example how we can call your function blocks?
BR
Hi, did you check the implementation examples?
Are the more questions?
No branches or pull requests
Hello Stefan.
Please explain us how we can use your library with thingsboard Mqtt basic.
Where we can put username and password?
Regards
The text was updated successfully, but these errors were encountered: