Skip to content

wbec release 0.1.0

Compare
Choose a tag to compare
@steff393 steff393 released this 15 May 18:58
· 202 commits to master since this release

Major changes:

  • Bugfix for firmware 1.0.7 (#3)
  • MQTT support for openWB
  • Rework of the configuration approach
  • Standby mode configurable

Bin files can be flashed with https://github.com/marcelstoer/nodemcu-pyflasher
a) wbec_firmware_0_1_0.bin --> recommended
b) wbec_complete_0_1_0.bin --> contains additionally the LittleFS image with the html/css files for the web interface

The html/css files for the web interface can also be uploaded later from the data folder, using http:// ip /edit
When erasing the ESP8266 before flashing, then the configuration and the Wifi credentials will be set to defaults.

Erasing is recommended at first usage of wbec.
When updating from a previous version (e.g. 0.0.2), it's recommended to add the following content to cfg.json (using http:// ip /edit) before the update (erasing not needed then -> Wifi credentials will remain):

{"cfgApSsid":"wbec","cfgApPass":"wbec1234","cfgCntWb":1,"cfgMbCycleTime":3,"cfgMbTimeout":60000,"cfgStandby":4,"cfgMqttIp":""}