softwarecrash / Daly2MQTT

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

Host all web sources locally #75

Closed OliverWieland closed 1 year ago

OliverWieland commented 1 year ago

Is your feature request related to a problem? Please describe. My system will work in an environment that doesn't have a permanent internet connection. The internal web page of DALY-BMS-to_MQTT though uses external sources like bootstrap or jquery. So the web pages don't work for me.

Describe the solution you'd like The external sources shouldn't be too big to put these into the flash of the ESP, so I suggest to do that and change the html code to use these locally hosted sources

softwarecrash commented 1 year ago

we use the bootstrap and jquery framework, so that will not fitt in the ESP, minified yes, so then we must create spiffs access and create a second bin file to flash. we dont make that. without the external frameworks it will work but looks ugly.