The RTE France EcoMix connector allows you to connect buildings in France to national energy metrics produced by RTE France, specifically CO2 per KwH.
Potential use cases include:
No credentials are required for this connector.
Connector Concept | Mapped Type |
---|---|
Place | Building |
Thing | Meter |
Point | GHG_Emissions_Intensity_Per_Energy |
Since you'll be looking for data from a specific sensor for this connector, quickest route is to filter by the thing id like so:
Request ResponseCopy1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{ things(filter: {id: {eq: "THGSR1zvEqunZaNAZD4HHPqP2"}}) { id name exactType points { id name exactType series(latest: true) { value { float64Value } timestamp } } } }