An energy usage dashboard. See video demo here: https://www.youtube.com/watch?v=bXS-XeiCP00.
Available on:
brew tap rars/homebrew-formulae
brew install --cask smart-energy-explorerIf you have a Hildebrand Glow combined consumer access device (CAD) and in home display (IHD), this can be configured to publish electricity usage to an MQTT broker. Smart Energy Explorer can connect to the MQTT broker and will display that data within the app. To do this, set the MQTT settings under the settings section.
This is a tauri app with Angular frontend. You will need to follow the instructions to set up your environment to develop tauri Applications.
After checkout:
npm i
cargo tauri dev