softwarecrash / Daly2MQTT

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

überlauf deshalb verzögerte abfrage von DalyBMS #130

Closed StefanKie closed 9 months ago

StefanKie commented 9 months ago

Is there an existing issue for this?

Used Hardware?

Wemos D1 Mini

What happened?

public: unsigned int previousTime = 0; wegen int Variable überlauft und erst abfrage nach 32 sekunden!! bitte ändern in -->unsigned long previousTime

Screenshots / Fotos

.....

Steps To Reproduce

....

Version

2.x.x and above

Relevant livejson output

....

Which BMS is connected?

200Amp

What browsers are you seeing the problem on?

Firefox, Chrome

softwarecrash commented 9 months ago

thanks verry much for the hint. fixed with V2.8.5