Skip to content
Snippets Groups Projects
manifest.konnector 2.42 KiB
Newer Older
  • Learn to ignore specific revisions
  • Hugo SUBTIL's avatar
    Hugo SUBTIL committed
    {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
      "version": "1.2.2",
    
      "name": "Enedis SGE",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      "type": "konnector",
      "language": "node",
      "icon": "icon.png",
    
      "source": "https://forge.grandlyon.com/web-et-numerique/llle_project/enedis-sge-konnector.git",
    
      "editor": "Métropole de Lyon",
      "vendor_link": "https://www.enedis.fr/",
    
      "categories": ["energy"],
      "frequency": "daily",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      "fields": {
    
        "firstname": {
          "type": "string"
        },
        "lastname": {
          "type": "string"
        },
        "address": {
          "type": "string"
        },
        "postalCode": {
          "type": "string"
        },
        "city": {
          "type": "string"
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "pointId": {
    
          "type": "number"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        }
      },
      "data_types": [
      ],
      "screenshots": [],
      "permissions": {
        "accounts": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
        "files": {
          "type": "io.cozy.files"
    
        },
         "enedis data": {
          "type": "com.grandlyon.enedis.*"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        }
      },
      "developer": {
    
        "name": "Métropole de Lyon",
        "url": "https://www.grandlyon.com/"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      },
    
      "langs": ["fr"],
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      "locales": {
        "fr": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
          "short_description": "Récupère vos données de courbe de charge depuis l'API 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": {
    
            "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
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "files": {
              "description": "Cozy files"
            },
    
    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.",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "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)."
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "files": {
              "description": "Cozy files"
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "accounts": {
    
              "description": "Used to access your consumption data."
    
      "manifest_version": "2",
      "on_delete_account": "onDeleteAccount.js"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
    }