This is a module for the MagicMirror community.
With this module you can access your neoom photovoltaic data. You can get following information:
- Current Production
- Current Consumption
- Current Consumption From Grid
- Current Consumption From Storages
- Current State Of Charge (Storages)
- ...
- Navigate into your MagicMirror modules folder
- Execute:
git clone https://github.com/MartinLoidolt/MMM-neoomAPI.git
Get your API Key and Site-ID from the neoom website:
Option | Configuration |
---|---|
apiKey | Your API-Key (don't show it to anybody) Type: String |
siteId | Your Site-Id Type: String |
fetchInterval | How often you want to update the statistics (in ms) Type: Number Default: 10000 |
shownStats | Array of the statistics you want to show. For more information go to: https://docs.ntuity.io/reference/get_sites-id-energy-flow-latest You can add the following ones:
Type: Array of Strings Default: ["power_production", "power_consumption_calc"] |