Skip to content
Snippets Groups Projects
manifest.konnector 2.01 KiB
Newer Older
Hugo SUBTIL's avatar
Hugo SUBTIL committed
{
  "version": "0.1.0",
  "name": "Enedis",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "type": "konnector",
  "language": "node",
  "icon": "icon.png",
  "slug": "enedis",
  "source": "https://forge.grandlyon.com/web-et-numerique/llle_project/enedis-konnector.git",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "editor": "Grand 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
    },
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": {
Hugo NOUTS's avatar
Hugo NOUTS committed
    "name": "Grand Lyon",
    "url": "https://www.grandlyon.com/"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  },
  "langs": ["fr", "en"],
  "locales": {
      "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": {
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
        },
        "accounts": {
          "description": "Utilisé pour obtenir les données du compte"
        }
      }
    },
    "en": {
      "short_description": "Fetch your Load profile from Enedis API",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "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
        },
        "accounts": {
          "description": "Required to get the account's data"
        }
    }
  },
  "manifest_version": "2"
}