This version introduces significant changes to the device’s operation. Due to the large number of inquiries we have received regarding optimization of RAM usage on the device, we are introducing a mechanism for selectively compiling driver fields based on configuration. As a result, this will lead to substantial RAM savings, since only the necessary fields will be stored in the program memory.
Additionally, a parser for the .xmq format has been added, enabling support for all drivers based on this format that are available in the official wmbusmeters library, for example sensostar and hydrocalm4.
What's Changed
- add on_packet automation by @kassie1551 in #19
- wmbusmeters 1.20.0 by @kubasaw in #23
Full Changelog: v1.0.6...v1.1.0