Jalle19 / eda-modbus-bridge

An HTTP/MQTT bridge for Enervent EDA ventilation units
GNU General Public License v3.0
15 stars 3 forks source link

Add authentication to MQTT client #18

Closed tomrosenback closed 2 years ago

tomrosenback commented 2 years ago

Make MQTT client use credentials provided with options.

Jalle19 commented 2 years ago

I'll use --mqttUser and --mqttPassword like you've already done here: https://github.com/Jalle19/home-assistant-addon-repository/blob/main/eda-modbus-bridge/config.sh#L45

tomrosenback commented 2 years ago

Yep, those are just preparation for the credentials, if you feel the naming should be changed, go ahead, will not break anything, yet.