Skip to content
Snippets Groups Projects
manifest.konnector 2.14 KiB
Newer Older
Hugo SUBTIL's avatar
Hugo SUBTIL committed
{
  "version": "1.0.0",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "name": "Enedis Api Connector",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "type": "konnector",
  "language": "node",
  "icon": "icon.png",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "slug": "enedis-api-konnector",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "source": "git@github.com:hsubtil/enedis-konnector.git",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "editor": "Grand Lyon",
  "vendor_link": "www.grandlyon.com",
  "categories": ["energy"],
  "frequency": "daily",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "fields": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "access_token": {
      "type": "hidden"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "refresh_token": {
      "type": "hidden"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    }
  },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "oauth": {},
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "data_types": [],
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "screenshots": [],
  "permissions": {
    "accounts": {
      "type": "io.cozy.accounts",
      "verbs": ["GET"]
    },
Yoan VALLET's avatar
Yoan VALLET committed
     "half hour enedis load profile data": {
      "type": "io.enedis.minute"
    },
    "hourly enedis load profile": {
      "type": "io.enedis.hour"
    },
    "daily enedis load profile": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "type": "io.enedis.day"
Yoan VALLET's avatar
Yoan VALLET committed
    },
    "monthly enedis load profile": {
      "type": "io.enedis.month"
    },
    "year enedis load profile": {
      "type": "io.enedis.year"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  },
  "developer": {
    "name": "Cozy Cloud",
    "url": "https://cozy.io"
  },
  "langs": ["fr", "en"],
  "locales": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "short_description": "Courbe de charge depuis le site Enedis",
      "long_description": "Ce connecteur récupère la courbe de charge électrique enregistrée par le compteur Linky",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "permissions": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "load profile": {
          "description": "La courbe de charge électrique enregistrée par le compteur Linky"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        },
        "files": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
          "description": "Nécessaire (à voir pourquoi)"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        },
        "accounts": {
          "description": "Utilisé pour obtenir les données du compte"
        }
      }
    },
    "en": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "short_description": "Load profile from Enedis website",
      "long_description": "This connector fetches the electrical load profile recorded by the Linky electricity meter",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "permissions": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "load profile": {
          "description": "The load profile recorded by Linky"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        },
        "files": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
          "description": "Required (why ?)"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        },
        "accounts": {
          "description": "Required to get the account's data"
        }
    }
  },
  "manifest_version": "2"
}