Skip to content
Snippets Groups Projects
manifest.konnector 2.02 KiB
Newer Older
Hugo SUBTIL's avatar
Hugo SUBTIL committed
{
Yoan VALLET's avatar
Yoan VALLET committed
  "version": "1.0.0",
  "name": "Enedis",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "type": "konnector",
  "language": "node",
  "icon": "icon.png",
Yoan VALLET's avatar
Yoan VALLET committed
  "slug": "enedisgrandlyon",
  "source": "https://forge.grandlyon.com/web-et-numerique/llle_project/enedis-konnector.git",
Hugo NOUTS's avatar
Hugo NOUTS committed
  "editor": "Métropole de Lyon",
  "vendor_link": "https://www.enedis.fr/",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "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"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    },
     "enedis data": {
      "type": "com.grandlyon.enedis.*"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  },
  "developer": {
Hugo NOUTS's avatar
Hugo NOUTS committed
    "name": "Métropole de Lyon",
    "url": "https://www.grandlyon.com/"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  },
Hugo NOUTS's avatar
Hugo NOUTS committed
  "langs": ["fr"],
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "locales": {
Yoan VALLET's avatar
Yoan VALLET committed
    "fr": {
      "short_description": "Récupère vos donnéees de courbe de charge depuis l'API Enedis",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "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": {
        "enedis data": {
          "description": "Requises pour accéder et stocker les données collectées par le compteur Linky et exposées par les API Enedis (consommations d’électricité à la demi-heure, au jour, mois et année). "
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        },
        "accounts": {
          "description": "Utilisé pour accéder à vos données de consommation."
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        }
      }
    },
    "en": {
      "short_description": "Fetches your electricity consumption data from Enedis API",
      "long_description": "This konnector fetches the energy curve of your electricity consumption gathered by your Linky device.",
      "permissions": {
        "enedis data": {
          "description": "Required to access and store the data collected by the Linky meter and exposed by Enedis APIs (half-an-hour, daily, monthly and yearly consumption)."
        },
        "accounts": {
          "description": "Used to access your consumption data."
        }
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  },
  "manifest_version": "2"
}