softwarecrash / Daly2MQTT

ESP8266 Connector to get Daly / XENES / HI-BMS / BullTron BMS Data into MQTT systems
Other
141 stars 30 forks source link

[Bug]: Keine Erkennung durch Home Assistant #98

Closed Frogowitsch closed 1 year ago

Frogowitsch commented 1 year ago

Is there an existing issue for this?

Used Hardware?

Wemos D1 Mini

What happened?

Home Assistant erkennt die MQTT Ausgaben von Daly MQTT nicht automatisch. Ich glaube das sollte automatisch erkannt werden, so wie ich es verstanden habe. In Mosquitto is Auto Erkennen aktiviert. Alle anderen MQTT Quellen werden von Home Assistant automatisch erkannt, nur Daly MQTT nicht. Jemand eine Idee ?

Screenshots / Fotos

Bildschirmfoto 2023-05-02 um 03 40 14

Steps To Reproduce

No response

Version

2.2.14 and above

Relevant livejson output

{"Device":{"Name":"DALYBMS","IP":"192.168.178.93","ESP_VCC":3.062,"Wifi_RSSI":-79,"Relais_Active":false,"Relais_Manual":true,"sw_version":"2.2.16"},"Pack":{"Voltage":25.9,"Current":0,"Power":0,"SOC":50,"Remaining_mAh":50000,"Cycles":0,"BMS_Temp":19,"Cell_Temp":19,"High_CellNr":8,"High_CellV":3.245,"Low_CellNr":1,"Low_CellV":3.215,"Cell_Diff":30,"DischargeFET":true,"ChargeFET":true,"Status":"Stationary","Cells":8,"Heartbeat":34,"Balance_Active":false},"CellV":{"CellV_1":3.215,"Balance_1":false,"CellV_2":3.245,"Balance_2":false,"CellV_3":3.243,"Balance_3":false,"CellV_4":3.242,"Balance_4":false,"CellV_5":3.245,"Balance_5":false,"CellV_6":3.243,"Balance_6":false,"CellV_7":3.24,"Balance_7":false,"CellV_8":3.244,"Balance_8":false},"CellTemp":{"Cell_Temp_1":19}}

What browsers are you seeing the problem on?

no Issue with the Browser or WebUI

Frogowitsch commented 1 year ago

I see that I was wrong, sorry. Daly MQTT does not support the home assistant auto discovery feature. It does not create sensors and switches in the /homeassistant/ topic. OK, my bad, I read somewhere, that it supports this feature and did not check for myself.