Skip to content

MartinLoidolt/MMM-neoomAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-neoomAPI

This is a module for the MagicMirror community.

Functionality

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)
  • ...

Installation

  1. Navigate into your MagicMirror modules folder
  2. Execute: git clone https://github.com/MartinLoidolt/MMM-neoomAPI.git

Configuration

Get your API Key and Site-ID from the neoom website:

API Key

Parameters

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:
  • power_consumption
  • power_consumption_calc
  • power_production
  • power_storage
  • power_grid
  • power_charging_stations
  • power_heating
  • power_appliances
  • state_of_charge
  • self_sufficiency


Type: Array of Strings
Default: ["power_production", "power_consumption_calc"]

Example

Example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published