You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using name variable, append the Mac address to the name to make client id unique. This would be needed for when multiple esp32s are connecting to the same printer.
client_id: ${name}
The text was updated successfully, but these errors were encountered:
Thanks for trying, if it isn't templateable then it likely isn't possible.
I ran into the same issue with the mqtt broker address not being templatable.
Instead of using
name
variable, append the Mac address to the name to make client id unique. This would be needed for when multiple esp32s are connecting to the same printer.client_id: ${name}
The text was updated successfully, but these errors were encountered: