juagarh5 / blind-control-card

Custom card for controlling the AM43 Blinds Drive Motor
MIT License
8 stars 2 forks source link

Username and Password for MQTT Server #1

Open Speedygat47 opened 4 years ago

Speedygat47 commented 4 years ago

It would be great to add functionality for username and password for the mqtt server.

timdonovanuk commented 3 years ago

You can modify this line to include username and password:

if (client.connect("espClient","<username>","<password>") && client.subscribe("am43/commands")) {

But FWIW this project doesn't seem to do anything. It connect to MQTT but shows zero bluetooth logs or output.

There is a much more complete HA integration here: https://github.com/buxtronix/am43 (although this one has stability issues).