softwarecrash / Daly2MQTT

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

[Bug]: No BMS Data via MQTT #110

Closed sideshowbob100 closed 1 year ago

sideshowbob100 commented 1 year ago

Is there an existing issue for this?

Used Hardware?

Wemos D1 Mini

What happened?

Daly2MQTT in general works. The Web Interface is showing the different values of the BMS. Then I connected the Wemos via Wifi with my iobroker but in iobroker only one object is available (alive = true). There are no more objects. What can I do?

Screenshots / Fotos

IobrokerObjetcs AdapterConfig BMS1 D1_Config

Steps To Reproduce

-

Version

2.x.x and above

Relevant livejson output

{"Device":{"Name":"DALY-BMS-to-MQTT","IP":"192.168.178.43","ESP_VCC":2.984,"Wifi_RSSI":-49,"Relais_Active":false,"Relais_Manual":false,"sw_version":"2.2.18","Flash_Size":4194304,"Sketch_Size":420048,"Free_Sketch_Space":3751936},"Pack":{"Voltage":52.7,"Current":6.9,"Power":363.63,"SOC":62.5,"Remaining_mAh":100000,"Cycles":9,"BMS_Temp":17,"Cell_Temp":17,"High_CellNr":8,"High_CellV":3.314,"Low_CellNr":1,"Low_CellV":3.291,"Cell_Diff":23,"DischargeFET":true,"ChargeFET":true,"Status":"Charge","Cells":16,"Heartbeat":129,"Balance_Active":false},"CellV":{"CellV_1":3.291,"Balance_1":false,"CellV_2":3.293,"Balance_2":false,"CellV_3":3.291,"Balance_3":false,"CellV_4":3.292,"Balance_4":false,"CellV_5":3.292,"Balance_5":false,"CellV_6":3.291,"Balance_6":false,"CellV_7":3.298,"Balance_7":false,"CellV_8":3.313,"Balance_8":false,"CellV_9":3.294,"Balance_9":false,"CellV_10":3.3,"Balance_10":false,"CellV_11":3.297,"Balance_11":false,"CellV_12":3.295,"Balance_12":false,"CellV_13":3.297,"Balance_13":false,"CellV_14":3.296,"Balance_14":false,"CellV_15":3.296,"Balance_15":false,"CellV_16":3.294,"Balance_16":false},"CellTemp":{"Cell_Temp_1":17}}

Which BMS is connected?

BMS 16s 80A

What browsers are you seeing the problem on?

Safari, Microsoft Edge

softwarecrash commented 1 year ago

Hello, from the screenshots i see you use the sonoff adapter, you need the mqtt broker/client adapter, set it as broker, and change the port to like 1885 (in esp too) to avoid collision with the sonoff adapter grafik grafik

sideshowbob100 commented 1 year ago

THX. Now it works.