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
Is your feature request related to a problem? Please describe
Moonraker instance connects to MQTT broker using empty ClientId. There does not appear to be any option to set the ClientId in Moonraker configuration. MQTT broker is responsible for assigning clientId to Moonraker MQTT client.
Describe the solution you'd like
A configuration option 'clientid' under the [mqtt] section in moonraker.conf. The Moonraker instance will connect to MQTT broker using specified clientId. If not specified, default value may be specified 'instance name' under the same section. If instance name not specified, default clientId may be device host name.
Describe alternatives you've considered
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
Moonraker instance connects to MQTT broker using empty ClientId. There does not appear to be any option to set the ClientId in Moonraker configuration. MQTT broker is responsible for assigning clientId to Moonraker MQTT client.
Describe the solution you'd like
A configuration option 'clientid' under the [mqtt] section in moonraker.conf. The Moonraker instance will connect to MQTT broker using specified clientId. If not specified, default value may be specified 'instance name' under the same section. If instance name not specified, default clientId may be device host name.
Describe alternatives you've considered
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: