syssi / homeassistant-goecharger-mqtt

go-eCharger integration for Home Assistant using the MQTT API
Apache License 2.0
75 stars 17 forks source link

No credentials for broker connection #139

Closed rbiegel closed 4 months ago

rbiegel commented 4 months ago

Is it possible to set user, password and certificates for the connection to the broker? If yes, where? If no, is it planned to be supported in the future?

Thanks in advance!

syssi commented 4 months ago

This integration requires/uses the mqtt integration to talk to the broker. It looks like the mqtt integration supports these settings already: https://www.home-assistant.io/integrations/mqtt/

syssi commented 4 months ago

In other words: You have to setup the mqtt integration first and add this integration as second step.

rbiegel commented 4 months ago

Ah, ok. Didn't get that in the first place. Thanks!