Working hard on ESPimatic 0.2.0
As allready dropped a few times the 2 biggest changes will be moving all the configuration settings from EEPROM to a config.json and splitting all the sensors stuff into ‘plugins’.
Still a few things to be done before I can release it.
With the new plugin system everyon can easily create a plugin for ESPimatic without need to alter the main code. There will be a plugins page where you can see all the available plugins and enable or disable them from there.
The NavBar menu is nowdynamic, only enabled plugins will ne in the menu.
Still have to figure out how to set values/status of enabled plugins on the homepage (without crashing due to memory limit)
Current settings will be automaticly converted from EEPROM to new config.json. When this project is finished I can take some time to focus on some feature requests an bugs.