LukasGrebe / ha-addons

Addons for Home Assistant
GNU General Public License v3.0
37 stars 42 forks source link

Missing MQTT parameters #92

Closed Dominic151617 closed 3 days ago

Dominic151617 commented 6 months ago

Hello Lukas, This is not a real question. I have already solved it for myself and maybe it will help others. I had the problem that no mqtt parameters were transferred from HA. My solution was to transfer parameters in the config:

loglevel_all: notice
mqtttopic: ebusd
mqttint: /etc/ebusd/mqtt-hassio.cfg
mqttjson: true
mqtthost: 192.168.xx.xx
mqttport: 1883
mqttuser: user
mqttpass: password
network_device: ens:192.168.xx.xx:9999
latency: 10
accesslevel: “*”
configpath: https://cfg.ebusd.eu/

By the way, thanks for your work

Nikohomeassistant commented 4 months ago

Thanks ! I was stucked since ages only because i added mqtt:// in mqtthost !!!! Now i have to understand what are all those values i get !