Skip to content

Latest commit

 

History

History
149 lines (78 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

149 lines (78 loc) · 2.61 KB

MBusino change log

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.9.16] - 2025-01-30

Changed

  • fixed again problems with the webserver since 0.9.14

[0.9.15] - 2025-01-28

Changed

  • fixed problems with the webserver since 0.9.14

[0.9.14] - 2025-01-27

Changed

  • MBusinoLib 0.9.9
  • changed the server syntax because of a new release of ESPasyncWebServer
  • Stop the whole main loop if the WIFI and MQTT connection is lost.

[0.9.13] - 2025-01-13

Changed

  • MBusinoLib 0.9.8

[0.9.12] - 2025-01-04

Added

  • M-Bus request polling per MQTT

[0.9.11] - 2024-12-03

Changed

  • increased time between M-Bus request and get response for slow slaves
  • placed sensor1.setWaitForConversion(false) etc. to the right place, to set the OneWire communication async
  • changed the BME280 topics to english language
  • tutorial: add links to the .bin files

[0.9.10] - 2024-11-16

Changed

  • increased size of jsonstring to 4092
  • add a GUI selection for raw telegram output to debug (only for MBusino)

[0.9.9] - 2024-11-05

Changed

  • update to MBusinoLib 0.9.7 - HA Autodiscovery StateClass TOTAL for Energy

[0.9.8] - 2024-06-21

Changed

  • hide MQTT Password

[0.9.7] - 2024-05-14

Added

  • a switch for Homeassitant autodiscovery messages.

[0.9.6] - 2024-05-14

Added

  • retained flag for Homeassitant autodiscovery messages.

[0.9.5] - 2024-04-16

Changed

  • roll back from float to double for a better precision

[0.9.4] - 2024-04-15

Changed

  • separate decodeing and sending of records for a better stability

  • length of form text fields in html are now limited to the length of the variable

[0.9.3] - 2024-04-11

Added

  • better real support

  • support for more as one VIFEs

[0.9.1] - 2024-03-12

Added

  • Home Assistant autodiscovery for MBusino3S.

[0.9.0] - 2024-03-11

Added

  • Home Assistant autodiscovery for MBusino.

[0.8.0] - 2024-02-26

Added

  • ESP32 S2 mini is now supported

  • ESP32 S2 mini flashing tutorial.

Changed

  • Some improfements at Readme and tutorials

[0.7.2] - 2024-02-22

Added

  • M-Bus Address

Changed

  • MBusinoAP with Accesspoint is now standard, renamed to MBusino. Old MBusino code without accesspoint is in archive

  • Split the MBusino code in deferent .h files for a better clarity

  • English tutorial

  • Some improfements at Readme and german tutorial

[0.7.1] - 2024-01-31

Changed

  • new MBusino own http updater

[0.7.0] - 2024-01-30

  • Initial version with releases and changelog