diff --git a/mappings/engine.ts b/mappings/engine.ts index 71b317e..349cda0 100644 --- a/mappings/engine.ts +++ b/mappings/engine.ts @@ -281,29 +281,49 @@ export default class { let prise_type_e = this.isTruthyValue(this.current_geojson_point.properties.prise_type_e) let prise_type_autre = this.isTruthyValue(this.current_geojson_point.properties.prise_type_autre) - if ((boolToAddable(has_prise_type_2) + boolToAddable(has_prise_type_combo_ccs) + boolToAddable(prise_type_chademo) + + let countOfSockets = (boolToAddable(has_prise_type_2) + boolToAddable(has_prise_type_combo_ccs) + boolToAddable(prise_type_chademo) + boolToAddable(prise_type_ef) + boolToAddable(prise_type_autre) + boolToAddable(prise_type_e) - ) > 0) { + ); + if (countOfSockets > 0) { we_use_max_output = true; } // ajouter les tags de socket newProperties let converted_value = originalValue.replace(/[^\d\.\,]/g, '').replace(',', '.') - let max_output = 400 + let max_output = 401 // do not limit accepted values // let accepted_values = [3, 7, 22, 50, 150, 300] + // let accepted_values = [3, 7, 22, 50, 150, 300] // if (accepted_values.includes(converted_value)) { + let out = '' if (originalValue < max_output) { + // enlever les lettres dans la valeur - let out = converted_value + ' kW' - if (we_use_max_output) { - newProperties['socket:max:output'] = out; - } else { + out = converted_value + ' kW' + + } else { + // console.log('too high kW value detected', originalValue) + // prise en charge des valeurs en Watts et non en kW. + if(originalValue > 1000 && originalValue < 401000){ + + let kilowatts = ( parseFloat(converted_value ) /1000 ).toFixed(2).replace('.00',''); + out = ''+ kilowatts + ' kW' + // console.log('valeurs en Watts out', out, 'original:', originalValue) + } + } + + if (we_use_max_output) { + newProperties['socket:max:output'] = out; + } else { + if (countOfSockets === 1) { + if (has_prise_type_2) { newProperties['socket:type_2:output'] = out; + console.log('socket:type_2:output', out) } if (has_prise_type_combo_ccs) { newProperties['socket:type_2_combo:output'] = out; + console.log('socket:type_2_combo:output', out) } if (prise_type_chademo) { newProperties['socket:chademo:output'] = out; @@ -311,11 +331,12 @@ export default class { if (prise_type_e) { newProperties['socket:typee:output'] = out; } + }else{ + console.log('sockets', countOfSockets) } - return out - } else { - return null } + return out + } diff --git a/output/converted__irve-latest-etalab_.json b/output/converted__irve-latest-etalab_.json index 08f6cae..a9eeafc 100644 --- a/output/converted__irve-latest-etalab_.json +++ b/output/converted__irve-latest-etalab_.json @@ -322786,6 +322786,7 @@ "network": "ELECTRA", "name": "Villebon-sur-Yvette - CC Auchan", "capacity": "8", + "socket:max:output": "400 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -327335,6 +327336,7 @@ "network": "ELECTRA", "name": "Villebon-sur-Yvette - CC Auchan", "capacity": "8", + "socket:max:output": "400 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862007,6 +862009,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Ouest", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862033,6 +862036,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Ouest", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862059,6 +862063,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862085,6 +862090,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862111,6 +862117,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Ouest", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862137,6 +862144,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862163,6 +862171,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862189,6 +862198,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862215,6 +862225,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862241,6 +862252,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862267,6 +862279,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Ouest", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862293,6 +862306,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862319,6 +862333,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "60 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862345,6 +862360,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862371,6 +862387,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862397,6 +862414,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A41 Bois Claret", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862423,6 +862441,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A41 Bois Claret", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862449,6 +862468,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A41 Bois Claret", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862475,6 +862495,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862501,6 +862522,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862527,6 +862549,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862553,6 +862576,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862579,6 +862603,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862605,6 +862630,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862631,6 +862657,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862657,6 +862684,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862683,6 +862711,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862709,6 +862738,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862735,6 +862765,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862761,6 +862792,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862787,6 +862819,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862813,6 +862846,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862839,6 +862873,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862865,6 +862900,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862891,6 +862927,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862917,6 +862954,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A20 Nauze Vert", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862943,6 +862981,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A43 Le Guiers", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862969,6 +863008,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A43 Le Guiers", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -862995,6 +863035,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A43 Le Guiers", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863021,6 +863062,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Royan Vercors", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863047,6 +863089,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Royan Vercors", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863073,6 +863116,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Royan Vercors", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863099,6 +863143,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863125,6 +863170,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Ouest", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863151,6 +863197,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863177,6 +863224,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Est", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863203,6 +863251,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Est", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863229,6 +863278,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Est", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863255,6 +863305,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Porte de la Drôme", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863281,6 +863332,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Porte de la Drôme", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863307,6 +863359,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Porte de la Drôme", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863333,6 +863386,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Est", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863359,6 +863413,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Est", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863385,6 +863440,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Est", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863411,6 +863467,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Royan Vercors", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863437,6 +863494,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Royan Vercors", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863463,6 +863521,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Royan Vercors", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863489,6 +863548,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Royan Vercors", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863515,6 +863575,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Royan Vercors", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863541,6 +863602,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Royan Vercors", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863567,6 +863629,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Est", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863593,6 +863656,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Est", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863619,6 +863683,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Est", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863645,6 +863710,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A43 Le Guiers", "capacity": "1", + "socket:max:output": "62.50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863671,6 +863737,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A43 Le Guiers", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863697,6 +863764,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A43 Le Guiers", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863723,6 +863791,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Royan Vercors", "capacity": "1", + "socket:max:output": "62.50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863749,6 +863818,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Royan Vercors", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863775,6 +863845,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Royan Vercors", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863801,6 +863872,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Est", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863827,6 +863899,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Est", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863853,6 +863926,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A6 Les Chères Est", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863879,6 +863953,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A41 Bois Claret", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863905,6 +863980,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A41 Bois Claret", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863931,6 +864007,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A41 Bois Claret", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863957,6 +864034,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A43 Le Guiers", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -863983,6 +864061,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A43 Le Guiers", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864009,6 +864088,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A43 Le Guiers", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864035,6 +864115,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A41 Bois Claret", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864061,6 +864142,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A41 Bois Claret", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864087,6 +864169,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A41 Bois Claret", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864113,6 +864196,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Porte de la Drôme", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864139,6 +864223,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Porte de la Drôme", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864165,6 +864250,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Porte de la Drôme", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864191,6 +864277,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Porte de la Drôme", "capacity": "1", + "socket:max:output": "62.50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864217,6 +864304,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Porte de la Drôme", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864243,6 +864331,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Porte de la Drôme", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864269,6 +864358,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Porte de la Drôme", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864295,6 +864385,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Porte de la Drôme", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864321,6 +864412,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A49 Porte de la Drôme", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864347,6 +864439,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A41 Bois Claret", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864373,6 +864466,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A41 Bois Claret", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864399,6 +864493,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A41 Bois Claret", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864425,6 +864520,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A43 Le Guiers", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864451,6 +864547,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A43 Le Guiers", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864477,6 +864574,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A43 Le Guiers", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864503,6 +864601,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A31 Saint-Rémy", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864529,6 +864628,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A31 Saint-Rémy", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864555,6 +864655,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A31 Saint-Rémy", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864581,6 +864682,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A31 Saint-Rémy", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864607,6 +864709,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A31 Saint-Rémy", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864633,6 +864736,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A31 Saint-Rémy", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864659,6 +864763,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A31 Saint-Rémy", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864685,6 +864790,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A31 Saint-Rémy", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864711,6 +864817,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A31 Saint-Rémy", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864737,6 +864844,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A31 Saint-Rémy", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864763,6 +864871,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A31 Saint-Rémy", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864789,6 +864898,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A31 Saint-Rémy", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864815,6 +864925,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A1 Cœur des Hauts-de-France Ouest", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864841,6 +864952,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A1 Cœur des Hauts-de-France Ouest", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864867,6 +864979,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A1 Cœur des Hauts-de-France Ouest", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864893,6 +865006,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A1 Cœur des Hauts-de-France Ouest", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864919,6 +865033,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A1 Cœur des Hauts-de-France Ouest", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864945,6 +865060,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A1 Cœur des Hauts-de-France Ouest", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864971,6 +865087,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A1 Cœur des Hauts-de-France Ouest", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -864997,6 +865114,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A1 Cœur des Hauts-de-France Ouest", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865023,6 +865141,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A1 Cœur des Hauts-de-France Ouest", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865049,6 +865168,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A1 Cœur des Hauts-de-France Ouest", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865075,6 +865195,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A1 Cœur des Hauts-de-France Ouest", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865101,6 +865222,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A1 Cœur des Hauts-de-France Ouest", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865127,6 +865249,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A81 St-Denis d'Orques", "capacity": "1", + "socket:max:output": "62.50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865153,6 +865276,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A81 St-Denis d'Orques", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865179,6 +865303,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A81 St-Denis d'Orques", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865205,6 +865330,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A19 Villeroy", "capacity": "1", + "socket:max:output": "62.50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865231,6 +865357,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A19 Villeroy", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865257,6 +865384,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A19 Villeroy", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865283,6 +865411,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A71 La Ferté St-Aubin", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865309,6 +865438,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A71 La Ferté St-Aubin", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865335,6 +865465,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A71 La Ferté St-Aubin", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865361,6 +865492,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A19 Villeroy", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865387,6 +865519,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A19 Villeroy", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865413,6 +865546,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A19 Villeroy", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865439,6 +865573,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A71 La Ferté St-Aubin", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865465,6 +865600,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A71 La Ferté St-Aubin", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865491,6 +865627,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A71 La Ferté St-Aubin", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865517,6 +865654,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A11 Brou-Dampierre", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865543,6 +865681,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A11 Brou-Dampierre", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865569,6 +865708,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A11 Brou-Dampierre", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865595,6 +865735,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A51 Chabauds (Cabriès)", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865621,6 +865762,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A51 Chabauds (Cabriès)", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865647,6 +865789,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A51 Chabauds (Cabriès)", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865673,6 +865816,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A51 Chabauds (Cabriès)", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865699,6 +865843,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A51 Chabauds (Cabriès)", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865725,6 +865870,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A51 Chabauds (Cabriès)", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865751,6 +865897,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A51 Chabauds (Cabriès)", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865777,6 +865924,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A51 Chabauds (Cabriès)", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865803,6 +865951,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A51 Chabauds (Cabriès)", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865829,6 +865978,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A51 Chabauds (Cabriès)", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865855,6 +866005,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A51 Chabauds (Cabriès)", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865881,6 +866032,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A51 Chabauds (Cabriès)", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865907,6 +866059,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A71 La Ferté St-Aubin", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865933,6 +866086,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A71 La Ferté St-Aubin", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865959,6 +866113,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A71 La Ferté St-Aubin", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -865985,6 +866140,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A10 Châtellerault-Antran", "capacity": "1", + "socket:max:output": "62.50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866011,6 +866167,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A10 Châtellerault-Antran", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866037,6 +866194,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A10 Châtellerault-Antran", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866063,6 +866221,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A19 Villeroy", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866089,6 +866248,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A19 Villeroy", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866115,6 +866275,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A19 Villeroy", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866141,6 +866302,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A11 Brou-Dampierre", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866167,6 +866329,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A11 Brou-Dampierre", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866193,6 +866356,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A11 Brou-Dampierre", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866219,6 +866383,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A10 Châtellerault-Antran", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866245,6 +866410,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A10 Châtellerault-Antran", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866271,6 +866437,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A10 Châtellerault-Antran", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866297,6 +866464,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A10 Châtellerault-Antran", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866323,6 +866491,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A10 Châtellerault-Antran", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866349,6 +866518,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A10 Châtellerault-Antran", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866375,6 +866545,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A19 Villeroy", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866401,6 +866572,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A19 Villeroy", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866427,6 +866599,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A19 Villeroy", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866453,6 +866626,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A71 La Ferté St-Aubin", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866479,6 +866653,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A71 La Ferté St-Aubin", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866505,6 +866680,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A71 La Ferté St-Aubin", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866531,6 +866707,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866557,6 +866734,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866583,6 +866761,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866609,6 +866788,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866635,6 +866815,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866661,6 +866842,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866687,6 +866869,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866713,6 +866896,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866739,6 +866923,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866765,6 +866950,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866791,6 +866977,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866817,6 +867004,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866843,6 +867031,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866869,6 +867058,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -866895,6 +867085,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -873506,6 +873697,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A11 Brou-Dampierre", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -873532,6 +873724,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A11 Brou-Dampierre", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -873558,6 +873751,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A11 Brou-Dampierre", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -873584,6 +873778,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A11 Brou-Dampierre", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -873610,6 +873805,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A11 Brou-Dampierre", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -873636,6 +873832,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A11 Brou-Dampierre", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -876956,6 +877153,7 @@ "network": "Last Mile Solutions", "name": "HOTEL 1er CLASSE - BLOIS", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -876982,6 +877180,7 @@ "network": "Last Mile Solutions", "name": "HOTEL 1er CLASSE - BLOIS", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877008,6 +877207,7 @@ "network": "Last Mile Solutions", "name": "HOTEL 1er CLASSE - BLOIS", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877034,6 +877234,7 @@ "network": "Last Mile Solutions", "name": "HOTEL 1er CLASSE - BLOIS", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877060,6 +877261,7 @@ "network": "Last Mile Solutions", "name": "PREMIERE CLASSE - BOURGES", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877086,6 +877288,7 @@ "network": "Last Mile Solutions", "name": "PREMIERE CLASSE - BOURGES", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877112,6 +877315,7 @@ "network": "Last Mile Solutions", "name": "PREMIERE CLASSE - BOURGES", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877138,6 +877342,7 @@ "network": "Last Mile Solutions", "name": "PREMIERE CLASSE - BOURGES", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877434,6 +877639,7 @@ "network": "Last Mile Solutions", "name": "LOUVRE HOTEL - LAON", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877460,6 +877666,7 @@ "network": "Last Mile Solutions", "name": "LOUVRE HOTEL - LAON", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877486,6 +877693,7 @@ "network": "Last Mile Solutions", "name": "LOUVRE HOTEL - LAON", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877512,6 +877720,7 @@ "network": "Last Mile Solutions", "name": "LOUVRE HOTEL - LAON", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877538,6 +877747,7 @@ "network": "Last Mile Solutions", "name": "Hotel KYRIAD DIRECT - LAON", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877564,6 +877774,7 @@ "network": "Last Mile Solutions", "name": "Hotel KYRIAD DIRECT - LAON", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877590,6 +877801,7 @@ "network": "Last Mile Solutions", "name": "Hotel KYRIAD DIRECT - LAON", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877616,6 +877828,7 @@ "network": "Last Mile Solutions", "name": "Hotel KYRIAD DIRECT - LAON", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877642,6 +877855,7 @@ "network": "Last Mile Solutions", "name": "CAMPANILE DUNKERQUE EST - ARMBOUTS CAPPEL", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877668,6 +877882,7 @@ "network": "Last Mile Solutions", "name": "CAMPANILE DUNKERQUE EST - ARMBOUTS CAPPEL", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877694,6 +877909,7 @@ "network": "Last Mile Solutions", "name": "CAMPANILE DUNKERQUE EST - ARMBOUTS CAPPEL", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877720,6 +877936,7 @@ "network": "Last Mile Solutions", "name": "CAMPANILE DUNKERQUE EST - ARMBOUTS CAPPEL", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877746,6 +877963,7 @@ "network": "Last Mile Solutions", "name": "PREMIERE CLASSE - DUNKERQUE - ST-POL-SUR-MER", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877772,6 +877990,7 @@ "network": "Last Mile Solutions", "name": "PREMIERE CLASSE - DUNKERQUE - ST-POL-SUR-MER", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877798,6 +878017,7 @@ "network": "Last Mile Solutions", "name": "PREMIERE CLASSE - DUNKERQUE - ST-POL-SUR-MER", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877824,6 +878044,7 @@ "network": "Last Mile Solutions", "name": "PREMIERE CLASSE - DUNKERQUE - ST-POL-SUR-MER", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877850,6 +878071,7 @@ "network": "Last Mile Solutions", "name": "Hôtel Restaurant Campanile Lens", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877876,6 +878098,7 @@ "network": "Last Mile Solutions", "name": "Hôtel Restaurant Campanile Lens", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877902,6 +878125,7 @@ "network": "Last Mile Solutions", "name": "Hôtel Restaurant Campanile Lens", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877928,6 +878152,7 @@ "network": "Last Mile Solutions", "name": "Hôtel Restaurant Campanile Lens", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877954,6 +878179,7 @@ "network": "Last Mile Solutions", "name": "CAMPANILE DOUAI - CUINCY", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -877980,6 +878206,7 @@ "network": "Last Mile Solutions", "name": "CAMPANILE DOUAI - CUINCY", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878006,6 +878233,7 @@ "network": "Last Mile Solutions", "name": "CAMPANILE DOUAI - CUINCY", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878032,6 +878260,7 @@ "network": "Last Mile Solutions", "name": "CAMPANILE DOUAI - CUINCY", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878058,6 +878287,7 @@ "network": "Last Mile Solutions", "name": "KYRIAD DIRECT EVREUX", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878084,6 +878314,7 @@ "network": "Last Mile Solutions", "name": "KYRIAD DIRECT EVREUX", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878110,6 +878341,7 @@ "network": "Last Mile Solutions", "name": "KYRIAD DIRECT EVREUX", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878136,6 +878368,7 @@ "network": "Last Mile Solutions", "name": "KYRIAD DIRECT EVREUX", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878162,6 +878395,7 @@ "network": "Last Mile Solutions", "name": "LOUVRE HOTEL - ROUEN NORD - MONT SAINT-AIGNAN", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878188,6 +878422,7 @@ "network": "Last Mile Solutions", "name": "LOUVRE HOTEL - ROUEN NORD - MONT SAINT-AIGNAN", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878214,6 +878449,7 @@ "network": "Last Mile Solutions", "name": "LOUVRE HOTEL - ROUEN NORD - MONT SAINT-AIGNAN", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878240,6 +878476,7 @@ "network": "Last Mile Solutions", "name": "LOUVRE HOTEL - ROUEN NORD - MONT SAINT-AIGNAN", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878266,6 +878503,7 @@ "network": "Last Mile Solutions", "name": "HOTEL KYRIAD Hérouville", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878292,6 +878530,7 @@ "network": "Last Mile Solutions", "name": "HOTEL KYRIAD Hérouville", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878318,6 +878557,7 @@ "network": "Last Mile Solutions", "name": "HOTEL KYRIAD Hérouville", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878344,6 +878584,7 @@ "network": "Last Mile Solutions", "name": "HOTEL KYRIAD Hérouville", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878370,6 +878611,7 @@ "network": "Last Mile Solutions", "name": "LOUVRE HOTEL - ROUEN NORD - BARENTIN", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878396,6 +878638,7 @@ "network": "Last Mile Solutions", "name": "LOUVRE HOTEL - ROUEN NORD - BARENTIN", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878422,6 +878665,7 @@ "network": "Last Mile Solutions", "name": "LOUVRE HOTEL - ROUEN NORD - BARENTIN", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878448,6 +878692,7 @@ "network": "Last Mile Solutions", "name": "LOUVRE HOTEL - ROUEN NORD - BARENTIN", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878474,6 +878719,7 @@ "network": "Last Mile Solutions", "name": "PREMIERE CLASSE - HONFLEUR", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878500,6 +878746,7 @@ "network": "Last Mile Solutions", "name": "PREMIERE CLASSE - HONFLEUR", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878526,6 +878773,7 @@ "network": "Last Mile Solutions", "name": "PREMIERE CLASSE - HONFLEUR", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -878552,6 +878800,7 @@ "network": "Last Mile Solutions", "name": "PREMIERE CLASSE - HONFLEUR", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -879172,6 +879421,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A81 St-Denis d'Orques", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -879198,6 +879448,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A81 St-Denis d'Orques", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -879224,6 +879475,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A81 St-Denis d'Orques", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -879412,6 +879664,7 @@ "network": "Last Mile Solutions", "name": "Hôtel Kyriad Beauvais Sud", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -879438,6 +879691,7 @@ "network": "Last Mile Solutions", "name": "Hôtel Kyriad Beauvais Sud", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -879464,6 +879718,7 @@ "network": "Last Mile Solutions", "name": "Hôtel Kyriad Beauvais Sud", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -879490,6 +879745,7 @@ "network": "Last Mile Solutions", "name": "Hôtel Kyriad Beauvais Sud", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -879516,6 +879772,7 @@ "network": "Last Mile Solutions", "name": "Hôtel Campanile Wasquehal", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -879542,6 +879799,7 @@ "network": "Last Mile Solutions", "name": "Hôtel Campanile Wasquehal", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -879568,6 +879826,7 @@ "network": "Last Mile Solutions", "name": "Hôtel Campanile Wasquehal", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -879594,6 +879853,7 @@ "network": "Last Mile Solutions", "name": "Hôtel Campanile Wasquehal", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -879620,6 +879880,7 @@ "network": "Last Mile Solutions", "name": "PREMIERE CLASSE TOUQUES", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -879646,6 +879907,7 @@ "network": "Last Mile Solutions", "name": "PREMIERE CLASSE TOUQUES", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -879672,6 +879934,7 @@ "network": "Last Mile Solutions", "name": "PREMIERE CLASSE TOUQUES", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -879698,6 +879961,7 @@ "network": "Last Mile Solutions", "name": "PREMIERE CLASSE TOUQUES", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -879832,6 +880096,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A10 Châtellerault-Antran", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -879858,6 +880123,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A10 Châtellerault-Antran", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -879884,6 +880150,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A10 Châtellerault-Antran", "capacity": "1", + "socket:max:output": "160 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -879964,6 +880231,7 @@ "network": "Last Mile Solutions", "name": "APRR DOLE AUDELANGE", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -879990,6 +880258,7 @@ "network": "Last Mile Solutions", "name": "APRR DOLE AUDELANGE", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -880016,6 +880285,7 @@ "network": "Last Mile Solutions", "name": "APRR DOLE AUDELANGE", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -880042,6 +880312,7 @@ "network": "Last Mile Solutions", "name": "APRR DOLE AUDELANGE", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -880068,6 +880339,7 @@ "network": "Last Mile Solutions", "name": "APRR DOLE AUDELANGE", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -880094,6 +880366,7 @@ "network": "Last Mile Solutions", "name": "APRR DOLE AUDELANGE", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -880120,6 +880393,7 @@ "network": "Last Mile Solutions", "name": "APRR DOLE AUDELANGE", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -880146,6 +880420,7 @@ "network": "Last Mile Solutions", "name": "APRR DOLE AUDELANGE", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881325,6 +881600,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A62 Frontonnais Nord", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881351,6 +881627,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A62 Frontonnais Nord", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881377,6 +881654,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A62 Frontonnais Nord", "capacity": "1", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881403,6 +881681,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A62 Frontonnais Sud", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881429,6 +881708,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A62 Frontonnais Sud", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881455,6 +881735,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A62 Frontonnais Sud", "capacity": "1", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881535,6 +881816,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A50 Baie de la Ciotat", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881561,6 +881843,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A50 Frères Lumières", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881587,6 +881870,7 @@ "network": "Last Mile Solutions", "name": "APRR DOLE AUDELANGE", "capacity": "1", + "socket:max:output": "62.50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881613,6 +881897,7 @@ "network": "Last Mile Solutions", "name": "APRR DOLE AUDELANGE", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881639,6 +881924,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "90 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881665,6 +881951,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "60 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881691,6 +881978,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881717,6 +882005,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "90 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881743,6 +882032,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "63 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881769,6 +882059,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A8 La Via Julia Augusta", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881795,6 +882086,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A19 Loiret", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881821,6 +882113,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A19 Loiret", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881847,6 +882140,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A19 Loiret", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881873,6 +882167,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A19 Loiret", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881899,6 +882194,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A19 Loiret", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881925,6 +882221,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A19 Loiret", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881951,6 +882248,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A19 Loiret", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -881977,6 +882275,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A19 Loiret", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882003,6 +882302,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A19 Loiret", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882029,6 +882329,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A19 Loiret", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882109,6 +882410,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Laval Changé", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882135,6 +882437,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Laval Changé", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882161,6 +882464,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Laval Changé", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882187,6 +882491,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Laval Changé", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882213,6 +882518,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Laval Changé", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882239,6 +882545,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Laval Changé", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882265,6 +882572,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Laval Changé", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882291,6 +882599,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Laval Changé", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882317,6 +882626,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Laval Changé", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882343,6 +882653,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Laval Changé", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882369,6 +882680,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Laval Changé", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882395,6 +882707,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Laval Changé", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882421,6 +882734,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Nord", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882447,6 +882761,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Nord", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882473,6 +882788,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Nord", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882499,6 +882815,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Nord", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882525,6 +882842,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Nord", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882551,6 +882869,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Nord", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882577,6 +882896,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Nord", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882603,6 +882923,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Nord", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882629,6 +882950,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Nord", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882655,6 +882977,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Nord", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882681,6 +883004,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Nord", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882707,6 +883031,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Nord", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882733,6 +883058,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Nord", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882759,6 +883085,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Nord", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882785,6 +883112,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 1", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882811,6 +883139,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 1", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882837,6 +883166,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 1", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882863,6 +883193,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 1", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882889,6 +883220,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 1", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882915,6 +883247,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 1", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882941,6 +883274,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 1", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882967,6 +883301,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 1", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -882993,6 +883328,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 1", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883019,6 +883355,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 1", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883045,6 +883382,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 2", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883071,6 +883409,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 2", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883097,6 +883436,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 2", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883123,6 +883463,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 2", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883149,6 +883490,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 2", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883175,6 +883517,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 2", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883201,6 +883544,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 2", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883227,6 +883571,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 2", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883253,6 +883598,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 2", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883279,6 +883625,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 2", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883305,6 +883652,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 2", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883331,6 +883679,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 2", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883357,6 +883706,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 La Parthenaise", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883383,6 +883733,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 La Parthenaise", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883409,6 +883760,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 La Parthenaise", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883435,6 +883787,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 La Parthenaise", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883461,6 +883814,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 La Parthenaise", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883487,6 +883841,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 La Parthenaise", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883513,6 +883868,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 La Parthenaise", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883539,6 +883895,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 La Parthenaise", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883565,6 +883922,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 La Parthenaise", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883591,6 +883949,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 La Parthenaise", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883617,6 +883976,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883643,6 +884003,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883669,6 +884030,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883695,6 +884057,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883721,6 +884084,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883747,6 +884111,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883773,6 +884138,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883799,6 +884165,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883825,6 +884192,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883851,6 +884219,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883877,6 +884246,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883903,6 +884273,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883929,6 +884300,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883955,6 +884327,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -883981,6 +884354,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884007,6 +884381,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884033,6 +884408,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884059,6 +884435,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884085,6 +884462,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A89 La Corrèze", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884111,6 +884489,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Peypin", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884137,6 +884516,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Peypin", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884163,6 +884543,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Peypin", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884189,6 +884570,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Peypin", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884215,6 +884597,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Peypin", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884241,6 +884624,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Peypin", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884267,6 +884651,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Baume de Marron", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884293,6 +884678,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Baume de Marron", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884319,6 +884705,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Baume de Marron", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884345,6 +884732,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Baume de Marron", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884371,6 +884759,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Baume de Marron", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884397,6 +884786,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Baume de Marron", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884423,6 +884813,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 Deux-Sèvres", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884449,6 +884840,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 Deux-Sèvres", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884475,6 +884867,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 Deux-Sèvres", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884501,6 +884894,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 Deux-Sèvres", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884527,6 +884921,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 Deux-Sèvres", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884553,6 +884948,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 Deux-Sèvres", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884579,6 +884975,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 Deux-Sèvres", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884605,6 +885002,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 Deux-Sèvres", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884631,6 +885029,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 Deux-Sèvres", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884657,6 +885056,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 Deux-Sèvres", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884683,6 +885083,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Baume de Marron", "capacity": "1", + "socket:max:output": "60 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884709,6 +885110,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Baume de Marron", "capacity": "1", + "socket:max:output": "63 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884735,6 +885137,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Baume de Marron", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884761,6 +885164,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Peypin", "capacity": "1", + "socket:max:output": "60 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884787,6 +885191,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Peypin", "capacity": "1", + "socket:max:output": "63 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884813,6 +885218,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Peypin", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884839,6 +885245,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Peypin", "capacity": "1", + "socket:max:output": "60 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884865,6 +885272,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Peypin", "capacity": "1", + "socket:max:output": "63 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884891,6 +885299,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Peypin", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884917,6 +885326,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Baume de Marron", "capacity": "1", + "socket:max:output": "60 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884943,6 +885353,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Baume de Marron", "capacity": "1", + "socket:max:output": "63 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884969,6 +885380,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - A52 Baume de Marron", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -884995,6 +885407,7 @@ "network": "Last Mile Solutions", "name": "Campanile Aurillac", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -885021,6 +885434,7 @@ "network": "Last Mile Solutions", "name": "Campanile Aurillac", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -885047,6 +885461,7 @@ "network": "Last Mile Solutions", "name": "Campanile Aurillac", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -885073,6 +885488,7 @@ "network": "Last Mile Solutions", "name": "Campanile Aurillac", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -885099,6 +885515,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A11 Les Manoirs du Perche", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885125,6 +885542,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A11 Les Manoirs du Perche", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885151,6 +885569,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A11 Les Manoirs du Perche", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885177,6 +885596,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A11 Les Manoirs du Perche", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885203,6 +885623,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A11 Les Manoirs du Perche", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885229,6 +885650,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A11 Les Manoirs du Perche", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885255,6 +885677,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A11 Les Manoirs du Perche", "capacity": "1", + "socket:max:output": "62.50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885281,6 +885704,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A11 Les Manoirs du Perche", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885307,6 +885731,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A11 Les Manoirs du Perche", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885333,6 +885758,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A11 Les Manoirs du Perche", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885359,6 +885785,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A11 Les Manoirs du Perche", "capacity": "1", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885385,6 +885812,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A11 Les Manoirs du Perche", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885573,6 +886001,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 La Parthenaise", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885599,6 +886028,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 La Parthenaise", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885625,6 +886055,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 La Parthenaise", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885651,6 +886082,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 La Parthenaise", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885677,6 +886109,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 Deux-Sèvres", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885703,6 +886136,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 Deux-Sèvres", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885729,6 +886163,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 Deux-Sèvres", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885755,6 +886190,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A83 Deux-Sèvres", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885781,6 +886217,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 1", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -885807,6 +886244,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Beaune Sud 1", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886085,6 +886523,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Est", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886111,6 +886550,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Est", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886137,6 +886577,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Est", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886163,6 +886604,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Est", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886189,6 +886631,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Est", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886215,6 +886658,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Est", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886241,6 +886685,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Est", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886267,6 +886712,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Est", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886293,6 +886739,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Est", "capacity": "1", + "socket:max:output": "60 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886319,6 +886766,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Est", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886345,6 +886793,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Est", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886371,6 +886820,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Est", "capacity": "1", + "socket:max:output": "60 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886397,6 +886847,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Est", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886423,6 +886874,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Est", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886449,6 +886901,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Ouest", "capacity": "1", + "socket:max:output": "60 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886475,6 +886928,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Ouest", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886501,6 +886955,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Ouest", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886527,6 +886982,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Ouest", "capacity": "1", + "socket:max:output": "60 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886553,6 +887009,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Ouest", "capacity": "1", + "socket:max:output": "50 kW", "socket:chademo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886579,6 +887036,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Ouest", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886605,6 +887063,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886631,6 +887090,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886657,6 +887117,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886683,6 +887144,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886709,6 +887171,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886735,6 +887198,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886761,6 +887225,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886787,6 +887252,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886813,6 +887279,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886839,6 +887306,7 @@ "network": "Last Mile Solutions", "name": "ENGIE Vianeo - A51 Aubignosc Ouest", "capacity": "1", + "socket:max:output": "300 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886865,6 +887333,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Belfort", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886891,6 +887360,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Belfort", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886917,6 +887387,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Belfort", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886943,6 +887414,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Belfort", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886969,6 +887441,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Belfort", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -886995,6 +887468,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Belfort", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -887021,6 +887495,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Belfort", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -887047,6 +887522,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Belfort", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -887073,6 +887549,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Belfort", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -887099,6 +887576,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Belfort", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -887125,6 +887603,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Belfort", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -887151,6 +887630,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Belfort", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -887177,6 +887657,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Belfort", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -887203,6 +887684,7 @@ "network": "ENGIE Vianeo", "name": "ENGIE Vianeo - B&B Hôtel Belfort", "capacity": "1", + "socket:max:output": "22.08 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "yes", @@ -916287,6 +916769,7 @@ "ref": "FR*SOD*S*CUGN*100*1*_*_", "name": "CCTLB GELACOURT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -916315,6 +916798,7 @@ "ref": "FR*SOD*S*CUGN*100*1*_*_", "name": "CCTLB GELACOURT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -916343,6 +916827,7 @@ "ref": "FR*SOD*S*CUGN*10*1*_*_", "name": "MGN_CT PULNOY 1", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -916371,6 +916856,7 @@ "ref": "FR*SOD*S*CUGN*101*1*_*_", "name": "CCTLB LANEUVEVILLE AUX BOIS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -916399,6 +916885,7 @@ "ref": "FR*SOD*S*CUGN*101*1*_*_", "name": "CCTLB LANEUVEVILLE AUX BOIS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -916427,6 +916914,7 @@ "ref": "FR*SOD*S*CUGN*10*1*_*_", "name": "MGN_CT PULNOY 1", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -916455,6 +916943,7 @@ "ref": "FR*SOD*S*CUGN*102*1*_*_", "name": "COMCOM DU PCST - VILLE DE COLOMBEY LES BELLES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -916483,6 +916972,7 @@ "ref": "FR*SOD*S*CUGN*102*1*_*_", "name": "COMCOM DU PCST - VILLE DE COLOMBEY LES BELLES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -916511,6 +917001,7 @@ "ref": "FR*SOD*S*CUGN*103*1*_*_", "name": "CD54 - VILLE DAUDUN LE ROMAN", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -916539,6 +917030,7 @@ "ref": "FR*SOD*S*CUGN*103*1*_*_", "name": "CD54 - VILLE DAUDUN LE ROMAN", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -916566,6 +917058,7 @@ "ref": "FR*SOD*S*CUGN*104*1*_*_", "name": "CD54 - VILLE DE LESMENILS 2", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -916594,6 +917087,7 @@ "ref": "FR*SOD*S*CUGN*104*1*_*_", "name": "CD54 - VILLE DE LESMENILS 2", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -916621,6 +917115,7 @@ "ref": "FR*SOD*S*CUGN*105*1*_*_", "name": "CD54 - VILLE DE LESMENILS", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -916649,6 +917144,7 @@ "ref": "FR*SOD*S*CUGN*105*1*_*_", "name": "CD54 - VILLE DE LESMENILS", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -916676,6 +917172,7 @@ "ref": "FR*SOD*S*CUGN*106*1*_*_", "name": "CD54 - VILLE DE TOUL", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -916704,6 +917201,7 @@ "ref": "FR*SOD*S*CUGN*106*1*_*_", "name": "CD54 - VILLE DE TOUL", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -916731,6 +917229,7 @@ "ref": "FR*SOD*S*CUGN*108*1*_*_", "name": "CD54 - VILLE DALLAIN", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -916759,6 +917258,7 @@ "ref": "FR*SOD*S*CUGN*108*1*_*_", "name": "CD54 - VILLE DALLAIN", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -916786,6 +917286,7 @@ "ref": "FR*SOD*S*CUGN*109*1*_*_", "name": "CD54 - VILLE DE CUSTINES", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -916814,6 +917315,7 @@ "ref": "FR*SOD*S*CUGN*109*1*_*_", "name": "CD54 - VILLE DE CUSTINES", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -916841,6 +917343,7 @@ "ref": "FR*SOD*S*CUGN*1*1*_*_", "name": "MGN - PARKING KENNEDY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -916868,6 +917371,7 @@ "ref": "FR*SOD*S*CUGN*111*1*_*_", "name": "PETR - VILLE DE BAYON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -916896,6 +917400,7 @@ "ref": "FR*SOD*S*CUGN*111*1*_*_", "name": "PETR - VILLE DE BAYON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -916924,6 +917429,7 @@ "ref": "FR*SOD*S*CUGN*111*2*_*_", "name": "PETR - VILLE DE BAYON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -916952,6 +917458,7 @@ "ref": "FR*SOD*S*CUGN*111*2*_*_", "name": "PETR - VILLE DE BAYON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -916980,6 +917487,7 @@ "ref": "FR*SOD*S*CUGN*1*1*_*_", "name": "MGN - PARKING KENNEDY", "capacity": "2", + "socket:max:output": "22 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -917007,6 +917515,7 @@ "ref": "FR*SOD*S*CUGN*112*1*_*_", "name": "COMCOM BASSIN POMPEY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917035,6 +917544,7 @@ "ref": "FR*SOD*S*CUGN*112*1*_*_", "name": "COMCOM BASSIN POMPEY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917063,6 +917573,7 @@ "ref": "FR*SOD*S*CUGN*113*2*_*_", "name": "CCTLB JOLIVET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917091,6 +917602,7 @@ "ref": "FR*SOD*S*CUGN*113*2*_*_", "name": "CCTLB JOLIVET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917119,6 +917631,7 @@ "ref": "FR*SOD*S*CUGN*114*2*_*_", "name": "CCTLB MARAINVILLER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917147,6 +917660,7 @@ "ref": "FR*SOD*S*CUGN*114*2*_*_", "name": "CCTLB MARAINVILLER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917175,6 +917689,7 @@ "ref": "FR*SOD*S*CUGN*116*1*_*_", "name": "MGN - PARKING DU CIMETIERE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917203,6 +917718,7 @@ "ref": "FR*SOD*S*CUGN*116*1*_*_", "name": "MGN - PARKING DU CIMETIERE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917231,6 +917747,7 @@ "ref": "FR*SOD*S*CUGN*118*1*_*_", "name": "MGN - RUELLE MATHIEU DE DOMBASLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917259,6 +917776,7 @@ "ref": "FR*SOD*S*CUGN*118*1*_*_", "name": "MGN - RUELLE MATHIEU DE DOMBASLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917287,6 +917805,7 @@ "ref": "FR*SOD*S*CUGN*119*1*_*_", "name": "CCBP - RUE DES 4 ELEMENTS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917315,6 +917834,7 @@ "ref": "FR*SOD*S*CUGN*119*1*_*_", "name": "CCBP - RUE DES 4 ELEMENTS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917343,6 +917863,7 @@ "ref": "FR*SOD*S*CUGN*1*2*_*_", "name": "MGN - PARKING KENNEDY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -917370,6 +917891,7 @@ "ref": "FR*SOD*S*CUGN*1*2*_*_", "name": "MGN - PARKING KENNEDY", "capacity": "2", + "socket:max:output": "22 kW", "authentication:none": "yes", "payment:credit_cards": "no", "reservation": "no", @@ -917396,6 +917918,7 @@ "ref": "FR*SOD*S*CUGN*1*3*_*_", "name": "MGN - PARKING KENNEDY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917424,6 +917947,7 @@ "ref": "FR*SOD*S*CUGN*13*1*_*_", "name": "MGN - VILLE DE PULNOY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917452,6 +917976,7 @@ "ref": "FR*SOD*S*CUGN*13*1*_*_", "name": "MGN - VILLE DE PULNOY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -917479,6 +918004,7 @@ "ref": "FR*SOD*S*CUGN*1*3*_*_", "name": "MGN - PARKING KENNEDY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917507,6 +918033,7 @@ "ref": "FR*SOD*S*CUGN*14*1*_*_", "name": "MGN - PISCINE LANEUVEVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917535,6 +918062,7 @@ "ref": "FR*SOD*S*CUGN*14*1*_*_", "name": "MGN - PISCINE LANEUVEVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917563,6 +918091,7 @@ "ref": "FR*SOD*S*CUGN*16*1*_*_", "name": "MGN - PISCINE GENTILLY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917591,6 +918120,7 @@ "ref": "FR*SOD*S*CUGN*16*1*_*_", "name": "MGN - PISCINE GENTILLY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917619,6 +918149,7 @@ "ref": "FR*SOD*S*CUGN*17*1*_*_", "name": "MGN - PARKING MAIL DE LHORLOGE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917647,6 +918178,7 @@ "ref": "FR*SOD*S*CUGN*17*1*_*_", "name": "MGN - PARKING MAIL DE LHORLOGE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917675,6 +918207,7 @@ "ref": "FR*SOD*S*CUGN*19*1*_*_", "name": "MGN - CC CASCADES LAXOU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917703,6 +918236,7 @@ "ref": "FR*SOD*S*CUGN*19*1*_*_", "name": "MGN - CC CASCADES LAXOU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917731,6 +918265,7 @@ "ref": "FR*SOD*S*CUGN*2*1*_*_", "name": "MGN - PARKING REPUBLIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -917758,6 +918293,7 @@ "ref": "FR*SOD*S*CUGN*21*1*_*_", "name": "VILLE DE DIEULOUARD", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917786,6 +918322,7 @@ "ref": "FR*SOD*S*CUGN*21*1*_*_", "name": "VILLE DE DIEULOUARD", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917814,6 +918351,7 @@ "ref": "FR*SOD*S*CUGN*2*1*_*_", "name": "MGN - PARKING REPUBLIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -917841,6 +918379,7 @@ "ref": "FR*SOD*S*CUGN*2*2*_*_", "name": "MGN - PARKING REPUBLIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -917868,6 +918407,7 @@ "ref": "FR*SOD*S*CUGN*22*1*_*_", "name": "VILLE DE BLENOD LES PONT A MOUSSON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917896,6 +918436,7 @@ "ref": "FR*SOD*S*CUGN*22*1*_*_", "name": "VILLE DE BLENOD LES PONT A MOUSSON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -917924,6 +918465,7 @@ "ref": "FR*SOD*S*CUGN*2*2*_*_", "name": "MGN - PARKING REPUBLIQUE", "capacity": "2", + "socket:max:output": "22 kW", "authentication:none": "yes", "payment:credit_cards": "no", "reservation": "no", @@ -917950,6 +918492,7 @@ "ref": "FR*SOD*S*CUGN*2*3*_*_", "name": "MGN - PARKING REPUBLIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -917977,6 +918520,7 @@ "ref": "FR*SOD*S*CUGN*23*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE TRIEUX", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918005,6 +918549,7 @@ "ref": "FR*SOD*S*CUGN*23*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE TRIEUX", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918033,6 +918578,7 @@ "ref": "FR*SOD*S*CUGN*2*3*_*_", "name": "MGN - PARKING REPUBLIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -918060,6 +918606,7 @@ "ref": "FR*SOD*S*CUGN*2*4*_*_", "name": "MGN - PARKING REPUBLIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -918087,6 +918634,7 @@ "ref": "FR*SOD*S*CUGN*24*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE MONT BONVILLERS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918115,6 +918663,7 @@ "ref": "FR*SOD*S*CUGN*24*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE MONT BONVILLERS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918143,6 +918692,7 @@ "ref": "FR*SOD*S*CUGN*2*4*_*_", "name": "MGN - PARKING REPUBLIQUE", "capacity": "2", + "socket:max:output": "22 kW", "authentication:none": "yes", "payment:credit_cards": "no", "reservation": "no", @@ -918169,6 +918719,7 @@ "ref": "FR*SOD*S*CUGN*2*5*_*_", "name": "MGN - PARKING REPUBLIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -918196,6 +918747,7 @@ "ref": "FR*SOD*S*CUGN*25*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE BOULIGNY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918224,6 +918776,7 @@ "ref": "FR*SOD*S*CUGN*25*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE BOULIGNY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918252,6 +918805,7 @@ "ref": "FR*SOD*S*CUGN*2*5*_*_", "name": "MGN - PARKING REPUBLIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -918279,6 +918833,7 @@ "ref": "FR*SOD*S*CUGN*26*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE ERROUVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918307,6 +918862,7 @@ "ref": "FR*SOD*S*CUGN*26*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE ERROUVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918335,6 +918891,7 @@ "ref": "FR*SOD*S*CUGN*27*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE CRUSNES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918363,6 +918920,7 @@ "ref": "FR*SOD*S*CUGN*27*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE CRUSNES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918391,6 +918949,7 @@ "ref": "FR*SOD*S*CUGN*28*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE AUDUN LE ROMAN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918419,6 +918978,7 @@ "ref": "FR*SOD*S*CUGN*28*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE AUDUN LE ROMAN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918447,6 +919007,7 @@ "ref": "FR*SOD*S*CUGN*29*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE LANDRES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918475,6 +919036,7 @@ "ref": "FR*SOD*S*CUGN*29*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE LANDRES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918503,6 +919065,7 @@ "ref": "FR*SOD*S*CUGN*30*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE MERCY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918531,6 +919094,7 @@ "ref": "FR*SOD*S*CUGN*30*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE MERCY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918559,6 +919123,7 @@ "ref": "FR*SOD*S*CUGN*3*1*_*_", "name": "MGN - PARKING THIERS", "capacity": "2", + "socket:max:output": "3 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918587,6 +919152,7 @@ "ref": "FR*SOD*S*CUGN*31*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE TRUCQUENIEUX", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918615,6 +919181,7 @@ "ref": "FR*SOD*S*CUGN*31*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE TRUCQUENIEUX", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918643,6 +919210,7 @@ "ref": "FR*SOD*S*CUGN*3*1*_*_", "name": "MGN - PARKING THIERS", "capacity": "2", + "socket:max:output": "3 kW", "socket:typee": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -918670,6 +919238,7 @@ "ref": "FR*SOD*S*CUGN*3*2*_*_", "name": "MGN - PARKING THIERS", "capacity": "2", + "socket:max:output": "3 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918698,6 +919267,7 @@ "ref": "FR*SOD*S*CUGN*32*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE JOUDREVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918726,6 +919296,7 @@ "ref": "FR*SOD*S*CUGN*32*1*_*_", "name": "COEUR DU PAYS HAUT - VILLE DE JOUDREVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918754,6 +919325,7 @@ "ref": "FR*SOD*S*CUGN*3*2*_*_", "name": "MGN - PARKING THIERS", "capacity": "2", + "socket:max:output": "3 kW", "socket:typee": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -918781,6 +919353,7 @@ "ref": "FR*SOD*S*CUGN*3*3*_*_", "name": "MGN - PARKING THIERS", "capacity": "2", + "socket:max:output": "3 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918809,6 +919382,7 @@ "ref": "FR*SOD*S*CUGN*3*3*_*_", "name": "MGN - PARKING THIERS", "capacity": "2", + "socket:max:output": "3 kW", "socket:typee": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -918836,6 +919410,7 @@ "ref": "FR*SOD*S*CUGN*3*4*_*_", "name": "MGN - PARKING THIERS", "capacity": "2", + "socket:max:output": "3 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918864,6 +919439,7 @@ "ref": "FR*SOD*S*CUGN*34*1*_*_", "name": "MGN - PARKING THIERS TAXI 1", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918892,6 +919468,7 @@ "ref": "FR*SOD*S*CUGN*34*1*_*_", "name": "MGN - PARKING THIERS TAXI 1", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918920,6 +919497,7 @@ "ref": "FR*SOD*S*CUGN*3*4*_*_", "name": "MGN - PARKING THIERS", "capacity": "2", + "socket:max:output": "3 kW", "socket:typee": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -918947,6 +919525,7 @@ "ref": "FR*SOD*S*CUGN*35*1*_*_", "name": "MGN - PARKING THIERS TAXI 2", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -918975,6 +919554,7 @@ "ref": "FR*SOD*S*CUGN*35*1*_*_", "name": "MGN - PARKING THIERS TAXI 2", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919003,6 +919583,7 @@ "ref": "FR*SOD*S*CUGN*36*1*_*_", "name": "MGN - PARKING RELAIS CHU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919031,6 +919612,7 @@ "ref": "FR*SOD*S*CUGN*36*1*_*_", "name": "MGN - PARKING RELAIS CHU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919059,6 +919641,7 @@ "ref": "FR*SOD*S*CUGN*36*2*_*_", "name": "MGN - PARKING RELAIS CHU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919087,6 +919670,7 @@ "ref": "FR*SOD*S*CUGN*36*2*_*_", "name": "MGN - PARKING RELAIS CHU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919115,6 +919699,7 @@ "ref": "FR*SOD*S*CUGN*37*1*_*_", "name": "MGN - PARKING MAIRIE LUDRES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919143,6 +919728,7 @@ "ref": "FR*SOD*S*CUGN*37*1*_*_", "name": "MGN - PARKING MAIRIE LUDRES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919171,6 +919757,7 @@ "ref": "FR*SOD*S*CUGN*38*1*_*_", "name": "MGN - PISCINE MICHEL BERTRAND", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919199,6 +919786,7 @@ "ref": "FR*SOD*S*CUGN*38*1*_*_", "name": "MGN - PISCINE MICHEL BERTRAND", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919227,6 +919815,7 @@ "ref": "FR*SOD*S*CUGN*39*1*_*_", "name": "MGN - PARKING MAISON DU TEMPS LIBRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919255,6 +919844,7 @@ "ref": "FR*SOD*S*CUGN*39*1*_*_", "name": "MGN - PARKING MAISON DU TEMPS LIBRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919283,6 +919873,7 @@ "ref": "FR*SOD*S*CUGN*40*1*_*_", "name": "MGN_CT PULNOY 2", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919311,6 +919902,7 @@ "ref": "FR*SOD*S*CUGN*40*1*_*_", "name": "MGN_CT PULNOY 2", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919339,6 +919931,7 @@ "ref": "FR*SOD*S*CUGN*4*1*_*_", "name": "MGN - PARKING ST LEON", "capacity": "2", + "socket:max:output": "22 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -919366,6 +919959,7 @@ "ref": "FR*SOD*S*CUGN*41*1*_*_", "name": "COMCOM MOSELLE ET MADON LAFILATURE PARKING NORD", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919394,6 +919988,7 @@ "ref": "FR*SOD*S*CUGN*41*1*_*_", "name": "COMCOM MOSELLE ET MADON LAFILATURE PARKING NORD", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919422,6 +920017,7 @@ "ref": "FR*SOD*S*CUGN*4*1*_*_", "name": "MGN - PARKING ST LEON", "capacity": "2", + "socket:max:output": "22 kW", "authentication:none": "yes", "payment:credit_cards": "no", "reservation": "no", @@ -919448,6 +920044,7 @@ "ref": "FR*SOD*S*CUGN*42*1*_*_", "name": "COMCOM MOSELLE ET MADON - CENTRE AQUATIQUE NEUVES MAISONS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919476,6 +920073,7 @@ "ref": "FR*SOD*S*CUGN*42*1*_*_", "name": "COMCOM MOSELLE ET MADON - CENTRE AQUATIQUE NEUVES MAISONS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919504,6 +920102,7 @@ "ref": "FR*SOD*S*CUGN*43*1*_*_", "name": "MGN - PARKING STANISLAS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919532,6 +920131,7 @@ "ref": "FR*SOD*S*CUGN*43*1*_*_", "name": "MGN - PARKING STANISLAS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919560,6 +920160,7 @@ "ref": "FR*SOD*S*CUGN*43*2*_*_", "name": "MGN - PARKING STANISLAS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919588,6 +920189,7 @@ "ref": "FR*SOD*S*CUGN*43*2*_*_", "name": "MGN - PARKING STANISLAS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919616,6 +920218,7 @@ "ref": "FR*SOD*S*CUGN*44*1*_*_", "name": "MGN - PARKING VAUDEMONT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919644,6 +920247,7 @@ "ref": "FR*SOD*S*CUGN*44*1*_*_", "name": "MGN - PARKING VAUDEMONT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919672,6 +920276,7 @@ "ref": "FR*SOD*S*CUGN*46*1*_*_", "name": "MGN - PARKING PICHON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919700,6 +920305,7 @@ "ref": "FR*SOD*S*CUGN*46*1*_*_", "name": "MGN - PARKING PICHON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919728,6 +920334,7 @@ "ref": "FR*SOD*S*CUGN*46*2*_*_", "name": "MGN - PARKING PICHON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919756,6 +920363,7 @@ "ref": "FR*SOD*S*CUGN*46*2*_*_", "name": "MGN - PARKING PICHON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919784,6 +920392,7 @@ "ref": "FR*SOD*S*CUGN*47*1*_*_", "name": "CCTLB REHAINVILLIER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919812,6 +920421,7 @@ "ref": "FR*SOD*S*CUGN*47*1*_*_", "name": "CCTLB REHAINVILLIER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919840,6 +920450,7 @@ "ref": "FR*SOD*S*CUGN*48*1*_*_", "name": "CCTLB LUNEVILLE - PARKING SEMARD", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919868,6 +920479,7 @@ "ref": "FR*SOD*S*CUGN*48*1*_*_", "name": "CCTLB LUNEVILLE - PARKING SEMARD", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919896,6 +920508,7 @@ "ref": "FR*SOD*S*CUGN*49*1*_*_", "name": "CCTLB LUNEVILLE - PARKING CARMES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919924,6 +920537,7 @@ "ref": "FR*SOD*S*CUGN*49*1*_*_", "name": "CCTLB LUNEVILLE - PARKING CARMES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919952,6 +920566,7 @@ "ref": "FR*SOD*S*CUGN*50*1*_*_", "name": "CCTLB LUNEVILLE - PARKING LHUILLIER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -919980,6 +920595,7 @@ "ref": "FR*SOD*S*CUGN*50*1*_*_", "name": "CCTLB LUNEVILLE - PARKING LHUILLIER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920008,6 +920624,7 @@ "ref": "FR*SOD*S*CUGN*5*1*_*_", "name": "MGN - PARKING DEUX RIVES", "capacity": "2", + "socket:max:output": "22 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -920035,6 +920652,7 @@ "ref": "FR*SOD*S*CUGN*51*1*_*_", "name": "CCTLB LUNEVILLE - PARKING REMPART", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920063,6 +920681,7 @@ "ref": "FR*SOD*S*CUGN*51*1*_*_", "name": "CCTLB LUNEVILLE - PARKING REMPART", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920091,6 +920710,7 @@ "ref": "FR*SOD*S*CUGN*5*1*_*_", "name": "MGN - PARKING DEUX RIVES", "capacity": "2", + "socket:max:output": "22 kW", "authentication:none": "yes", "payment:credit_cards": "no", "reservation": "no", @@ -920117,6 +920737,7 @@ "ref": "FR*SOD*S*CUGN*52*1*_*_", "name": "CCTLB LUNEVILLE - PISCINE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920145,6 +920766,7 @@ "ref": "FR*SOD*S*CUGN*52*1*_*_", "name": "CCTLB LUNEVILLE - PISCINE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920173,6 +920795,7 @@ "ref": "FR*SOD*S*CUGN*53*1*_*_", "name": "CCTLB LUNEVILLE - MEDIATHEQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920201,6 +920824,7 @@ "ref": "FR*SOD*S*CUGN*53*1*_*_", "name": "CCTLB LUNEVILLE - MEDIATHEQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920229,6 +920853,7 @@ "ref": "FR*SOD*S*CUGN*54*1*_*_", "name": "CCTLB AZERAILLES - PARKING RICHEZ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920257,6 +920882,7 @@ "ref": "FR*SOD*S*CUGN*54*1*_*_", "name": "CCTLB AZERAILLES - PARKING RICHEZ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920285,6 +920911,7 @@ "ref": "FR*SOD*S*CUGN*56*1*_*_", "name": "CCTLB BACCARAT - MEDIATHEQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920313,6 +920940,7 @@ "ref": "FR*SOD*S*CUGN*56*1*_*_", "name": "CCTLB BACCARAT - MEDIATHEQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920341,6 +920969,7 @@ "ref": "FR*SOD*S*CUGN*57*1*_*_", "name": "CCTLB ST CLEMENT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920369,6 +920998,7 @@ "ref": "FR*SOD*S*CUGN*57*1*_*_", "name": "CCTLB ST CLEMENT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920397,6 +921027,7 @@ "ref": "FR*SOD*S*CUGN*58*1*_*_", "name": "PETR BACCARAT - MARCHE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920425,6 +921056,7 @@ "ref": "FR*SOD*S*CUGN*59*1*_*_", "name": "PETR BADONVILLER", "capacity": "1", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920453,6 +921085,7 @@ "ref": "FR*SOD*S*CUGN*60*1*_*_", "name": "PETR BLAMONT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920481,6 +921114,7 @@ "ref": "FR*SOD*S*CUGN*60*1*_*_", "name": "PETR BLAMONT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920509,6 +921143,7 @@ "ref": "FR*SOD*S*CUGN*6*1*_*_", "name": "MGN_PARKING RELAIS MOUZIMPRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920537,6 +921172,7 @@ "ref": "FR*SOD*S*CUGN*61*1*_*_", "name": "PETR BLAINVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920565,6 +921201,7 @@ "ref": "FR*SOD*S*CUGN*61*1*_*_", "name": "PETR BLAINVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920593,6 +921230,7 @@ "ref": "FR*SOD*S*CUGN*6*1*_*_", "name": "MGN_PARKING RELAIS MOUZIMPRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920621,6 +921259,7 @@ "ref": "FR*SOD*S*CUGN*62*1*_*_", "name": "PETR CIREY SUR VEZOUZE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920649,6 +921288,7 @@ "ref": "FR*SOD*S*CUGN*62*1*_*_", "name": "PETR CIREY SUR VEZOUZE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920677,6 +921317,7 @@ "ref": "FR*SOD*S*CUGN*63*1*_*_", "name": "PETR DAMELEVIERES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920705,6 +921346,7 @@ "ref": "FR*SOD*S*CUGN*63*1*_*_", "name": "PETR DAMELEVIERES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920733,6 +921375,7 @@ "ref": "FR*SOD*S*CUGN*64*1*_*_", "name": "PETR EINVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920761,6 +921404,7 @@ "ref": "FR*SOD*S*CUGN*64*1*_*_", "name": "PETR EINVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920789,6 +921433,7 @@ "ref": "FR*SOD*S*CUGN*65*1*_*_", "name": "PETR GERBEVILLER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920817,6 +921462,7 @@ "ref": "FR*SOD*S*CUGN*65*1*_*_", "name": "PETR GERBEVILLER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920845,6 +921491,7 @@ "ref": "FR*SOD*S*CUGN*66*1*_*_", "name": "CCTLB VITRIMONT", "capacity": "3", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920873,6 +921520,7 @@ "ref": "FR*SOD*S*CUGN*66*1*_*_", "name": "CCTLB VITRIMONT", "capacity": "3", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920901,6 +921549,7 @@ "ref": "FR*SOD*S*CUGN*67*1*_*_", "name": "CCTLB HERIMENIL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920929,6 +921578,7 @@ "ref": "FR*SOD*S*CUGN*67*1*_*_", "name": "CCTLB HERIMENIL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920957,6 +921607,7 @@ "ref": "FR*SOD*S*CUGN*68*1*_*_", "name": "CCTLB MANONVILLER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -920985,6 +921636,7 @@ "ref": "FR*SOD*S*CUGN*68*1*_*_", "name": "CCTLB MANONVILLER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921013,6 +921665,7 @@ "ref": "FR*SOD*S*CUGN*69*1*_*_", "name": "CCTLB FRAIMBOIS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921041,6 +921694,7 @@ "ref": "FR*SOD*S*CUGN*69*1*_*_", "name": "CCTLB FRAIMBOIS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921069,6 +921723,7 @@ "ref": "FR*SOD*S*CUGN*70*1*_*_", "name": "CCTLB CHENEVIERES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921097,6 +921752,7 @@ "ref": "FR*SOD*S*CUGN*70*1*_*_", "name": "CCTLB CHENEVIERES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921125,6 +921781,7 @@ "ref": "FR*SOD*S*CUGN*71*1*_*_", "name": "CCTLB VALLOIS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921153,6 +921810,7 @@ "ref": "FR*SOD*S*CUGN*71*1*_*_", "name": "CCTLB VALLOIS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921181,6 +921839,7 @@ "ref": "FR*SOD*S*CUGN*72*1*_*_", "name": "CCTLB LACHAPELLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921209,6 +921868,7 @@ "ref": "FR*SOD*S*CUGN*72*1*_*_", "name": "CCTLB LACHAPELLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921237,6 +921897,7 @@ "ref": "FR*SOD*S*CUGN*73*1*_*_", "name": "CCTLB VENEY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921265,6 +921926,7 @@ "ref": "FR*SOD*S*CUGN*73*1*_*_", "name": "CCTLB VENEY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921293,6 +921955,7 @@ "ref": "FR*SOD*S*CUGN*74*1*_*_", "name": "CCTLB VACQUEVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921321,6 +921984,7 @@ "ref": "FR*SOD*S*CUGN*74*1*_*_", "name": "CCTLB VACQUEVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921349,6 +922013,7 @@ "ref": "FR*SOD*S*CUGN*75*1*_*_", "name": "CCTLB MERVILLER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921377,6 +922042,7 @@ "ref": "FR*SOD*S*CUGN*75*1*_*_", "name": "CCTLB MERVILLER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921405,6 +922071,7 @@ "ref": "FR*SOD*S*CUGN*76*1*_*_", "name": "CCTLB MONCEL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921433,6 +922100,7 @@ "ref": "FR*SOD*S*CUGN*76*1*_*_", "name": "CCTLB MONCEL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921461,6 +922129,7 @@ "ref": "FR*SOD*S*CUGN*77*1*_*_", "name": "CCTLB XERMAMENIL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921489,6 +922158,7 @@ "ref": "FR*SOD*S*CUGN*77*1*_*_", "name": "CCTLB XERMAMENIL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921517,6 +922187,7 @@ "ref": "FR*SOD*S*CUGN*78*1*_*_", "name": "CCTLB LARONXE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921545,6 +922216,7 @@ "ref": "FR*SOD*S*CUGN*78*1*_*_", "name": "CCTLB LARONXE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921573,6 +922245,7 @@ "ref": "FR*SOD*S*CUGN*79*1*_*_", "name": "CCTLB BENAMENIL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921601,6 +922274,7 @@ "ref": "FR*SOD*S*CUGN*79*1*_*_", "name": "CCTLB BENAMENIL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921629,6 +922303,7 @@ "ref": "FR*SOD*S*CUGN*80*1*_*_", "name": "CCTLB THIEBAUMENIL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921657,6 +922332,7 @@ "ref": "FR*SOD*S*CUGN*80*1*_*_", "name": "CCTLB THIEBAUMENIL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921685,6 +922361,7 @@ "ref": "FR*SOD*S*CUGN*81*1*_*_", "name": "CCTLB LUNEVILLE - PARKING BICHAT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921713,6 +922390,7 @@ "ref": "FR*SOD*S*CUGN*81*1*_*_", "name": "CCTLB LUNEVILLE - PARKING BICHAT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921741,6 +922419,7 @@ "ref": "FR*SOD*S*CUGN*8*2*_*_", "name": "MGN - PARKING ASNL MARCEL PICOT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921769,6 +922448,7 @@ "ref": "FR*SOD*S*CUGN*82*1*_*_", "name": "CCTLB FRANCONVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921797,6 +922477,7 @@ "ref": "FR*SOD*S*CUGN*82*1*_*_", "name": "CCTLB FRANCONVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921825,6 +922506,7 @@ "ref": "FR*SOD*S*CUGN*8*2*_*_", "name": "MGN - PARKING ASNL MARCEL PICOT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921853,6 +922535,7 @@ "ref": "FR*SOD*S*CUGN*83*1*_*_", "name": "CCTLB HAUDONVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921881,6 +922564,7 @@ "ref": "FR*SOD*S*CUGN*83*1*_*_", "name": "CCTLB HAUDONVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921909,6 +922593,7 @@ "ref": "FR*SOD*S*CUGN*84*1*_*_", "name": "CCTLB MOYEN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921937,6 +922622,7 @@ "ref": "FR*SOD*S*CUGN*84*1*_*_", "name": "CCTLB MOYEN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921965,6 +922651,7 @@ "ref": "FR*SOD*S*CUGN*85*1*_*_", "name": "CCTLB MAGNIERES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -921993,6 +922680,7 @@ "ref": "FR*SOD*S*CUGN*85*1*_*_", "name": "CCTLB MAGNIERES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922021,6 +922709,7 @@ "ref": "FR*SOD*S*CUGN*86*1*_*_", "name": "CCTLB FONTENOY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922049,6 +922738,7 @@ "ref": "FR*SOD*S*CUGN*86*1*_*_", "name": "CCTLB FONTENOY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922077,6 +922767,7 @@ "ref": "FR*SOD*S*CUGN*87*1*_*_", "name": "CCTLB FLIN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922105,6 +922796,7 @@ "ref": "FR*SOD*S*CUGN*87*1*_*_", "name": "CCTLB FLIN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922133,6 +922825,7 @@ "ref": "FR*SOD*S*CUGN*88*1*_*_", "name": "CCTLB THIAVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922161,6 +922854,7 @@ "ref": "FR*SOD*S*CUGN*88*1*_*_", "name": "CCTLB THIAVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922189,6 +922883,7 @@ "ref": "FR*SOD*S*CUGN*89*1*_*_", "name": "CCTLB BERTRICHAMPS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922217,6 +922912,7 @@ "ref": "FR*SOD*S*CUGN*89*1*_*_", "name": "CCTLB BERTRICHAMPS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922245,6 +922941,7 @@ "ref": "FR*SOD*S*CUGN*90*1*_*_", "name": "CCTLB BROUVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922273,6 +922970,7 @@ "ref": "FR*SOD*S*CUGN*90*1*_*_", "name": "CCTLB BROUVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922301,6 +922999,7 @@ "ref": "FR*SOD*S*CUGN*9*1*_*_", "name": "MGN - PARKING GARE DE HOUDEMONT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922329,6 +923028,7 @@ "ref": "FR*SOD*S*CUGN*91*1*_*_", "name": "CCTLB REHERREY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922357,6 +923057,7 @@ "ref": "FR*SOD*S*CUGN*91*1*_*_", "name": "CCTLB REHERREY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922385,6 +923086,7 @@ "ref": "FR*SOD*S*CUGN*9*1*_*_", "name": "MGN - PARKING GARE DE HOUDEMONT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922413,6 +923115,7 @@ "ref": "FR*SOD*S*CUGN*92*1*_*_", "name": "CCTLB VAXAINVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922441,6 +923144,7 @@ "ref": "FR*SOD*S*CUGN*92*1*_*_", "name": "CCTLB VAXAINVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922469,6 +923173,7 @@ "ref": "FR*SOD*S*CUGN*93*1*_*_", "name": "CCTLB HABLAINVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922497,6 +923202,7 @@ "ref": "FR*SOD*S*CUGN*93*1*_*_", "name": "CCTLB HABLAINVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922525,6 +923231,7 @@ "ref": "FR*SOD*S*CUGN*94*1*_*_", "name": "CCTLB CHANTEHEUX", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922553,6 +923260,7 @@ "ref": "FR*SOD*S*CUGN*94*1*_*_", "name": "CCTLB CHANTEHEUX", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922581,6 +923289,7 @@ "ref": "FR*SOD*S*CUGN*95*1*_*_", "name": "CCTLB VATHIMENIL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922609,6 +923318,7 @@ "ref": "FR*SOD*S*CUGN*95*1*_*_", "name": "CCTLB VATHIMENIL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922637,6 +923347,7 @@ "ref": "FR*SOD*S*CUGN*96*1*_*_", "name": "CCTLB PETTONVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922665,6 +923376,7 @@ "ref": "FR*SOD*S*CUGN*96*1*_*_", "name": "CCTLB PETTONVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922693,6 +923405,7 @@ "ref": "FR*SOD*S*CUGN*97*1*_*_", "name": "CCTLB DENEUVRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922721,6 +923434,7 @@ "ref": "FR*SOD*S*CUGN*97*1*_*_", "name": "CCTLB DENEUVRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922749,6 +923463,7 @@ "ref": "FR*SOD*S*CUGN*98*1*_*_", "name": "CCTLB LAMATH", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922777,6 +923492,7 @@ "ref": "FR*SOD*S*CUGN*98*1*_*_", "name": "CCTLB LAMATH", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922805,6 +923521,7 @@ "ref": "FR*SOD*S*CUGN*99*1*_*_", "name": "CCTLB GLONVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -922833,6 +923550,7 @@ "ref": "FR*SOD*S*CUGN*99*1*_*_", "name": "CCTLB GLONVILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -955000,6 +955718,7 @@ "ref": "FR*SOD*S*OTHR*25*1*_*_", "name": "CARQUEFOU", "capacity": "4", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -955028,6 +955747,7 @@ "ref": "FR*SOD*S*OTHR*25*1*_*_", "name": "CARQUEFOU", "capacity": "4", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -955056,6 +955776,7 @@ "ref": "FR*SOD*S*OTHR*25*2*_*_", "name": "CARQUEFOU", "capacity": "4", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -955084,6 +955805,7 @@ "ref": "FR*SOD*S*OTHR*25*2*_*_", "name": "CARQUEFOU", "capacity": "4", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1144989,6 +1145711,7 @@ "ref": "FR*SOD*S*SDE2*100*1*_*_", "name": "SAINT GILLES PLIGEAUX-PARKING RUE DES BRUYERES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145017,6 +1145740,7 @@ "ref": "FR*SOD*S*SDE2*100*1*_*_", "name": "SAINT GILLES PLIGEAUX-PARKING RUE DES BRUYERES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145045,6 +1145769,7 @@ "ref": "FR*SOD*S*SDE2*10*1*_*_", "name": "LANGUEUX-PLACE MITTERRAND", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145073,6 +1145798,7 @@ "ref": "FR*SOD*S*SDE2*101*1*_*_", "name": "SAINT NICOLAS DU PELEM-PARKING RUE HENRI AVRIL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145101,6 +1145827,7 @@ "ref": "FR*SOD*S*SDE2*101*1*_*_", "name": "SAINT NICOLAS DU PELEM-PARKING RUE HENRI AVRIL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145129,6 +1145856,7 @@ "ref": "FR*SOD*S*SDE2*10*1*_*_", "name": "LANGUEUX-PLACE MITTERRAND", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145157,6 +1145885,7 @@ "ref": "FR*SOD*S*SDE2*102*1*_*_", "name": "LE FOEIL-PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145185,6 +1145914,7 @@ "ref": "FR*SOD*S*SDE2*102*1*_*_", "name": "LE FOEIL-PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145213,6 +1145943,7 @@ "ref": "FR*SOD*S*SDE2*103*1*_*_", "name": "SAINT BRANDAN-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145241,6 +1145972,7 @@ "ref": "FR*SOD*S*SDE2*103*1*_*_", "name": "SAINT BRANDAN-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145269,6 +1146001,7 @@ "ref": "FR*SOD*S*SDE2*104*1*_*_", "name": "SAINT CLET-RUE DU TREGOR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145297,6 +1146030,7 @@ "ref": "FR*SOD*S*SDE2*104*1*_*_", "name": "SAINT CLET-RUE DU TREGOR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145325,6 +1146059,7 @@ "ref": "FR*SOD*S*SDE2*107*1*_*_", "name": "PLOUASNE-BOULEVARD DE LA GARE PARKING DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145353,6 +1146088,7 @@ "ref": "FR*SOD*S*SDE2*107*1*_*_", "name": "PLOUASNE-BOULEVARD DE LA GARE PARKING DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145381,6 +1146117,7 @@ "ref": "FR*SOD*S*SDE2*108*1*_*_", "name": "QUINTIN-PLACE DU MARTRAY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145409,6 +1146146,7 @@ "ref": "FR*SOD*S*SDE2*108*1*_*_", "name": "QUINTIN-PLACE DU MARTRAY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145437,6 +1146175,7 @@ "ref": "FR*SOD*S*SDE2*109*1*_*_", "name": "PLERIN-SAINT LAURENT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145465,6 +1146204,7 @@ "ref": "FR*SOD*S*SDE2*109*1*_*_", "name": "PLERIN-SAINT LAURENT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145493,6 +1146233,7 @@ "ref": "FR*SOD*S*SDE2*110*1*_*_", "name": "PABU-RUE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145521,6 +1146262,7 @@ "ref": "FR*SOD*S*SDE2*110*1*_*_", "name": "PABU-RUE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145549,6 +1146291,7 @@ "ref": "FR*SOD*S*SDE2*1*1*_*_", "name": "PLELO-RUE DES ECOLES PARKING EN FACE LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145577,6 +1146320,7 @@ "ref": "FR*SOD*S*SDE2*11*1*_*_", "name": "LANVOLLON-RUE DES FONTAINES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145605,6 +1146349,7 @@ "ref": "FR*SOD*S*SDE2*111*1*_*_", "name": "PONTRIEUX-PARKING RUE DU QUAI", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145633,6 +1146378,7 @@ "ref": "FR*SOD*S*SDE2*111*1*_*_", "name": "PONTRIEUX-PARKING RUE DU QUAI", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145661,6 +1146407,7 @@ "ref": "FR*SOD*S*SDE2*11*1*_*_", "name": "LANVOLLON-RUE DES FONTAINES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145689,6 +1146436,7 @@ "ref": "FR*SOD*S*SDE2*1*1*_*_", "name": "PLELO-RUE DES ECOLES PARKING EN FACE LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145717,6 +1146465,7 @@ "ref": "FR*SOD*S*SDE2*112*1*_*_", "name": "PLEDELIAC-RUE DARMOR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145745,6 +1146494,7 @@ "ref": "FR*SOD*S*SDE2*112*1*_*_", "name": "PLEDELIAC-RUE DARMOR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145773,6 +1146523,7 @@ "ref": "FR*SOD*S*SDE2*113*1*_*_", "name": "LANNION-BOULEVARD LOUIS GUILLOU PARKING KERMARIA", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145801,6 +1146552,7 @@ "ref": "FR*SOD*S*SDE2*113*1*_*_", "name": "LANNION-BOULEVARD LOUIS GUILLOU PARKING KERMARIA", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145829,6 +1146581,7 @@ "ref": "FR*SOD*S*SDE2*115*1*_*_", "name": "QUESSOY-PLACE DE LEGLISE PARKING MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145857,6 +1146610,7 @@ "ref": "FR*SOD*S*SDE2*115*1*_*_", "name": "QUESSOY-PLACE DE LEGLISE PARKING MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145885,6 +1146639,7 @@ "ref": "FR*SOD*S*SDE2*116*1*_*_", "name": "LEZARDRIEUX-RUE DU PORT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145913,6 +1146668,7 @@ "ref": "FR*SOD*S*SDE2*116*1*_*_", "name": "LEZARDRIEUX-RUE DU PORT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145941,6 +1146697,7 @@ "ref": "FR*SOD*S*SDE2*117*1*_*_", "name": "SAINT GELVEN-PARKING DE LA GRANDE RUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145969,6 +1146726,7 @@ "ref": "FR*SOD*S*SDE2*117*1*_*_", "name": "SAINT GELVEN-PARKING DE LA GRANDE RUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1145997,6 +1146755,7 @@ "ref": "FR*SOD*S*SDE2*118*1*_*_", "name": "PAIMPOL-PARKING PLACE DU GOELO", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146025,6 +1146784,7 @@ "ref": "FR*SOD*S*SDE2*118*1*_*_", "name": "PAIMPOL-PARKING PLACE DU GOELO", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146053,6 +1146813,7 @@ "ref": "FR*SOD*S*SDE2*119*1*_*_", "name": "MONCONTOUR-PLACE DE LA CARRIERE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146081,6 +1146842,7 @@ "ref": "FR*SOD*S*SDE2*119*1*_*_", "name": "MONCONTOUR-PLACE DE LA CARRIERE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146109,6 +1146871,7 @@ "ref": "FR*SOD*S*SDE2*120*1*_*_", "name": "PLOUFRAGAN-RUE CAMILLE GUERIN TECHNOPOLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146137,6 +1146900,7 @@ "ref": "FR*SOD*S*SDE2*120*1*_*_", "name": "PLOUFRAGAN-RUE CAMILLE GUERIN TECHNOPOLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146165,6 +1146929,7 @@ "ref": "FR*SOD*S*SDE2*12*1*_*_", "name": "LE VIEUX MARCHE-PLACE ANGELA DUVAL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146193,6 +1146958,7 @@ "ref": "FR*SOD*S*SDE2*121*1*_*_", "name": "PLOUFRAGAN-RUE DU GRISMOLET / RUE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146221,6 +1146987,7 @@ "ref": "FR*SOD*S*SDE2*121*1*_*_", "name": "PLOUFRAGAN-RUE DU GRISMOLET / RUE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146249,6 +1147016,7 @@ "ref": "FR*SOD*S*SDE2*12*1*_*_", "name": "LE VIEUX MARCHE-PLACE ANGELA DUVAL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146277,6 +1147045,7 @@ "ref": "FR*SOD*S*SDE2*122*1*_*_", "name": "SAINT JOUAN DE L ISLE-ZA KERGOET", "capacity": "1", + "socket:max:output": "50 kW", "socket:type2": "yes", "socket:type2_combo": "yes", "socket:chademo": "yes", @@ -1146306,6 +1147075,7 @@ "ref": "FR*SOD*S*SDE2*123*1*_*_", "name": "MERDRIGNAC-ZONE DE LA HERONNIERE", "capacity": "1", + "socket:max:output": "50 kW", "socket:type2": "yes", "socket:type2_combo": "yes", "socket:chademo": "yes", @@ -1146335,6 +1147105,7 @@ "ref": "FR*SOD*S*SDE2*124*1*_*_", "name": "ROSTRENEN-ZA DE GOASNEL ", "capacity": "1", + "socket:max:output": "50 kW", "socket:type2": "yes", "socket:type2_combo": "yes", "socket:chademo": "yes", @@ -1146364,6 +1147135,7 @@ "ref": "FR*SOD*S*SDE2*125*1*_*_", "name": "PLANGUENOUAL-RUE DES PONTS NEUFS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146392,6 +1147164,7 @@ "ref": "FR*SOD*S*SDE2*125*1*_*_", "name": "PLANGUENOUAL-RUE DES PONTS NEUFS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146420,6 +1147193,7 @@ "ref": "FR*SOD*S*SDE2*126*1*_*_", "name": "SAINT QUAY PORTRIEUX-PARKING PORT DARMOR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146448,6 +1147222,7 @@ "ref": "FR*SOD*S*SDE2*126*1*_*_", "name": "SAINT QUAY PORTRIEUX-PARKING PORT DARMOR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146476,6 +1147251,7 @@ "ref": "FR*SOD*S*SDE2*127*1*_*_", "name": "PLEVENON-PARKING DU BOURG ROUTE DU CAP - RD 34", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146504,6 +1147280,7 @@ "ref": "FR*SOD*S*SDE2*127*1*_*_", "name": "PLEVENON-PARKING DU BOURG ROUTE DU CAP - RD 34", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146532,6 +1147309,7 @@ "ref": "FR*SOD*S*SDE2*128*1*_*_", "name": "TREGUEUX - LE PERRAY RAPIDE", "capacity": "1", + "socket:max:output": "50 kW", "socket:type2": "yes", "socket:type2_combo": "yes", "socket:chademo": "yes", @@ -1146561,6 +1147339,7 @@ "ref": "FR*SOD*S*SDE2*129*1*_*_", "name": "PLOUMAGOAR-LA CHESNAYE RAPIDE", "capacity": "1", + "socket:max:output": "50 kW", "socket:type2": "yes", "socket:type2_combo": "yes", "socket:chademo": "yes", @@ -1146590,6 +1147369,7 @@ "ref": "FR*SOD*S*SDE2*130*1*_*_", "name": "LE QUIOU-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146618,6 +1147398,7 @@ "ref": "FR*SOD*S*SDE2*130*1*_*_", "name": "LE QUIOU-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146646,6 +1147427,7 @@ "ref": "FR*SOD*S*SDE2*13*1*_*_", "name": "LOUARGAT-PASSAGE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146674,6 +1147456,7 @@ "ref": "FR*SOD*S*SDE2*131*1*_*_", "name": "PLEMET-RUE DE RENNES PARKING PMU ET CMB", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146702,6 +1147485,7 @@ "ref": "FR*SOD*S*SDE2*131*1*_*_", "name": "PLEMET-RUE DE RENNES PARKING PMU ET CMB", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146730,6 +1147514,7 @@ "ref": "FR*SOD*S*SDE2*13*1*_*_", "name": "LOUARGAT-PASSAGE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146758,6 +1147543,7 @@ "ref": "FR*SOD*S*SDE2*132*1*_*_", "name": "PLOEZAL-CHATEAU ROCHE JAGU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146786,6 +1147572,7 @@ "ref": "FR*SOD*S*SDE2*132*1*_*_", "name": "PLOEZAL-CHATEAU ROCHE JAGU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146814,6 +1147601,7 @@ "ref": "FR*SOD*S*SDE2*133*1*_*_", "name": "PLOURHAN-RUE DU PARC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146842,6 +1147630,7 @@ "ref": "FR*SOD*S*SDE2*133*1*_*_", "name": "PLOURHAN-RUE DU PARC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146870,6 +1147659,7 @@ "ref": "FR*SOD*S*SDE2*134*1*_*_", "name": "PLUDUNO-RUE CHATEAUBRIAND", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146898,6 +1147688,7 @@ "ref": "FR*SOD*S*SDE2*134*1*_*_", "name": "PLUDUNO-RUE CHATEAUBRIAND", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146926,6 +1147717,7 @@ "ref": "FR*SOD*S*SDE2*135*1*_*_", "name": "QUINTIN-SQUARE BLANCHET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146954,6 +1147746,7 @@ "ref": "FR*SOD*S*SDE2*135*1*_*_", "name": "QUINTIN-SQUARE BLANCHET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1146982,6 +1147775,7 @@ "ref": "FR*SOD*S*SDE2*136*1*_*_", "name": "ROSTRENEN-PLACE BOURG KOHZ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147010,6 +1147804,7 @@ "ref": "FR*SOD*S*SDE2*136*1*_*_", "name": "ROSTRENEN-PLACE BOURG KOHZ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147038,6 +1147833,7 @@ "ref": "FR*SOD*S*SDE2*137*1*_*_", "name": "SAINT BRIEUC-18 RUE COURTELINE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147066,6 +1147862,7 @@ "ref": "FR*SOD*S*SDE2*137*1*_*_", "name": "SAINT BRIEUC-18 RUE COURTELINE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147094,6 +1147891,7 @@ "ref": "FR*SOD*S*SDE2*138*1*_*_", "name": "SAINT GLEN-RUE DE LA FONTAINE PARKING MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147122,6 +1147920,7 @@ "ref": "FR*SOD*S*SDE2*138*1*_*_", "name": "SAINT GLEN-RUE DE LA FONTAINE PARKING MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147150,6 +1147949,7 @@ "ref": "FR*SOD*S*SDE2*139*1*_*_", "name": "SAINT JUVAT-LE BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147178,6 +1147978,7 @@ "ref": "FR*SOD*S*SDE2*139*1*_*_", "name": "SAINT JUVAT-LE BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147206,6 +1148007,7 @@ "ref": "FR*SOD*S*SDE2*14*1*_*_", "name": "MAEL PESTIVIEN-LE BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147234,6 +1148036,7 @@ "ref": "FR*SOD*S*SDE2*141*1*_*_", "name": "UZEL-CHAMP DE FOIRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147262,6 +1148065,7 @@ "ref": "FR*SOD*S*SDE2*141*1*_*_", "name": "UZEL-CHAMP DE FOIRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147290,6 +1148094,7 @@ "ref": "FR*SOD*S*SDE2*14*1*_*_", "name": "MAEL PESTIVIEN-LE BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147318,6 +1148123,7 @@ "ref": "FR*SOD*S*SDE2*142*1*_*_", "name": "LAMBALLE-BOULEVARD DU HARAS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147346,6 +1148152,7 @@ "ref": "FR*SOD*S*SDE2*142*1*_*_", "name": "LAMBALLE-BOULEVARD DU HARAS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147374,6 +1148181,7 @@ "ref": "FR*SOD*S*SDE2*143*1*_*_", "name": "BRUSVILLY-PARKING RUE DE BROONS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147402,6 +1148210,7 @@ "ref": "FR*SOD*S*SDE2*143*1*_*_", "name": "BRUSVILLY-PARKING RUE DE BROONS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147430,6 +1148239,7 @@ "ref": "FR*SOD*S*SDE2*144*1*_*_", "name": "DINAN-PARKING RUE DESROYER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147458,6 +1148268,7 @@ "ref": "FR*SOD*S*SDE2*144*1*_*_", "name": "DINAN-PARKING RUE DESROYER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147486,6 +1148297,7 @@ "ref": "FR*SOD*S*SDE2*145*1*_*_", "name": "LOUDEAC-PARKING DU CHAMP FOIRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147514,6 +1148326,7 @@ "ref": "FR*SOD*S*SDE2*145*1*_*_", "name": "LOUDEAC-PARKING DU CHAMP FOIRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147542,6 +1148355,7 @@ "ref": "FR*SOD*S*SDE2*146*1*_*_", "name": "CALORGUEN-PARKING DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147570,6 +1148384,7 @@ "ref": "FR*SOD*S*SDE2*146*1*_*_", "name": "CALORGUEN-PARKING DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147598,6 +1148413,7 @@ "ref": "FR*SOD*S*SDE2*147*1*_*_", "name": "SAINT BRIEUC-RUE DU LEGUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147626,6 +1148442,7 @@ "ref": "FR*SOD*S*SDE2*147*1*_*_", "name": "SAINT BRIEUC-RUE DU LEGUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147654,6 +1148471,7 @@ "ref": "FR*SOD*S*SDE2*149*1*_*_", "name": "PLOUNEVEZ-MOEDEC - SALLE DES FETES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147682,6 +1148500,7 @@ "ref": "FR*SOD*S*SDE2*149*1*_*_", "name": "PLOUNEVEZ-MOEDEC - SALLE DES FETES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147710,6 +1148529,7 @@ "ref": "FR*SOD*S*SDE2*150*1*_*_", "name": "SAINT BRIEUC-RUE DES PROMENADES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147738,6 +1148558,7 @@ "ref": "FR*SOD*S*SDE2*150*1*_*_", "name": "SAINT BRIEUC-RUE DES PROMENADES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147766,6 +1148587,7 @@ "ref": "FR*SOD*S*SDE2*15*1*_*_", "name": "PEDERNEC-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147794,6 +1148616,7 @@ "ref": "FR*SOD*S*SDE2*15*1*_*_", "name": "PEDERNEC-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147822,6 +1148645,7 @@ "ref": "FR*SOD*S*SDE2*152*1*_*_", "name": "LE GOURAY-LE BOURG LA GARE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147850,6 +1148674,7 @@ "ref": "FR*SOD*S*SDE2*152*1*_*_", "name": "LE GOURAY-LE BOURG LA GARE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147878,6 +1148703,7 @@ "ref": "FR*SOD*S*SDE2*153*1*_*_", "name": "PLAINE HAUTE-PLACE DE LA MAIRIE PARKING SALLE POLYVALENTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147906,6 +1148732,7 @@ "ref": "FR*SOD*S*SDE2*153*1*_*_", "name": "PLAINE HAUTE-PLACE DE LA MAIRIE PARKING SALLE POLYVALENTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147934,6 +1148761,7 @@ "ref": "FR*SOD*S*SDE2*154*1*_*_", "name": "CORLAY-PLACE DU MARCHE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147962,6 +1148790,7 @@ "ref": "FR*SOD*S*SDE2*154*1*_*_", "name": "CORLAY-PLACE DU MARCHE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1147990,6 +1148819,7 @@ "ref": "FR*SOD*S*SDE2*155*1*_*_", "name": "PAIMPOL-PARKING DE LA GARE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148018,6 +1148848,7 @@ "ref": "FR*SOD*S*SDE2*155*1*_*_", "name": "PAIMPOL-PARKING DE LA GARE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148046,6 +1148877,7 @@ "ref": "FR*SOD*S*SDE2*156*1*_*_", "name": "EVRAN-RUE DE LAPOTHICAIRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148074,6 +1148906,7 @@ "ref": "FR*SOD*S*SDE2*156*1*_*_", "name": "EVRAN-RUE DE LAPOTHICAIRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148102,6 +1148935,7 @@ "ref": "FR*SOD*S*SDE2*157*1*_*_", "name": "TREGASTEL-BOULEVARD DU COZ PORS PARKING DU PERE ETERNEL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148130,6 +1148964,7 @@ "ref": "FR*SOD*S*SDE2*157*1*_*_", "name": "TREGASTEL-BOULEVARD DU COZ PORS PARKING DU PERE ETERNEL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148158,6 +1148993,7 @@ "ref": "FR*SOD*S*SDE2*158*1*_*_", "name": "PLOUGUERNEVEL-LE BOURG - ROUTE DE ROSTRENEN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148186,6 +1149022,7 @@ "ref": "FR*SOD*S*SDE2*158*1*_*_", "name": "PLOUGUERNEVEL-LE BOURG - ROUTE DE ROSTRENEN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148214,6 +1149051,7 @@ "ref": "FR*SOD*S*SDE2*159*1*_*_", "name": "LANRELAS-PLACE ST FIACRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148242,6 +1149080,7 @@ "ref": "FR*SOD*S*SDE2*159*1*_*_", "name": "LANRELAS-PLACE ST FIACRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148270,6 +1149109,7 @@ "ref": "FR*SOD*S*SDE2*160*1*_*_", "name": "LANCIEUX-PARKING DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148298,6 +1149138,7 @@ "ref": "FR*SOD*S*SDE2*160*1*_*_", "name": "LANCIEUX-PARKING DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148326,6 +1149167,7 @@ "ref": "FR*SOD*S*SDE2*16*1*_*_", "name": "PERROS GUIREC-PLACE DE LHOTEL DE VILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148354,6 +1149196,7 @@ "ref": "FR*SOD*S*SDE2*161*1*_*_", "name": "COADOUT-PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148382,6 +1149225,7 @@ "ref": "FR*SOD*S*SDE2*161*1*_*_", "name": "COADOUT-PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148410,6 +1149254,7 @@ "ref": "FR*SOD*S*SDE2*16*1*_*_", "name": "PERROS GUIREC-PLACE DE LHOTEL DE VILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148438,6 +1149283,7 @@ "ref": "FR*SOD*S*SDE2*162*1*_*_", "name": "COLLINEE-RUE ANDRE GILLES PARKING STATION SERVICE DERRIERE CARREFOUR MARKET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148466,6 +1149312,7 @@ "ref": "FR*SOD*S*SDE2*162*1*_*_", "name": "COLLINEE-RUE ANDRE GILLES PARKING STATION SERVICE DERRIERE CARREFOUR MARKET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148494,6 +1149341,7 @@ "ref": "FR*SOD*S*SDE2*163*1*_*_", "name": "DINAN-PLACE DUGUESCLIN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148522,6 +1149370,7 @@ "ref": "FR*SOD*S*SDE2*163*1*_*_", "name": "DINAN-PLACE DUGUESCLIN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148550,6 +1149399,7 @@ "ref": "FR*SOD*S*SDE2*164*1*_*_", "name": "MEGRIT-RUE DES GRANITIERS PARKING STADE DE FOOT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148578,6 +1149428,7 @@ "ref": "FR*SOD*S*SDE2*164*1*_*_", "name": "MEGRIT-RUE DES GRANITIERS PARKING STADE DE FOOT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148606,6 +1149457,7 @@ "ref": "FR*SOD*S*SDE2*165*1*_*_", "name": "LA MOTTE-RUE JOSEPH DUPRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148634,6 +1149486,7 @@ "ref": "FR*SOD*S*SDE2*165*1*_*_", "name": "LA MOTTE-RUE JOSEPH DUPRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148662,6 +1149515,7 @@ "ref": "FR*SOD*S*SDE2*166*1*_*_", "name": "SAINT JACUT DE LA MER-RUE DU CHATELET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148690,6 +1149544,7 @@ "ref": "FR*SOD*S*SDE2*166*1*_*_", "name": "SAINT JACUT DE LA MER-RUE DU CHATELET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148718,6 +1149573,7 @@ "ref": "FR*SOD*S*SDE2*167*1*_*_", "name": "MUR DE BRETAGNE-RUE DE PONTIVY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148746,6 +1149602,7 @@ "ref": "FR*SOD*S*SDE2*167*1*_*_", "name": "MUR DE BRETAGNE-RUE DE PONTIVY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148774,6 +1149631,7 @@ "ref": "FR*SOD*S*SDE2*168*1*_*_", "name": "TREGUIER-LE PORT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148802,6 +1149660,7 @@ "ref": "FR*SOD*S*SDE2*168*1*_*_", "name": "TREGUIER-LE PORT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148830,6 +1149689,7 @@ "ref": "FR*SOD*S*SDE2*169*1*_*_", "name": "TADEN-ZA DES ALLEUX", "capacity": "1", + "socket:max:output": "50 kW", "socket:type2": "yes", "socket:type2_combo": "yes", "socket:chademo": "yes", @@ -1148859,6 +1149719,7 @@ "ref": "FR*SOD*S*SDE2*17*1*_*_", "name": "PLOUAGAT-PARKING DE LA GRANDE RUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148887,6 +1149748,7 @@ "ref": "FR*SOD*S*SDE2*171*1*_*_", "name": "TREGONNEAU-LE BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148915,6 +1149777,7 @@ "ref": "FR*SOD*S*SDE2*171*1*_*_", "name": "TREGONNEAU-LE BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148943,6 +1149806,7 @@ "ref": "FR*SOD*S*SDE2*17*1*_*_", "name": "PLOUAGAT-PARKING DE LA GRANDE RUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1148971,6 +1149835,7 @@ "ref": "FR*SOD*S*SDE2*172*1*_*_", "name": "PLESTAN - RAPIDE", "capacity": "1", + "socket:max:output": "50 kW", "socket:type2": "yes", "socket:type2_combo": "yes", "socket:chademo": "yes", @@ -1149000,6 +1149865,7 @@ "ref": "FR*SOD*S*SDE2*173*1*_*_", "name": "LOUDEAC - RAPIDE ", "capacity": "1", + "socket:max:output": "50 kW", "socket:type2": "yes", "socket:type2_combo": "yes", "socket:chademo": "yes", @@ -1149029,6 +1149895,7 @@ "ref": "FR*SOD*S*SDE2*174*1*_*_", "name": "SAINT VRAN-LE BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149057,6 +1149924,7 @@ "ref": "FR*SOD*S*SDE2*174*1*_*_", "name": "SAINT VRAN-LE BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149197,6 +1150065,7 @@ "ref": "FR*SOD*S*SDE2*18*1*_*_", "name": "PLOUEC DU TRIEUX-PLACE DE LA PAIX", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149253,6 +1150122,7 @@ "ref": "FR*SOD*S*SDE2*18*1*_*_", "name": "PLOUEC DU TRIEUX-PLACE DE LA PAIX", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149309,6 +1150179,7 @@ "ref": "FR*SOD*S*SDE2*183*1*_*_", "name": "TREVENEUC-RUE DE TOURNEBRIDE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149337,6 +1150208,7 @@ "ref": "FR*SOD*S*SDE2*183*1*_*_", "name": "TREVENEUC-RUE DE TOURNEBRIDE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149365,6 +1150237,7 @@ "ref": "FR*SOD*S*SDE2*184*1*_*_", "name": "LANVOLLON-RUE SAINT YVES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149393,6 +1150266,7 @@ "ref": "FR*SOD*S*SDE2*184*1*_*_", "name": "LANVOLLON-RUE SAINT YVES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149421,6 +1150295,7 @@ "ref": "FR*SOD*S*SDE2*185*1*_*_", "name": "CHATELAUDREN-18 RUE PASTEUR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149449,6 +1150324,7 @@ "ref": "FR*SOD*S*SDE2*185*1*_*_", "name": "CHATELAUDREN-18 RUE PASTEUR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149477,6 +1150353,7 @@ "ref": "FR*SOD*S*SDE2*189*1*_*_", "name": "PLANCOET-LA GARE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149505,6 +1150382,7 @@ "ref": "FR*SOD*S*SDE2*189*1*_*_", "name": "PLANCOET-LA GARE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149533,6 +1150411,7 @@ "ref": "FR*SOD*S*SDE2*19*1*_*_", "name": "PLOUGRESCANT-RUE ST GONERY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149561,6 +1150440,7 @@ "ref": "FR*SOD*S*SDE2*19*1*_*_", "name": "PLOUGRESCANT-RUE ST GONERY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149589,6 +1150469,7 @@ "ref": "FR*SOD*S*SDE2*20*1*_*_", "name": "PLOUMILLIAU-RUE ANATOLE LE BRAZ PARKING BARZIC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149617,6 +1150498,7 @@ "ref": "FR*SOD*S*SDE2*20*1*_*_", "name": "PLOUMILLIAU-RUE ANATOLE LE BRAZ PARKING BARZIC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149645,6 +1150527,7 @@ "ref": "FR*SOD*S*SDE2*21*1*_*_", "name": "PLOUVARA-RUE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149673,6 +1150556,7 @@ "ref": "FR*SOD*S*SDE2*21*1*_*_", "name": "PLOUVARA-RUE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149701,6 +1150585,7 @@ "ref": "FR*SOD*S*SDE2*22*1*_*_", "name": "SAINT MICHEL EN GREVE-ROUTE D ARVOR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149729,6 +1150614,7 @@ "ref": "FR*SOD*S*SDE2*22*1*_*_", "name": "SAINT MICHEL EN GREVE-ROUTE D ARVOR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149757,6 +1150643,7 @@ "ref": "FR*SOD*S*SDE2*23*1*_*_", "name": "TREBEURDEN-PLACE DU PEILLET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149785,6 +1150672,7 @@ "ref": "FR*SOD*S*SDE2*23*1*_*_", "name": "TREBEURDEN-PLACE DU PEILLET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149813,6 +1150701,7 @@ "ref": "FR*SOD*S*SDE2*24*1*_*_", "name": "TREMUSON-RUE DU BOUCHON PARKING SALLE MUNICIPALE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149841,6 +1150730,7 @@ "ref": "FR*SOD*S*SDE2*24*1*_*_", "name": "TREMUSON-RUE DU BOUCHON PARKING SALLE MUNICIPALE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149869,6 +1150759,7 @@ "ref": "FR*SOD*S*SDE2*25*1*_*_", "name": "TREVOU TREGUIGNEC-RUE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149897,6 +1150788,7 @@ "ref": "FR*SOD*S*SDE2*25*1*_*_", "name": "TREVOU TREGUIGNEC-RUE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149925,6 +1150817,7 @@ "ref": "FR*SOD*S*SDE2*26*1*_*_", "name": "ERQUY-BOULEVARD DE LA MER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149953,6 +1150846,7 @@ "ref": "FR*SOD*S*SDE2*26*1*_*_", "name": "ERQUY-BOULEVARD DE LA MER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1149981,6 +1150875,7 @@ "ref": "FR*SOD*S*SDE2*27*1*_*_", "name": "PLENEUF VAL ANDRE-RUE CLEMENCEAU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150009,6 +1150904,7 @@ "ref": "FR*SOD*S*SDE2*27*1*_*_", "name": "PLENEUF VAL ANDRE-RUE CLEMENCEAU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150037,6 +1150933,7 @@ "ref": "FR*SOD*S*SDE2*28*1*_*_", "name": "ETABLES SUR MER-PLACE JEAN HEURTEL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150065,6 +1150962,7 @@ "ref": "FR*SOD*S*SDE2*28*1*_*_", "name": "ETABLES SUR MER-PLACE JEAN HEURTEL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150093,6 +1150991,7 @@ "ref": "FR*SOD*S*SDE2*29*1*_*_", "name": "JUGON LES LACS-PLACE DE LA POSTE DERRIERE SALLE DES FETES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150121,6 +1151020,7 @@ "ref": "FR*SOD*S*SDE2*29*1*_*_", "name": "JUGON LES LACS-PLACE DE LA POSTE DERRIERE SALLE DES FETES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150149,6 +1151049,7 @@ "ref": "FR*SOD*S*SDE2*30*1*_*_", "name": "LANGUENAN-PARKING DE LATELIER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150177,6 +1151078,7 @@ "ref": "FR*SOD*S*SDE2*30*1*_*_", "name": "LANGUENAN-PARKING DE LATELIER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150205,6 +1151107,7 @@ "ref": "FR*SOD*S*SDE2*3*1*_*_", "name": "CAVAN-RUE MAURICE DENIS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150233,6 +1151136,7 @@ "ref": "FR*SOD*S*SDE2*31*1*_*_", "name": "LANVALLAY-PLACE DU 19 MARS 1962", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150261,6 +1151165,7 @@ "ref": "FR*SOD*S*SDE2*31*1*_*_", "name": "LANVALLAY-PLACE DU 19 MARS 1962", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150289,6 +1151194,7 @@ "ref": "FR*SOD*S*SDE2*3*1*_*_", "name": "CAVAN-RUE MAURICE DENIS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150317,6 +1151223,7 @@ "ref": "FR*SOD*S*SDE2*32*1*_*_", "name": "LE HINGLE-PLACE DE LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150345,6 +1151252,7 @@ "ref": "FR*SOD*S*SDE2*32*1*_*_", "name": "LE HINGLE-PLACE DE LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150373,6 +1151281,7 @@ "ref": "FR*SOD*S*SDE2*33*1*_*_", "name": "PLEHEDEL-RUE DU DR MAHE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150401,6 +1151310,7 @@ "ref": "FR*SOD*S*SDE2*33*1*_*_", "name": "PLEHEDEL-RUE DU DR MAHE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150429,6 +1151339,7 @@ "ref": "FR*SOD*S*SDE2*34*1*_*_", "name": "PLELAN LE PETIT-RUE DES ROUAIRIES PARKING MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150457,6 +1151368,7 @@ "ref": "FR*SOD*S*SDE2*34*1*_*_", "name": "PLELAN LE PETIT-RUE DES ROUAIRIES PARKING MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150485,6 +1151397,7 @@ "ref": "FR*SOD*S*SDE2*35*1*_*_", "name": "PLESLIN TRIGAVOU-LE BOURG PARKING DERRIERE LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150513,6 +1151426,7 @@ "ref": "FR*SOD*S*SDE2*35*1*_*_", "name": "PLESLIN TRIGAVOU-LE BOURG PARKING DERRIERE LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150541,6 +1151455,7 @@ "ref": "FR*SOD*S*SDE2*36*1*_*_", "name": "TRELEVERN-PLACE DES AIGUILLES PARKING MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150569,6 +1151484,7 @@ "ref": "FR*SOD*S*SDE2*36*1*_*_", "name": "TRELEVERN-PLACE DES AIGUILLES PARKING MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150597,6 +1151513,7 @@ "ref": "FR*SOD*S*SDE2*37*1*_*_", "name": "YFFINIAC-PLACE STE ANNE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150625,6 +1151542,7 @@ "ref": "FR*SOD*S*SDE2*38*1*_*_", "name": "BEAUSSAIS-SUR-MER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150653,6 +1151571,7 @@ "ref": "FR*SOD*S*SDE2*38*1*_*_", "name": "BEAUSSAIS-SUR-MER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150681,6 +1151600,7 @@ "ref": "FR*SOD*S*SDE2*39*1*_*_", "name": "BOURBRIAC-PARKING RUE DAVAUGOUR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150709,6 +1151629,7 @@ "ref": "FR*SOD*S*SDE2*39*1*_*_", "name": "BOURBRIAC-PARKING RUE DAVAUGOUR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150737,6 +1151658,7 @@ "ref": "FR*SOD*S*SDE2*4*1*_*_", "name": "COATREVEN-RUE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150765,6 +1151687,7 @@ "ref": "FR*SOD*S*SDE2*41*1*_*_", "name": "LANRIVAIN-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150793,6 +1151716,7 @@ "ref": "FR*SOD*S*SDE2*41*1*_*_", "name": "LANRIVAIN-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150821,6 +1151745,7 @@ "ref": "FR*SOD*S*SDE2*4*1*_*_", "name": "COATREVEN-RUE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150849,6 +1151774,7 @@ "ref": "FR*SOD*S*SDE2*43*1*_*_", "name": "MAEL CARHAIX-RUE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150877,6 +1151803,7 @@ "ref": "FR*SOD*S*SDE2*43*1*_*_", "name": "MAEL CARHAIX-RUE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150905,6 +1151832,7 @@ "ref": "FR*SOD*S*SDE2*44*1*_*_", "name": "EREAC-RUE BERTRAND DU GUESGLIN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150933,6 +1151861,7 @@ "ref": "FR*SOD*S*SDE2*44*1*_*_", "name": "EREAC-RUE BERTRAND DU GUESGLIN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150961,6 +1151890,7 @@ "ref": "FR*SOD*S*SDE2*45*1*_*_", "name": "LAURENAN-D16 - PARKING SALLE DES FETES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1150989,6 +1151919,7 @@ "ref": "FR*SOD*S*SDE2*45*1*_*_", "name": "LAURENAN-D16 - PARKING SALLE DES FETES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151017,6 +1151948,7 @@ "ref": "FR*SOD*S*SDE2*46*1*_*_", "name": "PLAINTEL-PLACE DU GENERAL DE GAULLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151045,6 +1151977,7 @@ "ref": "FR*SOD*S*SDE2*46*1*_*_", "name": "PLAINTEL-PLACE DU GENERAL DE GAULLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151073,6 +1152006,7 @@ "ref": "FR*SOD*S*SDE2*47*1*_*_", "name": "PLEDRAN-PLACE J. TANGUY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151101,6 +1152035,7 @@ "ref": "FR*SOD*S*SDE2*47*1*_*_", "name": "PLEDRAN-PLACE J. TANGUY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151129,6 +1152064,7 @@ "ref": "FR*SOD*S*SDE2*48*1*_*_", "name": "BINIC-AVENUE GENERAL DE GAULLE PARKING SALLE ESTRAN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151157,6 +1152093,7 @@ "ref": "FR*SOD*S*SDE2*48*1*_*_", "name": "BINIC-AVENUE GENERAL DE GAULLE PARKING SALLE ESTRAN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151185,6 +1152122,7 @@ "ref": "FR*SOD*S*SDE2*49*1*_*_", "name": "GUINGAMP-PARKING PLACE DE VERDUN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151213,6 +1152151,7 @@ "ref": "FR*SOD*S*SDE2*49*1*_*_", "name": "GUINGAMP-PARKING PLACE DE VERDUN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151241,6 +1152180,7 @@ "ref": "FR*SOD*S*SDE2*50*1*_*_", "name": "HILLION-RUE DE BEL ORIENT PARKING MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151269,6 +1152209,7 @@ "ref": "FR*SOD*S*SDE2*50*1*_*_", "name": "HILLION-RUE DE BEL ORIENT PARKING MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151297,6 +1152238,7 @@ "ref": "FR*SOD*S*SDE2*51*1*_*_", "name": "PERROS GUIREC-RUE A. LE BRAZ PARKING DU PORT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151325,6 +1152267,7 @@ "ref": "FR*SOD*S*SDE2*51*1*_*_", "name": "PERROS GUIREC-RUE A. LE BRAZ PARKING DU PORT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151353,6 +1152296,7 @@ "ref": "FR*SOD*S*SDE2*53*1*_*_", "name": "PLOURIVO-LE BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151381,6 +1152325,7 @@ "ref": "FR*SOD*S*SDE2*53*1*_*_", "name": "PLOURIVO-LE BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151409,6 +1152354,7 @@ "ref": "FR*SOD*S*SDE2*54*1*_*_", "name": "PLUMIEUX-PARKING PLACE 19 MARS 1962", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151437,6 +1152383,7 @@ "ref": "FR*SOD*S*SDE2*54*1*_*_", "name": "PLUMIEUX-PARKING PLACE 19 MARS 1962", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151465,6 +1152412,7 @@ "ref": "FR*SOD*S*SDE2*55*1*_*_", "name": "LA VICOMTE SUR RANCE-PARKING DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151493,6 +1152441,7 @@ "ref": "FR*SOD*S*SDE2*55*1*_*_", "name": "LA VICOMTE SUR RANCE-PARKING DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151521,6 +1152470,7 @@ "ref": "FR*SOD*S*SDE2*56*1*_*_", "name": "PLEUDIHEN SUR RANCE-PARKING COUR DU VERGER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151549,6 +1152499,7 @@ "ref": "FR*SOD*S*SDE2*56*1*_*_", "name": "PLEUDIHEN SUR RANCE-PARKING COUR DU VERGER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151577,6 +1152528,7 @@ "ref": "FR*SOD*S*SDE2*57*1*_*_", "name": "PORDIC-PLACE E. GUERET DEVANT LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151605,6 +1152557,7 @@ "ref": "FR*SOD*S*SDE2*57*1*_*_", "name": "PORDIC-PLACE E. GUERET DEVANT LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151633,6 +1152586,7 @@ "ref": "FR*SOD*S*SDE2*58*1*_*_", "name": "TREMELOIR-RUE ST FIACRE PARKING MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151661,6 +1152615,7 @@ "ref": "FR*SOD*S*SDE2*58*1*_*_", "name": "TREMELOIR-RUE ST FIACRE PARKING MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151689,6 +1152644,7 @@ "ref": "FR*SOD*S*SDE2*59*1*_*_", "name": "PENVENAN-RUE DE LA POSTE PARKING FOYER LOGEMENT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151717,6 +1152673,7 @@ "ref": "FR*SOD*S*SDE2*59*1*_*_", "name": "PENVENAN-RUE DE LA POSTE PARKING FOYER LOGEMENT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151745,6 +1152702,7 @@ "ref": "FR*SOD*S*SDE2*6*1*_*_", "name": "GOUAREC-RUE DU MOULIN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151773,6 +1152731,7 @@ "ref": "FR*SOD*S*SDE2*61*1*_*_", "name": "CAMLEZ-PARKING DU 19 MARS 1962", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151801,6 +1152760,7 @@ "ref": "FR*SOD*S*SDE2*61*1*_*_", "name": "CAMLEZ-PARKING DU 19 MARS 1962", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151829,6 +1152789,7 @@ "ref": "FR*SOD*S*SDE2*6*1*_*_", "name": "GOUAREC-RUE DU MOULIN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151857,6 +1152818,7 @@ "ref": "FR*SOD*S*SDE2*62*1*_*_", "name": "PLOUER SUR RANCE-RUE DE LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151885,6 +1152847,7 @@ "ref": "FR*SOD*S*SDE2*62*1*_*_", "name": "PLOUER SUR RANCE-RUE DE LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151913,6 +1152876,7 @@ "ref": "FR*SOD*S*SDE2*63*1*_*_", "name": "SAINT BRIEUC-53 BOULEVARD CARNOT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151941,6 +1152905,7 @@ "ref": "FR*SOD*S*SDE2*67*1*_*_", "name": "GLOMEL-PLACE DU CENTRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151969,6 +1152934,7 @@ "ref": "FR*SOD*S*SDE2*67*1*_*_", "name": "GLOMEL-PLACE DU CENTRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1151997,6 +1152963,7 @@ "ref": "FR*SOD*S*SDE2*68*1*_*_", "name": "LA ROCHE DERRIEN-PLACE DU PILORI / PLACE DU MARTRAY PARKING DU BOULODROME", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152025,6 +1152992,7 @@ "ref": "FR*SOD*S*SDE2*68*1*_*_", "name": "LA ROCHE DERRIEN-PLACE DU PILORI / PLACE DU MARTRAY PARKING DU BOULODROME", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152053,6 +1153021,7 @@ "ref": "FR*SOD*S*SDE2*69*1*_*_", "name": "PLESSALA-PLACE DU MARCHE PARKING EGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152081,6 +1153050,7 @@ "ref": "FR*SOD*S*SDE2*69*1*_*_", "name": "PLESSALA-PLACE DU MARCHE PARKING EGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152109,6 +1153079,7 @@ "ref": "FR*SOD*S*SDE2*70*1*_*_", "name": "LEHON-LE BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152137,6 +1153108,7 @@ "ref": "FR*SOD*S*SDE2*70*1*_*_", "name": "LEHON-LE BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152165,6 +1153137,7 @@ "ref": "FR*SOD*S*SDE2*7*1*_*_", "name": "GRACES-PARKING DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152193,6 +1153166,7 @@ "ref": "FR*SOD*S*SDE2*71*1*_*_", "name": "PLOEUC L HERMITAGE-RUE DE BEAULIEU PARKING ARRIERE EGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152221,6 +1153195,7 @@ "ref": "FR*SOD*S*SDE2*71*1*_*_", "name": "PLOEUC L HERMITAGE-RUE DE BEAULIEU PARKING ARRIERE EGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152249,6 +1153224,7 @@ "ref": "FR*SOD*S*SDE2*7*1*_*_", "name": "GRACES-PARKING DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152277,6 +1153253,7 @@ "ref": "FR*SOD*S*SDE2*72*1*_*_", "name": "POMMERIT JAUDY-RUE DE LA GARE PARKING BOULANGERIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152305,6 +1153282,7 @@ "ref": "FR*SOD*S*SDE2*72*1*_*_", "name": "POMMERIT JAUDY-RUE DE LA GARE PARKING BOULANGERIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152333,6 +1153311,7 @@ "ref": "FR*SOD*S*SDE2*73*1*_*_", "name": "QUEVERT-RUE DU VAL PARKING MAISON DES ASSOCIATIONS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152361,6 +1153340,7 @@ "ref": "FR*SOD*S*SDE2*73*1*_*_", "name": "QUEVERT-RUE DU VAL PARKING MAISON DES ASSOCIATIONS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152389,6 +1153369,7 @@ "ref": "FR*SOD*S*SDE2*74*1*_*_", "name": "SAINT QUAY PORTRIEUX-PLACE DARMES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152417,6 +1153398,7 @@ "ref": "FR*SOD*S*SDE2*74*1*_*_", "name": "SAINT QUAY PORTRIEUX-PLACE DARMES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152445,6 +1153427,7 @@ "ref": "FR*SOD*S*SDE2*76*1*_*_", "name": "YVIGNAC LA TOUR-RUE DU 8 MAI 1945 PARKING DERRIERE LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152473,6 +1153456,7 @@ "ref": "FR*SOD*S*SDE2*76*1*_*_", "name": "YVIGNAC LA TOUR-RUE DU 8 MAI 1945 PARKING DERRIERE LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152501,6 +1153485,7 @@ "ref": "FR*SOD*S*SDE2*77*1*_*_", "name": "BELLE ISLE EN TERRE-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152529,6 +1153514,7 @@ "ref": "FR*SOD*S*SDE2*77*1*_*_", "name": "BELLE ISLE EN TERRE-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152557,6 +1153543,7 @@ "ref": "FR*SOD*S*SDE2*78*1*_*_", "name": "CHATELAUDREN-PLACE LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152585,6 +1153572,7 @@ "ref": "FR*SOD*S*SDE2*78*1*_*_", "name": "CHATELAUDREN-PLACE LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152613,6 +1153601,7 @@ "ref": "FR*SOD*S*SDE2*79*1*_*_", "name": "HENANBIHEN-ROUTE DHENANSAL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152641,6 +1153630,7 @@ "ref": "FR*SOD*S*SDE2*79*1*_*_", "name": "HENANBIHEN-ROUTE DHENANSAL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152669,6 +1153659,7 @@ "ref": "FR*SOD*S*SDE2*80*1*_*_", "name": "PLOUBAZLANEC-CITE PARK NEVEZ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152697,6 +1153688,7 @@ "ref": "FR*SOD*S*SDE2*80*1*_*_", "name": "PLOUBAZLANEC-CITE PARK NEVEZ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152725,6 +1153717,7 @@ "ref": "FR*SOD*S*SDE2*81*1*_*_", "name": "PLOUBEZRE-PLACE DE LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152753,6 +1153746,7 @@ "ref": "FR*SOD*S*SDE2*81*1*_*_", "name": "PLOUBEZRE-PLACE DE LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152781,6 +1153775,7 @@ "ref": "FR*SOD*S*SDE2*82*1*_*_", "name": "PLOUEZEC-ROUTE DE ST BRIEUC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152809,6 +1153804,7 @@ "ref": "FR*SOD*S*SDE2*82*1*_*_", "name": "PLOUEZEC-ROUTE DE ST BRIEUC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152837,6 +1153833,7 @@ "ref": "FR*SOD*S*SDE2*83*1*_*_", "name": "PLOUGUIEL-PLACE ANCIENS COMBATTANTS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152865,6 +1153862,7 @@ "ref": "FR*SOD*S*SDE2*83*1*_*_", "name": "PLOUGUIEL-PLACE ANCIENS COMBATTANTS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152893,6 +1153891,7 @@ "ref": "FR*SOD*S*SDE2*84*1*_*_", "name": "PLURIEN-RUE DE MONTANGUE DEVANT SALLE DES FETES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152921,6 +1153920,7 @@ "ref": "FR*SOD*S*SDE2*84*1*_*_", "name": "PLURIEN-RUE DE MONTANGUE DEVANT SALLE DES FETES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152949,6 +1153949,7 @@ "ref": "FR*SOD*S*SDE2*85*1*_*_", "name": "BEGARD-PLACE DU CENTRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1152977,6 +1153978,7 @@ "ref": "FR*SOD*S*SDE2*85*1*_*_", "name": "BEGARD-PLACE DU CENTRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153005,6 +1154007,7 @@ "ref": "FR*SOD*S*SDE2*86*1*_*_", "name": "LANGOAT-RUE DES ETANGS PARKING TERRAIN FOOT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153033,6 +1154036,7 @@ "ref": "FR*SOD*S*SDE2*86*1*_*_", "name": "LANGOAT-RUE DES ETANGS PARKING TERRAIN FOOT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153061,6 +1154065,7 @@ "ref": "FR*SOD*S*SDE2*87*1*_*_", "name": "LOUANNEC-ROUTE DE PERROS PARKING MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153089,6 +1154094,7 @@ "ref": "FR*SOD*S*SDE2*87*1*_*_", "name": "LOUANNEC-ROUTE DE PERROS PARKING MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153117,6 +1154123,7 @@ "ref": "FR*SOD*S*SDE2*88*1*_*_", "name": "MATIGNON-PLACE RIOUST DES VILLES AUDRAINS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153145,6 +1154152,7 @@ "ref": "FR*SOD*S*SDE2*88*1*_*_", "name": "MATIGNON-PLACE RIOUST DES VILLES AUDRAINS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153173,6 +1154181,7 @@ "ref": "FR*SOD*S*SDE2*89*1*_*_", "name": "PLANCOET-RUE DE LA MADELEINE PARKING COLLEGE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153201,6 +1154210,7 @@ "ref": "FR*SOD*S*SDE2*89*1*_*_", "name": "PLANCOET-RUE DE LA MADELEINE PARKING COLLEGE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153229,6 +1154239,7 @@ "ref": "FR*SOD*S*SDE2*90*1*_*_", "name": "PLEUBIAN-PLACE DU CHATEAU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153257,6 +1154268,7 @@ "ref": "FR*SOD*S*SDE2*90*1*_*_", "name": "PLEUBIAN-PLACE DU CHATEAU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153285,6 +1154297,7 @@ "ref": "FR*SOD*S*SDE2*9*1*_*_", "name": "KERMOROCH-PLACE DE L EGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153313,6 +1154326,7 @@ "ref": "FR*SOD*S*SDE2*91*1*_*_", "name": "PLEUMEUR BODOU-LES CHARDONS PARKING CENTRE COMMERCIAL ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153341,6 +1154355,7 @@ "ref": "FR*SOD*S*SDE2*91*1*_*_", "name": "PLEUMEUR BODOU-LES CHARDONS PARKING CENTRE COMMERCIAL ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153369,6 +1154384,7 @@ "ref": "FR*SOD*S*SDE2*9*1*_*_", "name": "KERMOROCH-PLACE DE L EGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153397,6 +1154413,7 @@ "ref": "FR*SOD*S*SDE2*92*1*_*_", "name": "PLOUARET-RUE DU FOYER PARKING EHPAD MELCHONNEC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153425,6 +1154442,7 @@ "ref": "FR*SOD*S*SDE2*92*1*_*_", "name": "PLOUARET-RUE DU FOYER PARKING EHPAD MELCHONNEC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153453,6 +1154471,7 @@ "ref": "FR*SOD*S*SDE2*93*1*_*_", "name": "PLOUHA-PLACE FOCH PARKING PRES DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153481,6 +1154500,7 @@ "ref": "FR*SOD*S*SDE2*93*1*_*_", "name": "PLOUHA-PLACE FOCH PARKING PRES DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153509,6 +1154529,7 @@ "ref": "FR*SOD*S*SDE2*94*1*_*_", "name": "PLUMAUDAN-PLACE MARECHAL FOCH PARKING PRES DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153537,6 +1154558,7 @@ "ref": "FR*SOD*S*SDE2*94*1*_*_", "name": "PLUMAUDAN-PLACE MARECHAL FOCH PARKING PRES DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153565,6 +1154587,7 @@ "ref": "FR*SOD*S*SDE2*95*1*_*_", "name": "QUEMPER GUEZENNEC-RUE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153593,6 +1154616,7 @@ "ref": "FR*SOD*S*SDE2*95*1*_*_", "name": "QUEMPER GUEZENNEC-RUE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153621,6 +1154645,7 @@ "ref": "FR*SOD*S*SDE2*96*1*_*_", "name": "SAINT CAST LE GUILDO-LE PORT - PLACE DU PILOTE FROMONT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153649,6 +1154674,7 @@ "ref": "FR*SOD*S*SDE2*96*1*_*_", "name": "SAINT CAST LE GUILDO-LE PORT - PLACE DU PILOTE FROMONT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153677,6 +1154703,7 @@ "ref": "FR*SOD*S*SDE2*97*1*_*_", "name": "SAINT AGATHON-RUE HENT MEUR PARKING SALLE DES SPORTS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153705,6 +1154732,7 @@ "ref": "FR*SOD*S*SDE2*97*1*_*_", "name": "SAINT AGATHON-RUE HENT MEUR PARKING SALLE DES SPORTS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153733,6 +1154761,7 @@ "ref": "FR*SOD*S*SDE2*98*1*_*_", "name": "TREGUEUX - PLACE F. MITTERAND PARKING MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153761,6 +1154790,7 @@ "ref": "FR*SOD*S*SDE2*98*1*_*_", "name": "TREGUEUX - PLACE F. MITTERAND PARKING MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153789,6 +1154819,7 @@ "ref": "FR*SOD*S*SDE2*99*1*_*_", "name": "SAINT BRIEUC-QUAI ARMEZ ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1153817,6 +1154848,7 @@ "ref": "FR*SOD*S*SDE2*99*1*_*_", "name": "SAINT BRIEUC-QUAI ARMEZ ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191147,6 +1192179,7 @@ "ref": "FR*SOD*S*SD29*100*1*_*_", "name": "MORLAIX-RUE JEAN YVES GUILLARD", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191175,6 +1192208,7 @@ "ref": "FR*SOD*S*SD29*100*1*_*_", "name": "MORLAIX-RUE JEAN YVES GUILLARD", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191203,6 +1192237,7 @@ "ref": "FR*SOD*S*SD29*10*1*_*_", "name": "BEUZEC CAP SIZUN-PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191231,6 +1192266,7 @@ "ref": "FR*SOD*S*SD29*101*1*_*_", "name": "MORLAIX-PLACE DU POULIET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191259,6 +1192295,7 @@ "ref": "FR*SOD*S*SD29*101*1*_*_", "name": "MORLAIX-PLACE DU POULIET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191287,6 +1192324,7 @@ "ref": "FR*SOD*S*SD29*10*1*_*_", "name": "BEUZEC CAP SIZUN-PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191315,6 +1192353,7 @@ "ref": "FR*SOD*S*SD29*102*1*_*_", "name": "MORLAIX-RUE ALBERT LE GRAND", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191343,6 +1192382,7 @@ "ref": "FR*SOD*S*SD29*102*1*_*_", "name": "MORLAIX-RUE ALBERT LE GRAND", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191371,6 +1192411,7 @@ "ref": "FR*SOD*S*SD29*102*2*_*_", "name": "MORLAIX-RUE ALBERT LE GRAND", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191399,6 +1192440,7 @@ "ref": "FR*SOD*S*SD29*102*2*_*_", "name": "MORLAIX-RUE ALBERT LE GRAND", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191427,6 +1192469,7 @@ "ref": "FR*SOD*S*SD29*102*3*_*_", "name": "MORLAIX-RUE ALBERT LE GRAND", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191455,6 +1192498,7 @@ "ref": "FR*SOD*S*SD29*102*3*_*_", "name": "MORLAIX-RUE ALBERT LE GRAND", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191483,6 +1192527,7 @@ "ref": "FR*SOD*S*SD29*103*1*_*_", "name": "NEVEZ-RUE DE PORT MANECH", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191511,6 +1192556,7 @@ "ref": "FR*SOD*S*SD29*103*1*_*_", "name": "NEVEZ-RUE DE PORT MANECH", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191539,6 +1192585,7 @@ "ref": "FR*SOD*S*SD29*104*1*_*_", "name": "PENMARCH-RUE DES CONSERVERIES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191567,6 +1192614,7 @@ "ref": "FR*SOD*S*SD29*104*1*_*_", "name": "PENMARCH-RUE DES CONSERVERIES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191595,6 +1192643,7 @@ "ref": "FR*SOD*S*SD29*105*1*_*_", "name": "PLABENNEC-AVENUE DE WALTENHOFEN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191623,6 +1192672,7 @@ "ref": "FR*SOD*S*SD29*105*1*_*_", "name": "PLABENNEC-AVENUE DE WALTENHOFEN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191651,6 +1192701,7 @@ "ref": "FR*SOD*S*SD29*106*1*_*_", "name": "PLEUVEN-LE BOURG ROUTE DE QUIMPER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191679,6 +1192730,7 @@ "ref": "FR*SOD*S*SD29*106*1*_*_", "name": "PLEUVEN-LE BOURG ROUTE DE QUIMPER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191707,6 +1192759,7 @@ "ref": "FR*SOD*S*SD29*107*1*_*_", "name": "PLEYBEN-PLACE CHARLES DE GAULLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191735,6 +1192788,7 @@ "ref": "FR*SOD*S*SD29*107*1*_*_", "name": "PLEYBEN-PLACE CHARLES DE GAULLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191763,6 +1192817,7 @@ "ref": "FR*SOD*S*SD29*108*1*_*_", "name": "PLEYBER CHRIST-RUE JOLIOT CURIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191791,6 +1192846,7 @@ "ref": "FR*SOD*S*SD29*108*1*_*_", "name": "PLEYBER CHRIST-RUE JOLIOT CURIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191819,6 +1192875,7 @@ "ref": "FR*SOD*S*SD29*109*1*_*_", "name": "PLOBANNALEC LESCONIL-RUE DE PONT L ABBE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191847,6 +1192904,7 @@ "ref": "FR*SOD*S*SD29*109*1*_*_", "name": "PLOBANNALEC LESCONIL-RUE DE PONT L ABBE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191875,6 +1192933,7 @@ "ref": "FR*SOD*S*SD29*110*1*_*_", "name": "PLOGASTEL SAINT GERMAIN-RUE DE BRISCOUL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191903,6 +1192962,7 @@ "ref": "FR*SOD*S*SD29*110*1*_*_", "name": "PLOGASTEL SAINT GERMAIN-RUE DE BRISCOUL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191931,6 +1192991,7 @@ "ref": "FR*SOD*S*SD29*1*1*_*_", "name": "ARGOL-PLACE DES ANCIENS COMBATTANTS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191959,6 +1193020,7 @@ "ref": "FR*SOD*S*SD29*11*1*_*_", "name": "BOURG BLANC-PLACE CHARLES ET MARIE CHAPALAIN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1191987,6 +1193049,7 @@ "ref": "FR*SOD*S*SD29*111*1*_*_", "name": "PLOGONNEC-RUE DES PEUPLIERS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192015,6 +1193078,7 @@ "ref": "FR*SOD*S*SD29*111*1*_*_", "name": "PLOGONNEC-RUE DES PEUPLIERS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192043,6 +1193107,7 @@ "ref": "FR*SOD*S*SD29*11*1*_*_", "name": "BOURG BLANC-PLACE CHARLES ET MARIE CHAPALAIN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192071,6 +1193136,7 @@ "ref": "FR*SOD*S*SD29*1*1*_*_", "name": "ARGOL-PLACE DES ANCIENS COMBATTANTS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192099,6 +1193165,7 @@ "ref": "FR*SOD*S*SD29*112*1*_*_", "name": "PLOMELIN-ALLEE DU 19 MARS 1962", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192127,6 +1193194,7 @@ "ref": "FR*SOD*S*SD29*112*1*_*_", "name": "PLOMELIN-ALLEE DU 19 MARS 1962", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192155,6 +1193223,7 @@ "ref": "FR*SOD*S*SD29*113*1*_*_", "name": "PLOMEUR-PLACE DES ANCIENS COMBATTANTS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192183,6 +1193252,7 @@ "ref": "FR*SOD*S*SD29*113*1*_*_", "name": "PLOMEUR-PLACE DES ANCIENS COMBATTANTS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192211,6 +1193281,7 @@ "ref": "FR*SOD*S*SD29*114*1*_*_", "name": "PLOMODIERN-RUE DE LA PLAGE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192239,6 +1193310,7 @@ "ref": "FR*SOD*S*SD29*114*1*_*_", "name": "PLOMODIERN-RUE DE LA PLAGE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192267,6 +1193339,7 @@ "ref": "FR*SOD*S*SD29*115*1*_*_", "name": "PLONEIS-CHEMIN DE KERVEUR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192295,6 +1193368,7 @@ "ref": "FR*SOD*S*SD29*115*1*_*_", "name": "PLONEIS-CHEMIN DE KERVEUR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192323,6 +1193397,7 @@ "ref": "FR*SOD*S*SD29*116*1*_*_", "name": "PLONEOUR LANVERN-RUE RENE LE BERRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192351,6 +1193426,7 @@ "ref": "FR*SOD*S*SD29*116*1*_*_", "name": "PLONEOUR LANVERN-RUE RENE LE BERRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192379,6 +1193455,7 @@ "ref": "FR*SOD*S*SD29*117*1*_*_", "name": "PLONEVEZ DU FAOU-PLACE DE LA RESISTANCE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192407,6 +1193484,7 @@ "ref": "FR*SOD*S*SD29*117*1*_*_", "name": "PLONEVEZ DU FAOU-PLACE DE LA RESISTANCE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192435,6 +1193513,7 @@ "ref": "FR*SOD*S*SD29*118*1*_*_", "name": "PLONEVEZ PORZAY-ALLEE DU STADE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192463,6 +1193542,7 @@ "ref": "FR*SOD*S*SD29*118*1*_*_", "name": "PLONEVEZ PORZAY-ALLEE DU STADE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192491,6 +1193571,7 @@ "ref": "FR*SOD*S*SD29*119*1*_*_", "name": "PLOUARZEL-RUE STREAT LANNOC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192519,6 +1193600,7 @@ "ref": "FR*SOD*S*SD29*119*1*_*_", "name": "PLOUARZEL-RUE STREAT LANNOC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192547,6 +1193629,7 @@ "ref": "FR*SOD*S*SD29*120*1*_*_", "name": "PLOUDALMEZEAU-RUE AUGUSTE CAROFF", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192575,6 +1193658,7 @@ "ref": "FR*SOD*S*SD29*120*1*_*_", "name": "PLOUDALMEZEAU-RUE AUGUSTE CAROFF", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192603,6 +1193687,7 @@ "ref": "FR*SOD*S*SD29*12*1*_*_", "name": "BRASPARTS-RUE SAINT-MICHEL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192631,6 +1193716,7 @@ "ref": "FR*SOD*S*SD29*121*1*_*_", "name": "PLOUDALMEZEAU-RUE DE MON REPOS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192659,6 +1193745,7 @@ "ref": "FR*SOD*S*SD29*121*1*_*_", "name": "PLOUDALMEZEAU-RUE DE MON REPOS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192687,6 +1193774,7 @@ "ref": "FR*SOD*S*SD29*12*1*_*_", "name": "BRASPARTS-RUE SAINT-MICHEL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192715,6 +1193803,7 @@ "ref": "FR*SOD*S*SD29*122*1*_*_", "name": "PLOUDANIEL-AIRE DE COVOITURAGE CD 29", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -1192743,6 +1193832,7 @@ "ref": "FR*SOD*S*SD29*122*1*_*_", "name": "PLOUDANIEL-AIRE DE COVOITURAGE CD 29", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -1192770,6 +1193860,7 @@ "ref": "FR*SOD*S*SD29*123*1*_*_", "name": "PLOUDANIEL-ALLEE DES TILLEULS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192798,6 +1193889,7 @@ "ref": "FR*SOD*S*SD29*123*1*_*_", "name": "PLOUDANIEL-ALLEE DES TILLEULS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192826,6 +1193918,7 @@ "ref": "FR*SOD*S*SD29*124*1*_*_", "name": "PLOUEGAT GUERAND-PLACE DU BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192854,6 +1193947,7 @@ "ref": "FR*SOD*S*SD29*124*1*_*_", "name": "PLOUEGAT GUERAND-PLACE DU BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192882,6 +1193976,7 @@ "ref": "FR*SOD*S*SD29*125*1*_*_", "name": "PLOUEGAT MOYSAN-RUN AR ROUE", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -1192910,6 +1194005,7 @@ "ref": "FR*SOD*S*SD29*125*1*_*_", "name": "PLOUEGAT MOYSAN-RUN AR ROUE", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -1192937,6 +1194033,7 @@ "ref": "FR*SOD*S*SD29*126*1*_*_", "name": "PLOUENAN-BALIZAN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192965,6 +1194062,7 @@ "ref": "FR*SOD*S*SD29*126*1*_*_", "name": "PLOUENAN-BALIZAN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1192993,6 +1194091,7 @@ "ref": "FR*SOD*S*SD29*127*1*_*_", "name": "PLOUESCAT-RUE CHARLES LE GOFFIC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193021,6 +1194120,7 @@ "ref": "FR*SOD*S*SD29*127*1*_*_", "name": "PLOUESCAT-RUE CHARLES LE GOFFIC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193049,6 +1194149,7 @@ "ref": "FR*SOD*S*SD29*128*1*_*_", "name": "PLOUEZOC H-PLACE DU BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193077,6 +1194178,7 @@ "ref": "FR*SOD*S*SD29*128*1*_*_", "name": "PLOUEZOC H-PLACE DU BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193105,6 +1194207,7 @@ "ref": "FR*SOD*S*SD29*129*1*_*_", "name": "PLOUGASNOU-RUE DES MARTYRS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193133,6 +1194236,7 @@ "ref": "FR*SOD*S*SD29*129*1*_*_", "name": "PLOUGASNOU-RUE DES MARTYRS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193161,6 +1194265,7 @@ "ref": "FR*SOD*S*SD29*130*1*_*_", "name": "PLOUGONVELIN-PLACE GENERAL DE GAULLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193189,6 +1194294,7 @@ "ref": "FR*SOD*S*SD29*130*1*_*_", "name": "PLOUGONVELIN-PLACE GENERAL DE GAULLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193217,6 +1194323,7 @@ "ref": "FR*SOD*S*SD29*13*1*_*_", "name": "BRIEC-RUE MICHEL-ARMAND DE CORNOUAILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193245,6 +1194352,7 @@ "ref": "FR*SOD*S*SD29*131*1*_*_", "name": "PLOUGONVEN-RUE DE LA MONTAGNE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193273,6 +1194381,7 @@ "ref": "FR*SOD*S*SD29*131*1*_*_", "name": "PLOUGONVEN-RUE DE LA MONTAGNE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193301,6 +1194410,7 @@ "ref": "FR*SOD*S*SD29*13*1*_*_", "name": "BRIEC-RUE MICHEL-ARMAND DE CORNOUAILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193329,6 +1194439,7 @@ "ref": "FR*SOD*S*SD29*132*1*_*_", "name": "PLOUGOURVEST-D35", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193357,6 +1194468,7 @@ "ref": "FR*SOD*S*SD29*132*1*_*_", "name": "PLOUGOURVEST-D35", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193385,6 +1194497,7 @@ "ref": "FR*SOD*S*SD29*133*1*_*_", "name": "PLOUGUERNEAU-RUE BEL AIR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193413,6 +1194526,7 @@ "ref": "FR*SOD*S*SD29*133*1*_*_", "name": "PLOUGUERNEAU-RUE BEL AIR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193441,6 +1194555,7 @@ "ref": "FR*SOD*S*SD29*134*1*_*_", "name": "PLOUGUERNEAU-ROUTE DE KERVENNI", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193469,6 +1194584,7 @@ "ref": "FR*SOD*S*SD29*134*1*_*_", "name": "PLOUGUERNEAU-ROUTE DE KERVENNI", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193497,6 +1194613,7 @@ "ref": "FR*SOD*S*SD29*135*1*_*_", "name": "PLOUGUIN-RUE PAOTR TREOURE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193525,6 +1194642,7 @@ "ref": "FR*SOD*S*SD29*135*1*_*_", "name": "PLOUGUIN-RUE PAOTR TREOURE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193553,6 +1194671,7 @@ "ref": "FR*SOD*S*SD29*136*1*_*_", "name": "PLOUHINEC-PLACE JEAN MOULIN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193581,6 +1194700,7 @@ "ref": "FR*SOD*S*SD29*136*1*_*_", "name": "PLOUHINEC-PLACE JEAN MOULIN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193609,6 +1194729,7 @@ "ref": "FR*SOD*S*SD29*137*1*_*_", "name": "PLOUIDER-PLACE GENERAL DE GAULLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193637,6 +1194758,7 @@ "ref": "FR*SOD*S*SD29*137*1*_*_", "name": "PLOUIDER-PLACE GENERAL DE GAULLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193665,6 +1194787,7 @@ "ref": "FR*SOD*S*SD29*138*1*_*_", "name": "PLOUIGNEAU-RUE DU 9 AOUT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193693,6 +1194816,7 @@ "ref": "FR*SOD*S*SD29*138*1*_*_", "name": "PLOUIGNEAU-RUE DU 9 AOUT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193721,6 +1194845,7 @@ "ref": "FR*SOD*S*SD29*139*1*_*_", "name": "PLOUMOGUER-RUE DU STADE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193749,6 +1194874,7 @@ "ref": "FR*SOD*S*SD29*139*1*_*_", "name": "PLOUMOGUER-RUE DU STADE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193777,6 +1194903,7 @@ "ref": "FR*SOD*S*SD29*140*1*_*_", "name": "PLOUNEVENTER-PLACE DE LA LIBERTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193805,6 +1194932,7 @@ "ref": "FR*SOD*S*SD29*140*1*_*_", "name": "PLOUNEVENTER-PLACE DE LA LIBERTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193833,6 +1194961,7 @@ "ref": "FR*SOD*S*SD29*14*1*_*_", "name": "BRIGNOGAN PLAGE-RUE DE NAOT HIR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193861,6 +1194990,7 @@ "ref": "FR*SOD*S*SD29*141*1*_*_", "name": "PLOUNEVEZ LOCHRIST-PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193889,6 +1195019,7 @@ "ref": "FR*SOD*S*SD29*141*1*_*_", "name": "PLOUNEVEZ LOCHRIST-PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193917,6 +1195048,7 @@ "ref": "FR*SOD*S*SD29*14*1*_*_", "name": "BRIGNOGAN PLAGE-RUE DE NAOT HIR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193945,6 +1195077,7 @@ "ref": "FR*SOD*S*SD29*142*1*_*_", "name": "PLOURIN-PLACE AN TI KEAR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1193973,6 +1195106,7 @@ "ref": "FR*SOD*S*SD29*142*1*_*_", "name": "PLOURIN-PLACE AN TI KEAR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194001,6 +1195135,7 @@ "ref": "FR*SOD*S*SD29*143*1*_*_", "name": "PLOURIN LES MORLAIX-RUE GUILLAUME LEZACH", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194029,6 +1195164,7 @@ "ref": "FR*SOD*S*SD29*143*1*_*_", "name": "PLOURIN LES MORLAIX-RUE GUILLAUME LEZACH", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194057,6 +1195193,7 @@ "ref": "FR*SOD*S*SD29*144*1*_*_", "name": "PLOUVIEN-RUE LAENNEC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194085,6 +1195222,7 @@ "ref": "FR*SOD*S*SD29*144*1*_*_", "name": "PLOUVIEN-RUE LAENNEC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194113,6 +1195251,7 @@ "ref": "FR*SOD*S*SD29*145*1*_*_", "name": "PLOUVORN-RUE CHARLES DE GAULLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194141,6 +1195280,7 @@ "ref": "FR*SOD*S*SD29*145*1*_*_", "name": "PLOUVORN-RUE CHARLES DE GAULLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194169,6 +1195309,7 @@ "ref": "FR*SOD*S*SD29*146*1*_*_", "name": "PLOUZEVEDE-PLACE DU CHAMP DE FOIRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194197,6 +1195338,7 @@ "ref": "FR*SOD*S*SD29*146*1*_*_", "name": "PLOUZEVEDE-PLACE DU CHAMP DE FOIRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194225,6 +1195367,7 @@ "ref": "FR*SOD*S*SD29*147*1*_*_", "name": "PLOZEVET-PLACE DU 8 MAI 1945", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194253,6 +1195396,7 @@ "ref": "FR*SOD*S*SD29*147*1*_*_", "name": "PLOZEVET-PLACE DU 8 MAI 1945", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194281,6 +1195425,7 @@ "ref": "FR*SOD*S*SD29*148*1*_*_", "name": "PLUGUFFAN-RUE DE CORNOUAILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194309,6 +1195454,7 @@ "ref": "FR*SOD*S*SD29*148*1*_*_", "name": "PLUGUFFAN-RUE DE CORNOUAILLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194337,6 +1195483,7 @@ "ref": "FR*SOD*S*SD29*149*1*_*_", "name": "PONT AVEN-RUE DES ABBES TANGUY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194365,6 +1195512,7 @@ "ref": "FR*SOD*S*SD29*149*1*_*_", "name": "PONT AVEN-RUE DES ABBES TANGUY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194393,6 +1195541,7 @@ "ref": "FR*SOD*S*SD29*150*1*_*_", "name": "PONT CROIX-RUE DU DOCTEUR NEIS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194421,6 +1195570,7 @@ "ref": "FR*SOD*S*SD29*150*1*_*_", "name": "PONT CROIX-RUE DU DOCTEUR NEIS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194449,6 +1195599,7 @@ "ref": "FR*SOD*S*SD29*15*1*_*_", "name": "CAMARET SUR MER-RUE DU LOCH", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194477,6 +1195628,7 @@ "ref": "FR*SOD*S*SD29*151*1*_*_", "name": "PONT CROIX-RUE CONSTANTINE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194505,6 +1195657,7 @@ "ref": "FR*SOD*S*SD29*151*1*_*_", "name": "PONT CROIX-RUE CONSTANTINE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194533,6 +1195686,7 @@ "ref": "FR*SOD*S*SD29*15*1*_*_", "name": "CAMARET SUR MER-RUE DU LOCH", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194561,6 +1195715,7 @@ "ref": "FR*SOD*S*SD29*152*1*_*_", "name": "PONT L ABBE-PLACE DE LA REPUBLIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194589,6 +1195744,7 @@ "ref": "FR*SOD*S*SD29*152*1*_*_", "name": "PONT L ABBE-PLACE DE LA REPUBLIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194617,6 +1195773,7 @@ "ref": "FR*SOD*S*SD29*153*1*_*_", "name": "PONT L ABBE-IMPASSE GEORGES MONOT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194645,6 +1195802,7 @@ "ref": "FR*SOD*S*SD29*153*1*_*_", "name": "PONT L ABBE-IMPASSE GEORGES MONOT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194673,6 +1195831,7 @@ "ref": "FR*SOD*S*SD29*154*1*_*_", "name": "PONT L ABBE-RUE DE LA GARE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194701,6 +1195860,7 @@ "ref": "FR*SOD*S*SD29*154*1*_*_", "name": "PONT L ABBE-RUE DE LA GARE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194729,6 +1195889,7 @@ "ref": "FR*SOD*S*SD29*155*1*_*_", "name": "PONT L ABBE-D785", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -1194757,6 +1195918,7 @@ "ref": "FR*SOD*S*SD29*155*1*_*_", "name": "PONT L ABBE-D785", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -1194784,6 +1195946,7 @@ "ref": "FR*SOD*S*SD29*156*1*_*_", "name": "PORSPODER-RUE DE LEUROPE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194812,6 +1195975,7 @@ "ref": "FR*SOD*S*SD29*156*1*_*_", "name": "PORSPODER-RUE DE LEUROPE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194840,6 +1196004,7 @@ "ref": "FR*SOD*S*SD29*157*1*_*_", "name": "POULDERGAT-VENELLE DE DINAOU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194868,6 +1196033,7 @@ "ref": "FR*SOD*S*SD29*157*1*_*_", "name": "POULDERGAT-VENELLE DE DINAOU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194896,6 +1196062,7 @@ "ref": "FR*SOD*S*SD29*159*1*_*_", "name": "POULLAN SUR MER-PLACE KREIZ KER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194924,6 +1196091,7 @@ "ref": "FR*SOD*S*SD29*159*1*_*_", "name": "POULLAN SUR MER-PLACE KREIZ KER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194952,6 +1196120,7 @@ "ref": "FR*SOD*S*SD29*160*1*_*_", "name": "QUEMENEVEN-ROUTE DE KERAMPAPE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1194980,6 +1196149,7 @@ "ref": "FR*SOD*S*SD29*160*1*_*_", "name": "QUEMENEVEN-ROUTE DE KERAMPAPE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195008,6 +1196178,7 @@ "ref": "FR*SOD*S*SD29*16*1*_*_", "name": "CARANTEC-RUE DUQUESNE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195036,6 +1196207,7 @@ "ref": "FR*SOD*S*SD29*161*1*_*_", "name": "QUERRIEN-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195064,6 +1196236,7 @@ "ref": "FR*SOD*S*SD29*161*1*_*_", "name": "QUERRIEN-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195092,6 +1196265,7 @@ "ref": "FR*SOD*S*SD29*16*1*_*_", "name": "CARANTEC-RUE DUQUESNE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195120,6 +1196294,7 @@ "ref": "FR*SOD*S*SD29*164*1*_*_", "name": "QUIMPER-N165", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -1195148,6 +1196323,7 @@ "ref": "FR*SOD*S*SD29*164*1*_*_", "name": "QUIMPER-N165", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -1195175,6 +1196351,7 @@ "ref": "FR*SOD*S*SD29*164*2*_*_", "name": "QUIMPER-N165", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195203,6 +1196380,7 @@ "ref": "FR*SOD*S*SD29*164*2*_*_", "name": "QUIMPER-N165", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195231,6 +1196409,7 @@ "ref": "FR*SOD*S*SD29*165*1*_*_", "name": "QUIMPER-BOULEVARD DE BRETAGNE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195259,6 +1196438,7 @@ "ref": "FR*SOD*S*SD29*165*1*_*_", "name": "QUIMPER-BOULEVARD DE BRETAGNE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195287,6 +1196467,7 @@ "ref": "FR*SOD*S*SD29*166*1*_*_", "name": "QUIMPER-BOULEVARD DU FINISTERE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195315,6 +1196496,7 @@ "ref": "FR*SOD*S*SD29*166*1*_*_", "name": "QUIMPER-BOULEVARD DU FINISTERE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195343,6 +1196525,7 @@ "ref": "FR*SOD*S*SD29*167*1*_*_", "name": "QUIMPER-ROUTE DE TY NAY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195371,6 +1196554,7 @@ "ref": "FR*SOD*S*SD29*167*1*_*_", "name": "QUIMPER-ROUTE DE TY NAY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195399,6 +1196583,7 @@ "ref": "FR*SOD*S*SD29*168*1*_*_", "name": "QUIMPER-RUE ROUGET DE LISLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195427,6 +1196612,7 @@ "ref": "FR*SOD*S*SD29*168*1*_*_", "name": "QUIMPER-RUE ROUGET DE LISLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195455,6 +1196641,7 @@ "ref": "FR*SOD*S*SD29*169*1*_*_", "name": "QUIMPER-PLACE DE LA TOURBIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195483,6 +1196670,7 @@ "ref": "FR*SOD*S*SD29*169*1*_*_", "name": "QUIMPER-PLACE DE LA TOURBIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195511,6 +1196699,7 @@ "ref": "FR*SOD*S*SD29*170*1*_*_", "name": "QUIMPER-PLACE DE LA RESISTANCE ET DU GENERAL DE GAULLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195539,6 +1196728,7 @@ "ref": "FR*SOD*S*SD29*170*1*_*_", "name": "QUIMPER-PLACE DE LA RESISTANCE ET DU GENERAL DE GAULLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195567,6 +1196757,7 @@ "ref": "FR*SOD*S*SD29*17*1*_*_", "name": "CARHAIX PLOUGUER-RUE GENERAL JACQUES DE LA BOLLARDIERE", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -1195595,6 +1196786,7 @@ "ref": "FR*SOD*S*SD29*171*1*_*_", "name": "QUIMPER-AVENUE DU BRADEN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195623,6 +1196815,7 @@ "ref": "FR*SOD*S*SD29*171*1*_*_", "name": "QUIMPER-AVENUE DU BRADEN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195651,6 +1196844,7 @@ "ref": "FR*SOD*S*SD29*17*1*_*_", "name": "CARHAIX PLOUGUER-RUE GENERAL JACQUES DE LA BOLLARDIERE", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -1195678,6 +1196872,7 @@ "ref": "FR*SOD*S*SD29*172*1*_*_", "name": "QUIMPER-MPT D’ERGUE ARMEL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195706,6 +1196901,7 @@ "ref": "FR*SOD*S*SD29*172*1*_*_", "name": "QUIMPER-MPT D’ERGUE ARMEL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195734,6 +1196930,7 @@ "ref": "FR*SOD*S*SD29*173*1*_*_", "name": "QUIMPER-MPT DE KERFEUNTEUN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195762,6 +1196959,7 @@ "ref": "FR*SOD*S*SD29*173*1*_*_", "name": "QUIMPER-MPT DE KERFEUNTEUN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195790,6 +1196988,7 @@ "ref": "FR*SOD*S*SD29*174*1*_*_", "name": "QUIMPER-ALEZ AN EOSTIGED", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195818,6 +1197017,7 @@ "ref": "FR*SOD*S*SD29*174*1*_*_", "name": "QUIMPER-ALEZ AN EOSTIGED", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195846,6 +1197046,7 @@ "ref": "FR*SOD*S*SD29*175*1*_*_", "name": "QUIMPERLE-BOULEVARD DE LA GARE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195874,6 +1197075,7 @@ "ref": "FR*SOD*S*SD29*175*1*_*_", "name": "QUIMPERLE-BOULEVARD DE LA GARE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195902,6 +1197104,7 @@ "ref": "FR*SOD*S*SD29*176*1*_*_", "name": "QUIMPERLE-PLACE DU BARZAZ BREIZH", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195930,6 +1197133,7 @@ "ref": "FR*SOD*S*SD29*176*1*_*_", "name": "QUIMPERLE-PLACE DU BARZAZ BREIZH", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195958,6 +1197162,7 @@ "ref": "FR*SOD*S*SD29*177*1*_*_", "name": "QUIMPERLE-PLACE WINSTON CHURCHILL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1195986,6 +1197191,7 @@ "ref": "FR*SOD*S*SD29*177*1*_*_", "name": "QUIMPERLE-PLACE WINSTON CHURCHILL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196014,6 +1197220,7 @@ "ref": "FR*SOD*S*SD29*178*1*_*_", "name": "REDENE-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196042,6 +1197249,7 @@ "ref": "FR*SOD*S*SD29*178*1*_*_", "name": "REDENE-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196070,6 +1197278,7 @@ "ref": "FR*SOD*S*SD29*179*1*_*_", "name": "RIEC SUR BELON-RUE DE LA PAIX", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196098,6 +1197307,7 @@ "ref": "FR*SOD*S*SD29*179*1*_*_", "name": "RIEC SUR BELON-RUE DE LA PAIX", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196126,6 +1197336,7 @@ "ref": "FR*SOD*S*SD29*180*1*_*_", "name": "ROSCOFF-RUE CELESTIN SEITE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196154,6 +1197365,7 @@ "ref": "FR*SOD*S*SD29*180*1*_*_", "name": "ROSCOFF-RUE CELESTIN SEITE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196182,6 +1197394,7 @@ "ref": "FR*SOD*S*SD29*18*1*_*_", "name": "CARHAIX PLOUGUER-RUE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196210,6 +1197423,7 @@ "ref": "FR*SOD*S*SD29*181*1*_*_", "name": "ROSCOFF-QUAI DAUXERRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196238,6 +1197452,7 @@ "ref": "FR*SOD*S*SD29*181*1*_*_", "name": "ROSCOFF-QUAI DAUXERRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196266,6 +1197481,7 @@ "ref": "FR*SOD*S*SD29*18*1*_*_", "name": "CARHAIX PLOUGUER-RUE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196294,6 +1197510,7 @@ "ref": "FR*SOD*S*SD29*182*1*_*_", "name": "ROSPORDEN-RUE LOUIS PASTEUR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196322,6 +1197539,7 @@ "ref": "FR*SOD*S*SD29*182*1*_*_", "name": "ROSPORDEN-RUE LOUIS PASTEUR", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196350,6 +1197568,7 @@ "ref": "FR*SOD*S*SD29*183*1*_*_", "name": "SAINT EVARZEC-RUE DE LA LIBERTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196378,6 +1197597,7 @@ "ref": "FR*SOD*S*SD29*183*1*_*_", "name": "SAINT EVARZEC-RUE DE LA LIBERTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196406,6 +1197626,7 @@ "ref": "FR*SOD*S*SD29*184*1*_*_", "name": "SAINT GOAZEC-MENEZ ROUZ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196434,6 +1197655,7 @@ "ref": "FR*SOD*S*SD29*184*1*_*_", "name": "SAINT GOAZEC-MENEZ ROUZ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196462,6 +1197684,7 @@ "ref": "FR*SOD*S*SD29*185*1*_*_", "name": "SAINT MARTIN DES CHAMPS-RUE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196490,6 +1197713,7 @@ "ref": "FR*SOD*S*SD29*185*1*_*_", "name": "SAINT MARTIN DES CHAMPS-RUE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196518,6 +1197742,7 @@ "ref": "FR*SOD*S*SD29*186*1*_*_", "name": "SAINT PABU-RUE DU BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196546,6 +1197771,7 @@ "ref": "FR*SOD*S*SD29*186*1*_*_", "name": "SAINT PABU-RUE DU BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196574,6 +1197800,7 @@ "ref": "FR*SOD*S*SD29*187*1*_*_", "name": "SAINT POL DE LEON-PLACE DU MARCHE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196602,6 +1197829,7 @@ "ref": "FR*SOD*S*SD29*187*1*_*_", "name": "SAINT POL DE LEON-PLACE DU MARCHE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196630,6 +1197858,7 @@ "ref": "FR*SOD*S*SD29*188*1*_*_", "name": "SAINT POL DE LEON-RUE PEN AR PONT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196658,6 +1197887,7 @@ "ref": "FR*SOD*S*SD29*188*1*_*_", "name": "SAINT POL DE LEON-RUE PEN AR PONT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196686,6 +1197916,7 @@ "ref": "FR*SOD*S*SD29*189*1*_*_", "name": "SAINT RENAN-RUE LEON CHEMINANT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196714,6 +1197945,7 @@ "ref": "FR*SOD*S*SD29*189*1*_*_", "name": "SAINT RENAN-RUE LEON CHEMINANT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196742,6 +1197974,7 @@ "ref": "FR*SOD*S*SD29*190*1*_*_", "name": "SAINT SEGAL-RUE DE PONT DE BUIS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196770,6 +1198003,7 @@ "ref": "FR*SOD*S*SD29*190*1*_*_", "name": "SAINT SEGAL-RUE DE PONT DE BUIS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196798,6 +1198032,7 @@ "ref": "FR*SOD*S*SD29*19*1*_*_", "name": "CAST-RUE DE LA FONTAINE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196826,6 +1198061,7 @@ "ref": "FR*SOD*S*SD29*191*1*_*_", "name": "SAINT THEGONNEC-AVENUE DE PARK AN ILIZ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196854,6 +1198090,7 @@ "ref": "FR*SOD*S*SD29*191*1*_*_", "name": "SAINT THEGONNEC-AVENUE DE PARK AN ILIZ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196882,6 +1198119,7 @@ "ref": "FR*SOD*S*SD29*19*1*_*_", "name": "CAST-RUE DE LA FONTAINE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196910,6 +1198148,7 @@ "ref": "FR*SOD*S*SD29*192*1*_*_", "name": "SAINT THOIS-RUE DU STADE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196938,6 +1198177,7 @@ "ref": "FR*SOD*S*SD29*192*1*_*_", "name": "SAINT THOIS-RUE DU STADE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196966,6 +1198206,7 @@ "ref": "FR*SOD*S*SD29*193*1*_*_", "name": "TREGUNC - PLACE GEORGES BEAUJEAN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1196994,6 +1198235,7 @@ "ref": "FR*SOD*S*SD29*193*1*_*_", "name": "TREGUNC - PLACE GEORGES BEAUJEAN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197022,6 +1198264,7 @@ "ref": "FR*SOD*S*SD29*194*1*_*_", "name": "SAINT-YVI - PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197050,6 +1198293,7 @@ "ref": "FR*SOD*S*SD29*194*1*_*_", "name": "SAINT-YVI - PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197078,6 +1198322,7 @@ "ref": "FR*SOD*S*SD29*195*1*_*_", "name": "TELGRUC-SUR-MER - RUE DES PINS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197106,6 +1198351,7 @@ "ref": "FR*SOD*S*SD29*195*1*_*_", "name": "TELGRUC-SUR-MER - RUE DES PINS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197134,6 +1198380,7 @@ "ref": "FR*SOD*S*SD29*196*1*_*_", "name": "SCAER - PLACE VICTOR HUGO", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197162,6 +1198409,7 @@ "ref": "FR*SOD*S*SD29*196*1*_*_", "name": "SCAER - PLACE VICTOR HUGO", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197190,6 +1198438,7 @@ "ref": "FR*SOD*S*SD29*197*1*_*_", "name": "TREFFIAGAT - AVENUE DU PORT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197218,6 +1198467,7 @@ "ref": "FR*SOD*S*SD29*197*1*_*_", "name": "TREFFIAGAT - AVENUE DU PORT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197246,6 +1198496,7 @@ "ref": "FR*SOD*S*SD29*198*1*_*_", "name": "SIZUN - D764", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197274,6 +1198525,7 @@ "ref": "FR*SOD*S*SD29*198*1*_*_", "name": "SIZUN - D764", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197302,6 +1198554,7 @@ "ref": "FR*SOD*S*SD29*199*1*_*_", "name": "TREGOUREZ - RUE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197330,6 +1198583,7 @@ "ref": "FR*SOD*S*SD29*199*1*_*_", "name": "TREGOUREZ - RUE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197358,6 +1198612,7 @@ "ref": "FR*SOD*S*SD29*200*1*_*_", "name": "TREGUNC - RUE YOUENN GWERNIG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197386,6 +1198641,7 @@ "ref": "FR*SOD*S*SD29*200*1*_*_", "name": "TREGUNC - RUE YOUENN GWERNIG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197414,6 +1198670,7 @@ "ref": "FR*SOD*S*SD29*20*1*_*_", "name": "CHATEAULIN-RUE DE LA PLAINE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197442,6 +1198699,7 @@ "ref": "FR*SOD*S*SD29*201*1*_*_", "name": "SAINT-THURIEN - RUE DE QUERRIEN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197470,6 +1198728,7 @@ "ref": "FR*SOD*S*SD29*201*1*_*_", "name": "SAINT-THURIEN - RUE DE QUERRIEN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197498,6 +1198757,7 @@ "ref": "FR*SOD*S*SD29*20*1*_*_", "name": "CHATEAULIN-RUE DE LA PLAINE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197526,6 +1198786,7 @@ "ref": "FR*SOD*S*SD29*202*1*_*_", "name": "SIBIRIL - RUE DU PORT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197554,6 +1198815,7 @@ "ref": "FR*SOD*S*SD29*202*1*_*_", "name": "SIBIRIL - RUE DU PORT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197582,6 +1198844,7 @@ "ref": "FR*SOD*S*SD29*203*1*_*_", "name": "SANTEC - PLACE DE MESCREN 1", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197610,6 +1198873,7 @@ "ref": "FR*SOD*S*SD29*203*1*_*_", "name": "SANTEC - PLACE DE MESCREN 1", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197638,6 +1198902,7 @@ "ref": "FR*SOD*S*SD29*204*1*_*_", "name": "TREGLONOU - RUE DU PONT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197666,6 +1198931,7 @@ "ref": "FR*SOD*S*SD29*204*1*_*_", "name": "TREGLONOU - RUE DU PONT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197694,6 +1198960,7 @@ "ref": "FR*SOD*S*SD29*205*1*_*_", "name": "SCRIGNAC - PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197722,6 +1198989,7 @@ "ref": "FR*SOD*S*SD29*205*1*_*_", "name": "SCRIGNAC - PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197750,6 +1199018,7 @@ "ref": "FR*SOD*S*SD29*206*1*_*_", "name": "TREMEVEN - RUE DU FAOUET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197778,6 +1199047,7 @@ "ref": "FR*SOD*S*SD29*206*1*_*_", "name": "TREMEVEN - RUE DU FAOUET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197806,6 +1199076,7 @@ "ref": "FR*SOD*S*SD29*208*1*_*_", "name": "ERGUE-GABERIC - ROUILLEN", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -1197834,6 +1199105,7 @@ "ref": "FR*SOD*S*SD29*208*1*_*_", "name": "ERGUE-GABERIC - ROUILLEN", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -1197861,6 +1199133,7 @@ "ref": "FR*SOD*S*SD29*209*1*_*_", "name": "LA ROCHE MAURICE - RUE DU MORBIC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197889,6 +1199162,7 @@ "ref": "FR*SOD*S*SD29*209*1*_*_", "name": "LA ROCHE MAURICE - RUE DU MORBIC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1197917,6 +1199191,7 @@ "ref": "FR*SOD*S*SD29*210*1*_*_", "name": "LANDUNVEZ - BOULEVARD DE L OCEAN PORT D ARGENTON", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -1197945,6 +1199220,7 @@ "ref": "FR*SOD*S*SD29*210*1*_*_", "name": "LANDUNVEZ - BOULEVARD DE L OCEAN PORT D ARGENTON", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -1197972,6 +1199248,7 @@ "ref": "FR*SOD*S*SD29*2*1*_*_", "name": "ARZANO-PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198000,6 +1199277,7 @@ "ref": "FR*SOD*S*SD29*21*1*_*_", "name": "CHATEAULIN-D88", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -1198028,6 +1199306,7 @@ "ref": "FR*SOD*S*SD29*211*1*_*_", "name": "DOUARNENEZ - STADE AQUATIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198056,6 +1199335,7 @@ "ref": "FR*SOD*S*SD29*211*1*_*_", "name": "DOUARNENEZ - STADE AQUATIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198084,6 +1199364,7 @@ "ref": "FR*SOD*S*SD29*21*1*_*_", "name": "CHATEAULIN-D88", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -1198111,6 +1199392,7 @@ "ref": "FR*SOD*S*SD29*211*2*_*_", "name": "DOUARNENEZ - STADE AQUATIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198139,6 +1199421,7 @@ "ref": "FR*SOD*S*SD29*211*2*_*_", "name": "DOUARNENEZ - STADE AQUATIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198167,6 +1199450,7 @@ "ref": "FR*SOD*S*SD29*2*1*_*_", "name": "ARZANO-PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198195,6 +1199479,7 @@ "ref": "FR*SOD*S*SD29*21*2*_*_", "name": "CHATEAULIN-D88", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198223,6 +1199508,7 @@ "ref": "FR*SOD*S*SD29*212*1*_*_", "name": "ROSPORDEN - PEM GARE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198251,6 +1199537,7 @@ "ref": "FR*SOD*S*SD29*212*1*_*_", "name": "ROSPORDEN - PEM GARE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198279,6 +1199566,7 @@ "ref": "FR*SOD*S*SD29*21*2*_*_", "name": "CHATEAULIN-D88", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198307,6 +1199595,7 @@ "ref": "FR*SOD*S*SD29*213*1*_*_", "name": "SDE 29 - CLEDEN CAP SIZUN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198335,6 +1199624,7 @@ "ref": "FR*SOD*S*SD29*213*1*_*_", "name": "SDE 29 - CLEDEN CAP SIZUN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198363,6 +1199653,7 @@ "ref": "FR*SOD*S*SD29*22*1*_*_", "name": "CHATEAUNEUF DU FAOU-IMPASSE DE LA GARE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198391,6 +1199682,7 @@ "ref": "FR*SOD*S*SD29*22*1*_*_", "name": "CHATEAUNEUF DU FAOU-IMPASSE DE LA GARE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198419,6 +1199711,7 @@ "ref": "FR*SOD*S*SD29*23*1*_*_", "name": "CLEDER-RUE DE PLOUESCAT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198447,6 +1199740,7 @@ "ref": "FR*SOD*S*SD29*23*1*_*_", "name": "CLEDER-RUE DE PLOUESCAT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198475,6 +1199769,7 @@ "ref": "FR*SOD*S*SD29*24*1*_*_", "name": "CLOHARS CARNOET-RUE DE DOELAN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198503,6 +1199798,7 @@ "ref": "FR*SOD*S*SD29*24*1*_*_", "name": "CLOHARS CARNOET-RUE DE DOELAN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198531,6 +1199827,7 @@ "ref": "FR*SOD*S*SD29*25*1*_*_", "name": "CLOHARS FOUESNANT-PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198559,6 +1199856,7 @@ "ref": "FR*SOD*S*SD29*25*1*_*_", "name": "CLOHARS FOUESNANT-PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198587,6 +1199885,7 @@ "ref": "FR*SOD*S*SD29*26*1*_*_", "name": "ELLIANT-PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198615,6 +1199914,7 @@ "ref": "FR*SOD*S*SD29*26*1*_*_", "name": "ELLIANT-PLACE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198643,6 +1199943,7 @@ "ref": "FR*SOD*S*SD29*27*1*_*_", "name": "COMBRIT-PLACE GRAFENHAUSER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198671,6 +1199972,7 @@ "ref": "FR*SOD*S*SD29*27*1*_*_", "name": "COMBRIT-PLACE GRAFENHAUSER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198699,6 +1200001,7 @@ "ref": "FR*SOD*S*SD29*28*1*_*_", "name": "COMMANA-PLACE DU CHAMP DE FOIRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198727,6 +1200030,7 @@ "ref": "FR*SOD*S*SD29*28*1*_*_", "name": "COMMANA-PLACE DU CHAMP DE FOIRE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198755,6 +1200059,7 @@ "ref": "FR*SOD*S*SD29*29*1*_*_", "name": "CONCARNEAU-QUAI DAIGUILLON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198783,6 +1200088,7 @@ "ref": "FR*SOD*S*SD29*29*1*_*_", "name": "CONCARNEAU-QUAI DAIGUILLON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198811,6 +1200117,7 @@ "ref": "FR*SOD*S*SD29*30*1*_*_", "name": "CONCARNEAU-RUE JULES FERRY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198839,6 +1200146,7 @@ "ref": "FR*SOD*S*SD29*30*1*_*_", "name": "CONCARNEAU-RUE JULES FERRY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198867,6 +1200175,7 @@ "ref": "FR*SOD*S*SD29*3*1*_*_", "name": "AUDIERNE-RUE LAMARTINE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198895,6 +1200204,7 @@ "ref": "FR*SOD*S*SD29*31*1*_*_", "name": "CONCARNEAU-RUE DE LA FORGE", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -1198923,6 +1200233,7 @@ "ref": "FR*SOD*S*SD29*31*1*_*_", "name": "CONCARNEAU-RUE DE LA FORGE", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -1198950,6 +1200261,7 @@ "ref": "FR*SOD*S*SD29*3*1*_*_", "name": "AUDIERNE-RUE LAMARTINE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1198978,6 +1200290,7 @@ "ref": "FR*SOD*S*SD29*32*1*_*_", "name": "CONCARNEAU-RUE LERAY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199006,6 +1200319,7 @@ "ref": "FR*SOD*S*SD29*32*1*_*_", "name": "CONCARNEAU-RUE LERAY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199034,6 +1200348,7 @@ "ref": "FR*SOD*S*SD29*33*1*_*_", "name": "CONCARNEAU-RUE CLAUDE DEBUSSY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199062,6 +1200377,7 @@ "ref": "FR*SOD*S*SD29*33*1*_*_", "name": "CONCARNEAU-RUE CLAUDE DEBUSSY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199090,6 +1200406,7 @@ "ref": "FR*SOD*S*SD29*34*1*_*_", "name": "CORAY-RUE DE PORS CLOS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199118,6 +1200435,7 @@ "ref": "FR*SOD*S*SD29*34*1*_*_", "name": "CORAY-RUE DE PORS CLOS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199146,6 +1200464,7 @@ "ref": "FR*SOD*S*SD29*35*1*_*_", "name": "CROZON-ROUTE DE CHATEAULIN", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -1199174,6 +1200493,7 @@ "ref": "FR*SOD*S*SD29*35*1*_*_", "name": "CROZON-ROUTE DE CHATEAULIN", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -1199201,6 +1200521,7 @@ "ref": "FR*SOD*S*SD29*36*1*_*_", "name": "CROZON-RUE DE LA MARNE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199229,6 +1200550,7 @@ "ref": "FR*SOD*S*SD29*36*1*_*_", "name": "CROZON-RUE DE LA MARNE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199257,6 +1200579,7 @@ "ref": "FR*SOD*S*SD29*37*1*_*_", "name": "CROZON-QUAI DU FRET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199285,6 +1200608,7 @@ "ref": "FR*SOD*S*SD29*37*1*_*_", "name": "CROZON-QUAI DU FRET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199313,6 +1200637,7 @@ "ref": "FR*SOD*S*SD29*38*1*_*_", "name": "CROZON-RUE DE LATLANTIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199341,6 +1200666,7 @@ "ref": "FR*SOD*S*SD29*38*1*_*_", "name": "CROZON-RUE DE LATLANTIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199369,6 +1200695,7 @@ "ref": "FR*SOD*S*SD29*39*1*_*_", "name": "DAOULAS-RUE DE LA RIVE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199397,6 +1200724,7 @@ "ref": "FR*SOD*S*SD29*39*1*_*_", "name": "DAOULAS-RUE DE LA RIVE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199425,6 +1200753,7 @@ "ref": "FR*SOD*S*SD29*40*1*_*_", "name": "DINEAULT-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199453,6 +1200782,7 @@ "ref": "FR*SOD*S*SD29*40*1*_*_", "name": "DINEAULT-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199481,6 +1200811,7 @@ "ref": "FR*SOD*S*SD29*4*1*_*_", "name": "BANNALEC-PLACE YVES TANGUY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199509,6 +1200840,7 @@ "ref": "FR*SOD*S*SD29*41*1*_*_", "name": "DIRINON-PLACE FRANCOIS-MARIE COATALEM", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199537,6 +1200869,7 @@ "ref": "FR*SOD*S*SD29*41*1*_*_", "name": "DIRINON-PLACE FRANCOIS-MARIE COATALEM", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199565,6 +1200898,7 @@ "ref": "FR*SOD*S*SD29*4*1*_*_", "name": "BANNALEC-PLACE YVES TANGUY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199593,6 +1200927,7 @@ "ref": "FR*SOD*S*SD29*42*1*_*_", "name": "DOUARNENEZ-QUAI FRANCOIS BONIZEC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199621,6 +1200956,7 @@ "ref": "FR*SOD*S*SD29*42*1*_*_", "name": "DOUARNENEZ-QUAI FRANCOIS BONIZEC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199649,6 +1200985,7 @@ "ref": "FR*SOD*S*SD29*43*1*_*_", "name": "DOUARNENEZ-RUE BERTHELOT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199677,6 +1201014,7 @@ "ref": "FR*SOD*S*SD29*43*1*_*_", "name": "DOUARNENEZ-RUE BERTHELOT", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199705,6 +1201043,7 @@ "ref": "FR*SOD*S*SD29*44*1*_*_", "name": "DOUARNENEZ-PLACE PAUL STEPHAN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199733,6 +1201072,7 @@ "ref": "FR*SOD*S*SD29*44*1*_*_", "name": "DOUARNENEZ-PLACE PAUL STEPHAN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199761,6 +1201101,7 @@ "ref": "FR*SOD*S*SD29*45*1*_*_", "name": "EDERN-RUE DE LA LIBERATION", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199789,6 +1201130,7 @@ "ref": "FR*SOD*S*SD29*45*1*_*_", "name": "EDERN-RUE DE LA LIBERATION", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199817,6 +1201159,7 @@ "ref": "FR*SOD*S*SD29*46*1*_*_", "name": "ERGUE GABERIC-ROUTE DE CROAS SPERN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199845,6 +1201188,7 @@ "ref": "FR*SOD*S*SD29*46*1*_*_", "name": "ERGUE GABERIC-ROUTE DE CROAS SPERN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199873,6 +1201217,7 @@ "ref": "FR*SOD*S*SD29*47*1*_*_", "name": "FOUESNANT-RUE DES ILES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199901,6 +1201246,7 @@ "ref": "FR*SOD*S*SD29*47*1*_*_", "name": "FOUESNANT-RUE DES ILES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199929,6 +1201275,7 @@ "ref": "FR*SOD*S*SD29*48*1*_*_", "name": "FOUESNANT-RUE DES SPORTS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199957,6 +1201304,7 @@ "ref": "FR*SOD*S*SD29*48*1*_*_", "name": "FOUESNANT-RUE DES SPORTS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1199985,6 +1201333,7 @@ "ref": "FR*SOD*S*SD29*49*1*_*_", "name": "GOUESNACH-ROUTE DE BENODET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200013,6 +1201362,7 @@ "ref": "FR*SOD*S*SD29*49*1*_*_", "name": "GOUESNACH-ROUTE DE BENODET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200041,6 +1201391,7 @@ "ref": "FR*SOD*S*SD29*50*1*_*_", "name": "GOULIEN-LE BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200069,6 +1201420,7 @@ "ref": "FR*SOD*S*SD29*50*1*_*_", "name": "GOULIEN-LE BOURG", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200097,6 +1201449,7 @@ "ref": "FR*SOD*S*SD29*5*1*_*_", "name": "BANNALEC-LA GARE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200125,6 +1201478,7 @@ "ref": "FR*SOD*S*SD29*51*1*_*_", "name": "GUERLESQUIN-HENT TOULL KERZERS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200153,6 +1201507,7 @@ "ref": "FR*SOD*S*SD29*51*1*_*_", "name": "GUERLESQUIN-HENT TOULL KERZERS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200181,6 +1201536,7 @@ "ref": "FR*SOD*S*SD29*5*1*_*_", "name": "BANNALEC-LA GARE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200209,6 +1201565,7 @@ "ref": "FR*SOD*S*SD29*52*1*_*_", "name": "MILIZAC-ROUTE DE GOUESNOU", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -1200237,6 +1201594,7 @@ "ref": "FR*SOD*S*SD29*52*1*_*_", "name": "MILIZAC-ROUTE DE GOUESNOU", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -1200264,6 +1201622,7 @@ "ref": "FR*SOD*S*SD29*53*1*_*_", "name": "GUILLIGOMARC H-RUE DU SCORFF", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200292,6 +1201651,7 @@ "ref": "FR*SOD*S*SD29*53*1*_*_", "name": "GUILLIGOMARC H-RUE DU SCORFF", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200320,6 +1201680,7 @@ "ref": "FR*SOD*S*SD29*54*1*_*_", "name": "GUILVINEC-PLACE DE LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200348,6 +1201709,7 @@ "ref": "FR*SOD*S*SD29*54*1*_*_", "name": "GUILVINEC-PLACE DE LA POSTE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200376,6 +1201738,7 @@ "ref": "FR*SOD*S*SD29*55*1*_*_", "name": "GUIMAEC-HENT SANT FIEK", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200404,6 +1201767,7 @@ "ref": "FR*SOD*S*SD29*55*1*_*_", "name": "GUIMAEC-HENT SANT FIEK", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200432,6 +1201796,7 @@ "ref": "FR*SOD*S*SD29*56*1*_*_", "name": "GUISSENY-RUE DE PLOUGUERNEAU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200460,6 +1201825,7 @@ "ref": "FR*SOD*S*SD29*56*1*_*_", "name": "GUISSENY-RUE DE PLOUGUERNEAU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200488,6 +1201854,7 @@ "ref": "FR*SOD*S*SD29*57*1*_*_", "name": "HANVEC-PLACE DU MARCHE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200516,6 +1201883,7 @@ "ref": "FR*SOD*S*SD29*57*1*_*_", "name": "HANVEC-PLACE DU MARCHE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200544,6 +1201912,7 @@ "ref": "FR*SOD*S*SD29*58*1*_*_", "name": "HUELGOAT-RUE DU GENERAL DE GAULLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200572,6 +1201941,7 @@ "ref": "FR*SOD*S*SD29*58*1*_*_", "name": "HUELGOAT-RUE DU GENERAL DE GAULLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200600,6 +1201970,7 @@ "ref": "FR*SOD*S*SD29*59*1*_*_", "name": "ILE TUDY-RUE DES GOEMONIERS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200628,6 +1201999,7 @@ "ref": "FR*SOD*S*SD29*59*1*_*_", "name": "ILE TUDY-RUE DES GOEMONIERS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200656,6 +1202028,7 @@ "ref": "FR*SOD*S*SD29*60*1*_*_", "name": "IRVILLAC-ROUTE DE DAOULAS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200684,6 +1202057,7 @@ "ref": "FR*SOD*S*SD29*60*1*_*_", "name": "IRVILLAC-ROUTE DE DAOULAS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200712,6 +1202086,7 @@ "ref": "FR*SOD*S*SD29*6*1*_*_", "name": "BAYE-IMPASSE SAINT-ELOI", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200740,6 +1202115,7 @@ "ref": "FR*SOD*S*SD29*61*1*_*_", "name": "KERLOUAN-RUE DE LA COTE DES LEGENDES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200768,6 +1202144,7 @@ "ref": "FR*SOD*S*SD29*61*1*_*_", "name": "KERLOUAN-RUE DE LA COTE DES LEGENDES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200796,6 +1202173,7 @@ "ref": "FR*SOD*S*SD29*6*1*_*_", "name": "BAYE-IMPASSE SAINT-ELOI", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200824,6 +1202202,7 @@ "ref": "FR*SOD*S*SD29*62*1*_*_", "name": "KERSAINT PLABENNEC-ROUTE DE PLABENNEC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200852,6 +1202231,7 @@ "ref": "FR*SOD*S*SD29*62*1*_*_", "name": "KERSAINT PLABENNEC-ROUTE DE PLABENNEC", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200880,6 +1202260,7 @@ "ref": "FR*SOD*S*SD29*63*1*_*_", "name": "LA FOREST LANDERNEAU-RUE DE LA CROIX DE MISSION", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200908,6 +1202289,7 @@ "ref": "FR*SOD*S*SD29*63*1*_*_", "name": "LA FOREST LANDERNEAU-RUE DE LA CROIX DE MISSION", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200936,6 +1202318,7 @@ "ref": "FR*SOD*S*SD29*64*1*_*_", "name": "LA FORET FOUESNANT-RUE CHARLES DE GAULLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200964,6 +1202347,7 @@ "ref": "FR*SOD*S*SD29*64*1*_*_", "name": "LA FORET FOUESNANT-RUE CHARLES DE GAULLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1200992,6 +1202376,7 @@ "ref": "FR*SOD*S*SD29*65*1*_*_", "name": "LAMPAUL PLOUARZEL-RUE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201020,6 +1202405,7 @@ "ref": "FR*SOD*S*SD29*65*1*_*_", "name": "LAMPAUL PLOUARZEL-RUE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201048,6 +1202434,7 @@ "ref": "FR*SOD*S*SD29*66*1*_*_", "name": "LANDEDA-ROUTE DE LARMORIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201076,6 +1202463,7 @@ "ref": "FR*SOD*S*SD29*66*1*_*_", "name": "LANDEDA-ROUTE DE LARMORIQUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201104,6 +1202492,7 @@ "ref": "FR*SOD*S*SD29*67*1*_*_", "name": "LANDERNEAU-QUAI DE LEON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201132,6 +1202521,7 @@ "ref": "FR*SOD*S*SD29*67*1*_*_", "name": "LANDERNEAU-QUAI DE LEON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201160,6 +1202550,7 @@ "ref": "FR*SOD*S*SD29*68*1*_*_", "name": "LANDERNEAU-RUE SAINT-ERNEL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201188,6 +1202579,7 @@ "ref": "FR*SOD*S*SD29*68*1*_*_", "name": "LANDERNEAU-RUE SAINT-ERNEL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201216,6 +1202608,7 @@ "ref": "FR*SOD*S*SD29*69*1*_*_", "name": "LANDERNEAU-RUE DE LA FONTAINE BLANCHE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201244,6 +1202637,7 @@ "ref": "FR*SOD*S*SD29*69*1*_*_", "name": "LANDERNEAU-RUE DE LA FONTAINE BLANCHE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201272,6 +1202666,7 @@ "ref": "FR*SOD*S*SD29*70*1*_*_", "name": "LANDIVISIAU-RUE LA TOUR DAUVERGNE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201300,6 +1202695,7 @@ "ref": "FR*SOD*S*SD29*70*1*_*_", "name": "LANDIVISIAU-RUE LA TOUR DAUVERGNE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201328,6 +1202724,7 @@ "ref": "FR*SOD*S*SD29*7*1*_*_", "name": "BENODET-CORNICHE DE LA PLAGE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201356,6 +1202753,7 @@ "ref": "FR*SOD*S*SD29*71*1*_*_", "name": "LANDIVISIAU-MOULINS AUX PRETRES", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -1201384,6 +1202782,7 @@ "ref": "FR*SOD*S*SD29*71*1*_*_", "name": "LANDIVISIAU-MOULINS AUX PRETRES", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -1201411,6 +1202810,7 @@ "ref": "FR*SOD*S*SD29*7*1*_*_", "name": "BENODET-CORNICHE DE LA PLAGE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201439,6 +1202839,7 @@ "ref": "FR*SOD*S*SD29*71*2*_*_", "name": "LANDIVISIAU-MOULINS AUX PRETRES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201467,6 +1202868,7 @@ "ref": "FR*SOD*S*SD29*71*2*_*_", "name": "LANDIVISIAU-MOULINS AUX PRETRES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201495,6 +1202897,7 @@ "ref": "FR*SOD*S*SD29*72*1*_*_", "name": "LANDIVISIAU-PLACE LYAUTEY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201523,6 +1202926,7 @@ "ref": "FR*SOD*S*SD29*72*1*_*_", "name": "LANDIVISIAU-PLACE LYAUTEY", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201551,6 +1202955,7 @@ "ref": "FR*SOD*S*SD29*73*1*_*_", "name": "LANDREVARZEC-VENELLE DU FOUR A PAIN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201579,6 +1202984,7 @@ "ref": "FR*SOD*S*SD29*73*1*_*_", "name": "LANDREVARZEC-VENELLE DU FOUR A PAIN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201607,6 +1203013,7 @@ "ref": "FR*SOD*S*SD29*74*1*_*_", "name": "LANDUDEC-RUE DES ECOLES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201635,6 +1203042,7 @@ "ref": "FR*SOD*S*SD29*74*1*_*_", "name": "LANDUDEC-RUE DES ECOLES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201663,6 +1203071,7 @@ "ref": "FR*SOD*S*SD29*75*1*_*_", "name": "LANILDUT-ANSE DE SAINT-GILDAS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201691,6 +1203100,7 @@ "ref": "FR*SOD*S*SD29*75*1*_*_", "name": "LANILDUT-ANSE DE SAINT-GILDAS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201719,6 +1203129,7 @@ "ref": "FR*SOD*S*SD29*76*1*_*_", "name": "LANMEUR-PARKING PEN HUELLA GUER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201747,6 +1203158,7 @@ "ref": "FR*SOD*S*SD29*76*1*_*_", "name": "LANMEUR-PARKING PEN HUELLA GUER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201775,6 +1203187,7 @@ "ref": "FR*SOD*S*SD29*77*1*_*_", "name": "LANNEDERN-RESIDENCE PENN AR REUN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201803,6 +1203216,7 @@ "ref": "FR*SOD*S*SD29*77*1*_*_", "name": "LANNEDERN-RESIDENCE PENN AR REUN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201831,6 +1203245,7 @@ "ref": "FR*SOD*S*SD29*78*1*_*_", "name": "LANNILIS-RUE DE LA FONTAINE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201859,6 +1203274,7 @@ "ref": "FR*SOD*S*SD29*78*1*_*_", "name": "LANNILIS-RUE DE LA FONTAINE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201887,6 +1203303,7 @@ "ref": "FR*SOD*S*SD29*79*1*_*_", "name": "LANRIVOARE-RUE DE BELLEVUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201915,6 +1203332,7 @@ "ref": "FR*SOD*S*SD29*79*1*_*_", "name": "LANRIVOARE-RUE DE BELLEVUE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201943,6 +1203361,7 @@ "ref": "FR*SOD*S*SD29*80*1*_*_", "name": "LANRIVOARE-ROUTE DARGENTON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201971,6 +1203390,7 @@ "ref": "FR*SOD*S*SD29*80*1*_*_", "name": "LANRIVOARE-ROUTE DARGENTON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1201999,6 +1203419,7 @@ "ref": "FR*SOD*S*SD29*8*1*_*_", "name": "BENODET-AVENUE DE LA MER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202027,6 +1203448,7 @@ "ref": "FR*SOD*S*SD29*81*1*_*_", "name": "LANVEOC-RUE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202055,6 +1203477,7 @@ "ref": "FR*SOD*S*SD29*81*1*_*_", "name": "LANVEOC-RUE DE LA MAIRIE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202083,6 +1203506,7 @@ "ref": "FR*SOD*S*SD29*8*1*_*_", "name": "BENODET-AVENUE DE LA MER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202111,6 +1203535,7 @@ "ref": "FR*SOD*S*SD29*82*1*_*_", "name": "LAZ-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202139,6 +1203564,7 @@ "ref": "FR*SOD*S*SD29*82*1*_*_", "name": "LAZ-PLACE DE LEGLISE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202167,6 +1203593,7 @@ "ref": "FR*SOD*S*SD29*83*1*_*_", "name": "LE CONQUET-PLACE DE BREST", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202195,6 +1203622,7 @@ "ref": "FR*SOD*S*SD29*83*1*_*_", "name": "LE CONQUET-PLACE DE BREST", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202223,6 +1203651,7 @@ "ref": "FR*SOD*S*SD29*84*1*_*_", "name": "LE FAOU-ROUTE DE RUMENGOL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202251,6 +1203680,7 @@ "ref": "FR*SOD*S*SD29*84*1*_*_", "name": "LE FAOU-ROUTE DE RUMENGOL", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202279,6 +1203709,7 @@ "ref": "FR*SOD*S*SD29*85*1*_*_", "name": "LE FOLGOET-RUE DU VERGER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202307,6 +1203738,7 @@ "ref": "FR*SOD*S*SD29*85*1*_*_", "name": "LE FOLGOET-RUE DU VERGER", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202335,6 +1203767,7 @@ "ref": "FR*SOD*S*SD29*86*1*_*_", "name": "LE JUCH-RUE LOUIS TYMEN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202363,6 +1203796,7 @@ "ref": "FR*SOD*S*SD29*86*1*_*_", "name": "LE JUCH-RUE LOUIS TYMEN", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202391,6 +1203825,7 @@ "ref": "FR*SOD*S*SD29*87*1*_*_", "name": "LESNEVEN-RUE VALY GOZ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202419,6 +1203854,7 @@ "ref": "FR*SOD*S*SD29*87*1*_*_", "name": "LESNEVEN-RUE VALY GOZ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202447,6 +1203883,7 @@ "ref": "FR*SOD*S*SD29*88*1*_*_", "name": "LOCMARIA PLOUZANE-RUE DE LA FONTAINE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202475,6 +1203912,7 @@ "ref": "FR*SOD*S*SD29*88*1*_*_", "name": "LOCMARIA PLOUZANE-RUE DE LA FONTAINE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202503,6 +1203941,7 @@ "ref": "FR*SOD*S*SD29*89*1*_*_", "name": "LOCRONAN-RUE DU PRIEURE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202531,6 +1203970,7 @@ "ref": "FR*SOD*S*SD29*89*1*_*_", "name": "LOCRONAN-RUE DU PRIEURE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202559,6 +1203999,7 @@ "ref": "FR*SOD*S*SD29*90*1*_*_", "name": "LOCTUDY-PLACE DES ANCIENS COMBATTANTS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202587,6 +1204028,7 @@ "ref": "FR*SOD*S*SD29*90*1*_*_", "name": "LOCTUDY-PLACE DES ANCIENS COMBATTANTS", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202615,6 +1204057,7 @@ "ref": "FR*SOD*S*SD29*9*1*_*_", "name": "BENODET-AVENUE DE LODET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202643,6 +1204086,7 @@ "ref": "FR*SOD*S*SD29*91*1*_*_", "name": "LOCUNOLE-RUE DE BEG AR ROZ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202671,6 +1204115,7 @@ "ref": "FR*SOD*S*SD29*91*1*_*_", "name": "LOCUNOLE-RUE DE BEG AR ROZ", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202699,6 +1204144,7 @@ "ref": "FR*SOD*S*SD29*9*1*_*_", "name": "BENODET-AVENUE DE LODET", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202727,6 +1204173,7 @@ "ref": "FR*SOD*S*SD29*92*1*_*_", "name": "LOPERHET-ROUTE DE DIRINON", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -1202755,6 +1204202,7 @@ "ref": "FR*SOD*S*SD29*92*1*_*_", "name": "LOPERHET-ROUTE DE DIRINON", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -1202782,6 +1204230,7 @@ "ref": "FR*SOD*S*SD29*93*1*_*_", "name": "MELGVEN-PLACE DES GRANDS CHENES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202810,6 +1204259,7 @@ "ref": "FR*SOD*S*SD29*93*1*_*_", "name": "MELGVEN-PLACE DES GRANDS CHENES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202838,6 +1204288,7 @@ "ref": "FR*SOD*S*SD29*94*1*_*_", "name": "MELGVEN-AIRE DE COVOITURAGE DE KERAMPAOU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202866,6 +1204317,7 @@ "ref": "FR*SOD*S*SD29*94*1*_*_", "name": "MELGVEN-AIRE DE COVOITURAGE DE KERAMPAOU", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202894,6 +1204346,7 @@ "ref": "FR*SOD*S*SD29*95*1*_*_", "name": "SAINTE SEVE-AIRE DE COVOITURAGE DE COAT CONVAL", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -1202922,6 +1204375,7 @@ "ref": "FR*SOD*S*SD29*95*1*_*_", "name": "SAINTE SEVE-AIRE DE COVOITURAGE DE COAT CONVAL", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -1202949,6 +1204403,7 @@ "ref": "FR*SOD*S*SD29*96*1*_*_", "name": "MELLAC-ROUTE DE QUIMPERLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1202977,6 +1204432,7 @@ "ref": "FR*SOD*S*SD29*96*1*_*_", "name": "MELLAC-ROUTE DE QUIMPERLE", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1203005,6 +1204461,7 @@ "ref": "FR*SOD*S*SD29*97*1*_*_", "name": "MELLAC-POLE DACT KERVIDANOU 3", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2_combo": "yes", "socket:chademo": "yes", "authentication:none": "yes", @@ -1203033,6 +1204490,7 @@ "ref": "FR*SOD*S*SD29*97*1*_*_", "name": "MELLAC-POLE DACT KERVIDANOU 3", "capacity": "2", + "socket:max:output": "50 kW", "socket:type2": "yes", "authentication:none": "yes", "payment:credit_cards": "no", @@ -1203060,6 +1204518,7 @@ "ref": "FR*SOD*S*SD29*98*1*_*_", "name": "MILIZAC-PLACE DE YEALMPTON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1203088,6 +1204547,7 @@ "ref": "FR*SOD*S*SD29*98*1*_*_", "name": "MILIZAC-PLACE DE YEALMPTON", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1203116,6 +1204576,7 @@ "ref": "FR*SOD*S*SD29*99*1*_*_", "name": "MOELAN SUR MER-RUE DES PLAGES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1203144,6 +1204605,7 @@ "ref": "FR*SOD*S*SD29*99*1*_*_", "name": "MOELAN SUR MER-RUE DES PLAGES", "capacity": "2", + "socket:max:output": "22 kW", "socket:typee": "yes", "socket:type2": "yes", "authentication:none": "yes", @@ -1656248,6 +1657710,7 @@ "network": "CPO Alizé Liberté Public", "name": "TOULOUSE - Avenue Jean Chaubet", "capacity": "4", + "socket:max:output": "400 kW", "socket:type2_combo": "yes", "authentication:none": "yes", "payment:credit_cards": "no",