@include('pdf.templates_pdf.rapports.page_heading')
INSPECTION D'UNE OPERATION STANDARDISEE D'ECONOMIE D'ENERGIE
VENTILATION MECANIQUE SIMPLE FLUX HYGROREGLABE
CONCLUSION PORTANT SUR LE CLASSEMENT DE L'OPERATION
@if ($rapport['conformite_vmc'] == 'conforme') @else @endif Satisfaisant @if ($rapport['conformite_vmc'] == 'non_conforme') @else @endif Non Satisfaisant @if ($rapport['conformite_vmc'] == 'non_verifiable') @else @endif Non Vérifiable *

* Cf "Condition de la vérification"
{{-- version 6 --}} @if ($rapport['version'] <= 6)
VERIFICATION DES CONDITIONS D'ELIGIBILITE
@php $result = 'oui'; if ($rapport['batiment_2ans_vmc'] == '0' || empty($rapport['batiment_2ans_vmc'])) { $result = 'non'; } if ($rapport['systeme_ventilation'] == '0' || empty($rapport['systeme_ventilation'])) { $result = 'non'; } if ($rapport['avis_technique'] == '0' || empty($rapport['avis_technique'])) { $result = 'non'; } if ($rapport['domaine_emploi'] == 'autre') { $result = 'non'; } @endphp
@if ($result == 'oui') @else @endif Satisfaisant @if ($result == 'non') @else @endif Non Satisfaisant
DISPOSITIONS COMMUNES
Bâtiment résidentiel de plus de 2 ans à la date d'engagement @if ($rapport['batiment_2ans'] == '1') X @endif Oui @if ($rapport['batiment_2ans'] == '0') X @endif Non
Année de construction du bâtiment déclarée par le bénéficiaire {{ $rapport['annee_construction_vmc'] }}
Type de ventilation mécanique de type A (*) ou de type B (**) @if ($rapport['domaine_emploi'] == 'type_a' || $rapport['domaine_emploi'] == 'type_b') X @endif Oui @if ($rapport['domaine_emploi'] == 'autre') X @endif Non
Le système de ventilation bénéficie d'un avis technique de la CCFAT (***) @if ($rapport['avis_technique'] == '1') X @endif Oui @if ($rapport['avis_technique'] == '0') X @endif Non
(*) type A : Seules les bouches d’extraction sont hygroréglables
(**) type B : Les bouches d’extraction et les entrées d’air sont hygroréglables
(***) Commission Chargée de Formuler les Avis Techniques
@if ($rapport['type_logement'] == 'individuelle') @php $result = 'oui'; if ($rapport['installation_simple_flux'] == '0') { $result = 'non'; } if ($rapport['classe_efficacite'] == '0') { $result = 'non'; } if ($rapport['puissance_electrique'] == '0') { $result = 'non'; } @endphp
DISPOSITIONS APPLICABLES AUX INSTALLATIONS INDIVIDUELLES
@if ($result == 'oui') X @else @endif Satisfaisant @if ($result == 'non') @else @endif Non Satisfaisant
L'installation est une ventilation mécanique contrôlée simple flux @if ($rapport['installation_simple_flux'] == '1') X @endif Oui @if ($rapport['installation_simple_flux'] == '0') X @endif Non
La classe d’efficacité énergétique du caisson est ≥ à B ou supérieure @if ($rapport['classe_efficacite'] == '1') X @endif Oui @if ($rapport['classe_efficacite'] == '0') X @endif Non
La puissance électrique absorbée pondérée du caisson est ≤ 15 WThc dans une configuration T4 avec une salle de bain et un WC @if ($rapport['puissance_electrique'] == '1') X @endif Oui @if ($rapport['puissance_electrique'] == '0') X @endif Non
@endif @endif {{-- fin version 6 --}} {{-- version 7 --}} @if ($rapport['version'] == 7)
VERIFICATION DES CONDITIONS D'ELIGIBILITE
@php $result = 'oui'; if ($rapport['batiment_2ans'] == '0') { $result = 'non'; } if ($rapport['ventilation_CCFAT'] == '0') { $result = 'non'; } if ($rapport['fabricant_dimensionnement'] == '0') { $result = 'non'; } if ($rapport['ventilation_simple'] == '0') { $result = 'non'; } if ($rapport['classe_caisson'] == '0') { $result = 'non'; } if ($rapport['basse_caisson'] == '0') { $result = 'non'; } if ($rapport['fonctionnement_ventilation'] == '0') { $result = 'non'; } @endphp
@if ($result == 'oui') @else @endif Satisfaisant @if ($result == 'non') @else @endif Non Satisfaisant
Bâtiment résidentiel de plus de 2 ans à la date d’engagement @if ($rapport['batiment_2ans'] == '1') X @endif Oui @if ($rapport['batiment_2ans'] == '0') X @endif Non
Type de ventilation mécanique de type hygro A (*) @if ($rapport['domaine_emploi'] == 'type_a') X @endif Oui @if ($rapport['domaine_emploi'] != 'type_a') X @endif Non
(*) Type A : La VMC Hygro A associe des bouches d’extraction hygroréglables (débit variable) et des entrées d'air autoréglables (débit fixe)
Type de ventilation mécanique de type hygro B (*) @if ($rapport['domaine_emploi'] == 'type_b') X @endif Oui @if ($rapport['domaine_emploi'] != 'type_b') X @endif Non
(*) Type B : La VMC Hygro B associe des bouches d'extraction hygroréglables et des entrées d'air hygroréglables
Le système de ventilation hygroréglable bénéficie d’un avis technique de la CCFAT en cours de validité, ou possède des caractéristiques de performance et de qualité équivalentes (***) @if ($rapport['ventilation_CCFAT'] == '1') X @endif Oui @if ($rapport['ventilation_CCFAT'] == '0') X @endif Non
(***) Commission Chargée de Formuler les Avis Techniques
Référence de l’avis technique : {{ $rapport['reference_technique'] }}
Nombre de pièces sèches : {{ $rapport['nombre_piece'] }}
Nombre de pièces humides : {{ $rapport['piece_humides'] }}
Surface habitable (m²) : {{ $rapport['surface_habitable'] }}
Les préconisations du fabricant en terme de dimensionnement ont été respectées ou une note de dimensionnement équivalente a été fournie et le matériel installé respecte ses préconisations @if ($rapport['fabricant_dimensionnement'] == '1') X @endif Oui @if ($rapport['fabricant_dimensionnement'] == '0') X @endif Non
L’installation est une ventilation mécanique contrôlée simple flux @if ($rapport['ventilation_simple'] == '1') X @endif Oui @if ($rapport['ventilation_simple'] == '0') X @endif Non
La classe d’efficacité énergétique du caisson est supérieure ou égale à B @if ($rapport['classe_caisson'] == '1') X @endif Oui @if ($rapport['classe_caisson'] == '0') X @endif Non
Le caisson de ventilation est un caisson basse consommation @if ($rapport['basse_caisson'] == '1') X @endif Oui @if ($rapport['basse_caisson'] == '0') X @endif Non
Le bénéficiaire a eu une démonstration par l'entreprise du fonctionnement et des modalités d’entretien du système de ventilation @if ($rapport['fonctionnement_ventilation'] == '1') X @endif Oui @if ($rapport['fonctionnement_ventilation'] == '0') X @endif Non
@endif {{-- fin version 7 --}} {{-- version 7 --}} @if ($rapport['version'] == 7) @include('pdf.templates_pdf.rapports.page_heading')
DOCUMENTATION MISE A LA DISPOSITION DU BÉNÉFICIAIRE
@if ($rapport['preuve_devis'] == 1 && $rapport['preuve_facture'] == 1 && $rapport['cadre_distribution'] == 1 && $rapport['preuve_hygroréglable'] == 'conforme' && $rapport['preuve_puissance'] == 'conforme' && $rapport['preuve_européen'] == 'conforme' && $rapport['preuve_marques'] == 'conforme' && $rapport['declaration_beneficiaire'] == '0') @else @endif Satisfaisant @if ($rapport['preuve_devis'] == 0 || $rapport['preuve_facture'] == 0 || $rapport['cadre_distribution'] == 0 || $rapport['preuve_hygroréglable'] == 'non_conforme' || $rapport['preuve_puissance'] == 'non_conforme' || $rapport['preuve_européen'] == 'non_conforme' || $rapport['preuve_marques'] == 'non_conforme' || $rapport['declaration_beneficiaire'] == '1') @else @endif Non Satisfaisant


@if ($rapport['declaration_beneficiaire'] == '1') @else @endif Le bénéficiaire a déclaré par écrit ne jamais avoir reçu de la part du professionnel : le devis,
et/ou la facture, et/ou le cadre de contribution
Référence Présenté Non présenté
Devis {{ $rapport['reference_devis'] }} @if ($rapport['preuve_devis'] == 1) X @endif @if ($rapport['preuve_devis'] == 0) X @endif
Facture {{ $rapport['reference_facture'] }} @if ($rapport['preuve_facture'] == 1) X @endif @if ($rapport['preuve_facture'] == 0) X @endif
Cadre de contribution {{ $rapport['reference_cadre'] }} @if ($rapport['cadre_distribution'] == 1) X @endif @if ($rapport['cadre_distribution'] == 0) X @endif


Satisfaisant Non
Satisfaisant
Sans
Objet
La preuve de réalisation de l’opération mentionne la mise en place d’un système de ventilation mécanique contrôlée simple flux hygroréglable de type A ou B @if ($rapport['preuve_hygroréglable'] == 'conforme') X @endif @if ($rapport['preuve_hygroréglable'] == 'non_conforme') X @endif @if ($rapport['preuve_hygroréglable'] == 'non_verifiable') X @endif
La preuve de réalisation de l’opération mentionne la puissance électrique absorbée pondérée du caisson de ventilation ainsi que sa classe d’efficacité énergétique selon le règlement européen (UE) n° 1254/2014 de la Commission du 11 juillet 2014. @if ($rapport['preuve_puissance'] == 'conforme') X @endif @if ($rapport['preuve_puissance'] == 'non_conforme') X @endif @if ($rapport['preuve_puissance'] == 'non_verifiable') X @endif
La preuve de réalisation de l’opération mentionne la classe d’efficacité énergétique selon le règlement européen (UE) n° 1254/2014 de la Commission du 11 juillet 2014. @if ($rapport['preuve_européen'] == 'conforme') X @endif @if ($rapport['preuve_européen'] == 'non_conforme') X @endif @if ($rapport['preuve_européen'] == 'non_verifiable') X @endif
A défaut, la preuve de réalisation de l’opération mentionne la mise en place des équipements avec leurs marques et références et elle est accompagnée d’un ou plusieurs document(s) issu(s) du fabricant indiquant que les équipements installés constituent un système de ventilation mécanique contrôlée simple flux composé d’un caisson de ventilation, de bouches d’extraction hygroréglables et, le cas échéant, d’entrées d’air hygroréglables. Ce document précise la puissance électrique absorbée pondérée du caisson de ventilation et sa classe d’efficacité énergétique selon le règlement européen (UE) n°1254/2014 de la Commission du 11 juillet 2014. @if ($rapport['preuve_marques'] == 'conforme') X @endif @if ($rapport['preuve_marques'] == 'non_conforme') X @endif @if ($rapport['preuve_marques'] == 'non_verifiable') X @endif
@endif {{-- fin version 7 --}} {{-- version 6 --}} @if ($rapport['version'] <= 6) @if ($rapport['type_logement'] == 'collective' && $rapport['type_caisson'] != 'basse_pression') @php $result = 'oui'; if ($rapport['installation_simple_flux_hygroreglable'] == '0') { $result = 'non'; } if ($rapport['puissance_electrique_hygroreglable'] == '0') { $result = 'non'; } @endphp
DISPOSITIONS APPLICABLES AUX INSTALLATIONS COLLECTIVES VMC SIMPLE FLUX HYGROREGLABLE
@if ($result == 'oui') X @else @endif Satisfaisant @if ($result == 'non') @else @endif Non Satisfaisant
L'installation est une ventilation mécanique contrôlée simple flux hygroreglable @if ($rapport['installation_simple_flux_hygroreglable'] == '1') X @endif Oui @if ($rapport['installation_simple_flux_hygroreglable'] == '0') X @endif Non
La puissance électrique absorbée pondérée du caisson de ventilation est inférieure ou égale à 0,25 WThC/(m3 /h) @if ($rapport['puissance_electrique_hygroreglable'] == '1') X @endif Oui @if ($rapport['puissance_electrique_hygroreglable'] == '0') X @endif Non
@endif @endif {{-- version 6 --}} @if ($rapport['version'] <= 6) @if ($rapport['type_logement'] == 'collective' && $rapport['type_caisson'] == 'basse_pression') @php $result = 'oui'; if ($rapport['installation_simple_flux_basse_pression'] == '0') { $result = 'non'; } if ($rapport['installation_simple_flux_basse_pression'] == '0') { $result = 'non'; } @endphp
DISPOSITIONS APPLICABLES AUX INSTALLATIONS COLLECTIVES VMC BASSE PRESSION SIMPLE FLUX HYGROREGLABLE
@if ($result == 'oui') X @else @endif Satisfaisant @if ($result == 'non') @else @endif Non Satisfaisant
L’installation est une ventilation mécanique contrôlée basse pression simple flux hygroréglable @if ($rapport['installation_simple_flux_basse_pression'] == '1') X @endif Oui @if ($rapport['installation_simple_flux_basse_pression'] == '0') X @endif Non
La puissance électrique absorbée pondérée du caisson de ventilation est inférieure ou égale à 0,12 WThC/(m3 /h) @if ($rapport['puissance_electrique_basse_pression'] == '1') X @endif Oui @if ($rapport['puissance_electrique_basse_pression'] == '0') X @endif Non
@endif @endif
{{-- version 6 --}} @if ($rapport['version'] <= 6) @include('pdf.templates_pdf.rapports.page_heading')
CONDITIONS DE VERIFICATION


@if (strpos($rapport['observations_vmc'], 'non réalisés') == false && $rapport['declaration_beneficiaire'] != 1 && strpos($rapport['observations_vmc'], 'inaccessible') == false && strpos($rapport['observations_vmc'], 'de visite') == false) X @endif La zone de travaux est accessible et les travaux ont été réalisés.

@if (strpos($rapport['observations_vmc'], 'isolation non') !== false && strpos($rapport['observations_vmc'], 'inaccessible') == false) X @endif La zone de travaux est accessible et manifestement les travaux n’ont pas été réalisés.

@if (strpos($rapport['observations_vmc'], 'absent') !== false) X @endif Bénéficiaire absent ou accès refusé.
QUALIFICATION OU CERTIFICATION DE L’ENTREPRISE A LA DATE D’ENGAGEMENT DE L’OPERATION
@php $value = 'vmc'; $result = 'oui'; if ($rapport['representant_' . $value . ''] == '' || $rapport['representant_' . $value . ''] == ' ' || empty($rapport['representant_' . $value . ''])) { $result = 'non'; } if ($rapport['reference_qualif_' . $value . ''] == '' || $rapport['reference_qualif_' . $value . ''] == ' ' || empty($rapport['reference_qualif_' . $value . ''])) { $result = 'non'; } if ($rapport['raison_sociale_' . $value . ''] == '' || $rapport['raison_sociale_' . $value . ''] == ' ' || empty($rapport['raison_sociale_' . $value . ''])) { $result = 'non'; } if ($rapport['siret_' . $value . ''] == '' || $rapport['siret_' . $value . ''] == ' ' || empty($rapport['siret_' . $value . ''])) { $result = 'non'; } if ($rapport['validite_' . $value . ''] == '' || $rapport['validite_' . $value . ''] == ' ' || $rapport['validite_' . $value . ''] == '0' || empty($rapport['validite_' . $value . ''])) { $result = 'non'; } @endphp
@if ($result == 'oui') @else @endif Satisfaisant @if ($result == 'non') @else @endif Non Satisfaisant
@if ($rapport['validite_' . $value . ''] == 0 || $rapport['validite_' . $value . ''] == ' ') @endif
Nom du représentant {{ $rapport['representant_' . $value . ''] }} @if (empty($rapport['representant_' . $value . '']) || $rapport['representant_' . $value . ''] == ' ') X Non Communiqué @endif
Raison Sociale {{ $rapport['raison_sociale_' . $value . ''] }} @if (empty($rapport['raison_sociale_' . $value . '']) || $rapport['raison_sociale_' . $value . ''] == ' ') X Non Communiqué @endif
SIRET {{ $rapport['siret_' . $value . ''] }} @if (empty($rapport['siret_' . $value . '']) || $rapport['siret_' . $value . ''] == ' ') X Non Communiqué @endif
Référence de la qualification ou certification {{ $rapport['reference_qualif_' . $value . ''] }} @if (empty($rapport['reference_qualif_' . $value . '']) || $rapport['reference_qualif_' . $value . ''] == ' ') X Non Communiqué @endif
X Validité obsolète
@endif {{-- fin version 6 --}} {{-- version 7 --}} @if ($rapport['version'] == 7) @include('pdf.templates_pdf.rapports.page_heading')
CONDITIONS DE VERIFICATION

La zone de travaux est accessible et les travaux ont été réalisés @if ($rapport['travaux_zone_accessible'] == '1') X @endif Oui
La zone de travaux est accessible et manifestement les travaux n’ont pas été réalisés. @if ($rapport['travaux_zone_manifestement'] == '1') X @endif Oui
Bénéficiaire absent ou accès refusé @if ($rapport['acces_refuse_absent'] == '1') X @endif Oui
VÉRIFICATION DES CARACTÉRISTIQUES TECHNIQUES DU SYSTÈME DE VENTILATION
@php $result = 'oui'; if ($rapport['correspond_ventilation'] == '1' || empty($rapport['correspond_ventilation'])) { $result = 'non'; } @endphp @if ($result == 'oui') @else @endif Satisfaisant @if ($result == 'non') @else @endif Non Satisfaisant
Le système de ventilation installé correspond au système de ventilation facturé @if ($rapport['correspond_ventilation'] == '0') X @endif Oui @if ($rapport['correspond_ventilation'] == '1') X @endif Non
@endif {{-- fin version 7 --}} {{-- version 6 --}} @if ($rapport['version'] <= 6) @include('pdf.templates_pdf.rapports.page_heading')
VERIFICATION DES CARACTERISTIQUES TECHNIQUES DE L'INSTALLATION
CAISSON
@php $result = 'oui'; if ($rapport['verification_marque_vmc'] == 'non_conforme' || empty($rapport['verification_marque_vmc'])) { $result = 'non'; } if ($rapport['verification_reference_vmc'] == 'non_conforme' || empty($rapport['verification_reference_vmc'])) { $result = 'non'; } @endphp @if ($result == 'oui') @else @endif Satisfaisant @if ($result == 'non') @else @endif Non Satisfaisant
POINTS DE CONTROLE Satisfaisant Non
Satisfaisant
Non
Vérifiable
Sans
Objet
Marque du caisson @if ($rapport['verification_marque_vmc'] == 'conforme') X @endif @if ($rapport['verification_marque_vmc'] == 'non_conforme') X @endif @if ($rapport['verification_marque_vmc'] == 'non_verifiable') X @endif @if ($rapport['verification_marque_vmc'] == 'sans_objet') X @endif
Modèle du caisson @if ($rapport['verification_reference_vmc'] == 'conforme') X @endif @if ($rapport['verification_reference_vmc'] == 'non_conforme') X @endif @if ($rapport['verification_reference_vmc'] == 'non_verifiable') X @endif @if ($rapport['verification_reference_vmc'] == 'sans_objet') X @endif
BOUCHES D'EXTRACTION
@php $result = 'oui'; if ($rapport['verification_type_bouche_vmc'] == 'non_conforme' || empty($rapport['verification_type_bouche_vmc'])) { $result = 'non'; } @endphp @if ($result == 'oui') @else @endif Satisfaisant @if ($result == 'non') @else @endif Non Satisfaisant
POINTS DE CONTROLE Satisfaisant Non
Satisfaisant
Non
Vérifiable
Sans
Objet
Type, caractéristique @if ($rapport['verification_type_bouche_vmc'] == 'conforme') X @endif @if ($rapport['verification_type_bouche_vmc'] == 'non_conforme') X @endif @if ($rapport['verification_type_bouche_vmc'] == 'non_verifiable') X @endif @if ($rapport['verification_type_bouche_vmc'] == 'sans_objet') X @endif
BOUCHES D'ENTREE D'AIR
@php $result = 'oui'; if ($rapport['verification_type_entree_vmc'] == 'non_conforme' || empty($rapport['verification_type_entree_vmc'])) { $result = 'non'; } @endphp @if ($result == 'oui') @else @endif Satisfaisant @if ($result == 'non') @else @endif Non Satisfaisant
POINTS DE CONTROLE Satisfaisant Non
Satisfaisant
Non
Vérifiable
Sans
Objet
Type, caractéristique @if ($rapport['verification_type_entree_vmc'] == 'conforme') X @endif @if ($rapport['verification_type_entree_vmc'] == 'non_conforme') X @endif @if ($rapport['verification_type_entree_vmc'] == 'non_verifiable') X @endif @if ($rapport['verification_type_entree_vmc'] == 'sans_objet') X @endif
CONSTAT(S)
@if (!empty($rapport['observations_vmc'])) {{ nl2br($rapport['observations_vmc']) }} @else @if ($rapport['conformite_vmc'] == 'sans_objet' || ($rapport['conformite_vmc'] = '')) @else Néant @endif @endif
@endif {{-- fin version 6 --}} {{-- version 6 --}} @if ($rapport['version'] <= 6) @include('pdf.templates_pdf.rapports.page_heading')
DOCUMENTS MIS A LA DISPOSITION DU BENEFICIAIRE
@if ($rapport['preuve_devis'] == 1 && $rapport['preuve_facture'] == 1 && $rapport['cadre_distribution'] == 1) @else @endif Satisfaisant @if ($rapport['preuve_devis'] == 0 || $rapport['preuve_facture'] == 0 || $rapport['cadre_distribution'] == 0) @else @endif Non Satisfaisant


@if ($rapport['declaration_beneficiaire'] == '1') @else @endif Le bénéficiaire a déclaré ne jamais avoir reçu de la part du professionnel : le devis, et/ou la
facture, et/ou le cadre de contribution
Référence Présenté Non présenté
Devis {{ $rapport['reference_devis'] }} @if ($rapport['preuve_devis'] == 1) X @endif @if ($rapport['preuve_devis'] == 0) X @endif
Facture {{ $rapport['reference_facture'] }} @if ($rapport['preuve_facture'] == 1) X @endif @if ($rapport['preuve_facture'] == 0) X @endif
Cadre de contribution {{ $rapport['reference_cadre'] }} @if ($rapport['cadre_distribution'] == 1) X @endif @if ($rapport['cadre_distribution'] == 0) X @endif
DOCUMENTS NECESSAIRES A LA MISE EN SERVICE, L'UTIlISATION ET LA MAINTENANCE
@php $result = 'oui'; if ($rapport['document_mise_service_vmc'] == 'non_conforme' || empty($rapport['document_mise_service_vmc'])) { $result = 'non'; } if ($rapport['notice_vmc'] == 'non_conforme' || empty($rapport['notice_vmc'])) { $result = 'non'; } if ($rapport['rapport_essais_vmc'] == 'non_conforme' || empty($rapport['rapport_essais_vmc'])) { $result = 'non'; } @endphp @if ($result == 'oui') @else @endif Satisfaisant @if ($result == 'non') @else @endif Non Satisfaisant


POINTS DE CONTROLE Présenté Non
présenté
Notice d'installation et d'utilisation @if ($rapport['notice_vmc'] == 'conforme') X @endif @if ($rapport['notice_vmc'] == 'non_conforme') X @endif
Rapport d'essais de mise en service @if ($rapport['rapport_essais_vmc'] == 'conforme') X @endif @if ($rapport['rapport_essais_vmc'] == 'non_conforme') X @endif
CONSTAT(S)
@if (!empty($rapport['observations_documentation_vmc'])) {{ nl2br($rapport['observations_documentation_vmc']) }} @else Néant @endif
@endif {{-- version 6 --}} @if ($rapport['version'] <= 6) @include('pdf.templates_pdf.rapports.page_heading')
CONSTAT SUR LA QUALITE DES TRAVAUX ET/OU REGLES DE L'ART
@php $result = 'oui'; if ($rapport['installation_caisson_vmc'] == 'non_conforme' || empty($rapport['installation_caisson_vmc'])) { $result = 'non'; } if ($rapport['raccordement_conduits'] == 'non_conforme' || empty($rapport['raccordement_conduits'])) { $result = 'non'; } if ($rapport['adequation_diametre'] == 'non_conforme' || empty($rapport['adequation_diametre'])) { $result = 'non'; } if ($rapport['raccordement_conduits'] == 'non_conforme' || empty($rapport['raccordement_conduits'])) { $result = 'non'; } if ($rapport['conduits_vmc'] == 'non_conforme' || empty($rapport['conduits_vmc'])) { $result = 'non'; } if ($rapport['mise_en_oeuvre'] == 'non_conforme' || empty($rapport['mise_en_oeuvre'])) { $result = 'non'; } if ($rapport['mise_en_oeuvre_raccordement'] == 'non_conforme' || empty($rapport['mise_en_oeuvre_raccordement'])) { $result = 'non'; } if ($rapport['caracteristiques_cable'] == 'non_conforme' || empty($rapport['caracteristiques_cable'])) { $result = 'non'; } if ($rapport['protection_surintensite'] == 'non_conforme' || empty($rapport['protection_surintensite'])) { $result = 'non'; } @endphp @if ($result == 'oui') @else @endif Satisfaisant @if ($result == 'non') @else @endif Non Satisfaisant
POINTS DE CONTROLE Satisfaisant Non
Satisfaisant
Non
Vérifiable
Sans
Objet
Installation du caisson d'extraction en air vicié
Fixation du caisson d’extraction @if ($rapport['installation_caisson_vmc'] == 'conforme') X @endif @if ($rapport['installation_caisson_vmc'] == 'non_conforme') X @endif @if ($rapport['installation_caisson_vmc'] == 'non_verifiable') X @endif @if ($rapport['installation_caisson_vmc'] == 'sans_objet') X @endif
Raccordement des conduits aux entrées et sorties d’air @if ($rapport['raccordement_conduits'] == 'conforme') X @endif @if ($rapport['raccordement_conduits'] == 'non_conforme') X @endif @if ($rapport['raccordement_conduits'] == 'non_verifiable') X @endif @if ($rapport['raccordement_conduits'] == 'sans_objet') X @endif
Raccordement en sortie de toiture
Adéquation entre diamètre de sortie de toiture et conduit d’extraction @if ($rapport['adequation_diametre'] == 'conforme') X @endif @if ($rapport['adequation_diametre'] == 'non_conforme') X @endif @if ($rapport['adequation_diametre'] == 'non_verifiable') X @endif @if ($rapport['adequation_diametre'] == 'sans_objet') X @endif
Réseau aéraulique
Mise en œuvre @if ($rapport['mise_en_oeuvre'] == 'conforme') X @endif @if ($rapport['mise_en_oeuvre'] == 'non_conforme') X @endif @if ($rapport['mise_en_oeuvre'] == 'non_verifiable') X @endif @if ($rapport['mise_en_oeuvre'] == 'sans_objet') X @endif
Conduits @if ($rapport['conduits_vmc'] == 'conforme') X @endif @if ($rapport['conduits_vmc'] == 'non_conforme') X @endif @if ($rapport['conduits_vmc'] == 'non_verifiable') X @endif @if ($rapport['conduits_vmc'] == 'sans_objet') X @endif
Raccordement électrique
Mise en œuvre @if ($rapport['mise_en_oeuvre_raccordement'] == 'conforme') X @endif @if ($rapport['mise_en_oeuvre_raccordement'] == 'non_conforme') X @endif @if ($rapport['mise_en_oeuvre_raccordement'] == 'non_verifiable') X @endif @if ($rapport['mise_en_oeuvre_raccordement'] == 'sans_objet') X @endif
Caractéristiques du câble d'alimentation @if ($rapport['caracteristiques_cable'] == 'conforme') X @endif @if ($rapport['caracteristiques_cable'] == 'non_conforme') X @endif @if ($rapport['caracteristiques_cable'] == 'non_verifiable') X @endif @if ($rapport['caracteristiques_cable'] == 'sans_objet') X @endif
Protection contre les surintensités et les courts-circuits @if ($rapport['protection_surintensite'] == 'conforme') X @endif @if ($rapport['protection_surintensite'] == 'non_conforme') X @endif @if ($rapport['protection_surintensite'] == 'non_verifiable') X @endif @if ($rapport['protection_surintensite'] == 'sans_objet') X @endif
@endif {{-- fin version 6 --}} {{-- version 7 --}} @if ($rapport['version'] == 7) @include('pdf.templates_pdf.rapports.page_heading')
CONSTAT SUR LA QUALITE DES TRAVAUX ET/OU REGLES DE L'ART
@php $result = 'oui'; if ($rapport['ventilation_fonctionnement'] == 'non_conforme' || empty($rapport['ventilation_fonctionnement'])) { $result = 'non'; } if ($rapport['bouches_soufflage'] == 'non_conforme' || empty($rapport['bouches_soufflage'])) { $result = 'non'; } if ($rapport['partie_menuiseries'] == 'non_conforme' || empty($rapport['partie_menuiseries'])) { $result = 'non'; } if ($rapport['commerciales_ventilation'] == 'non_conforme' || empty($rapport['commerciales_ventilation'])) { $result = 'non'; } if ($rapport['air_haut'] == 'non_conforme' || empty($rapport['air_haut'])) { $result = 'non'; } if ($rapport['air_distance'] == 'non_conforme' || empty($rapport['air_distance'])) { $result = 'non'; } if ($rapport['bouches_service'] == 'non_conforme' || empty($rapport['bouches_service'])) { $result = 'non'; } if ($rapport['bouches_correctement'] == 'non_conforme' || empty($rapport['bouches_correctement'])) { $result = 'non'; } if ($rapport['bouches_distantes'] == 'non_conforme' || empty($rapport['bouches_distantes'])) { $result = 'non'; } if ($rapport['bouches_sol'] == 'non_conforme' || empty($rapport['bouches_sol'])) { $result = 'non'; } if ($rapport['portes_sol'] == 'non_conforme' || empty($rapport['portes_sol'])) { $result = 'non'; } if ($rapport['combles_volume'] == 'non_conforme' || empty($rapport['combles_volume'])) { $result = 'non'; } if ($rapport['conduits_souples_non'] == 'non_conforme' || empty($rapport['conduits_souples_non'])) { $result = 'non'; } if ($rapport['conduits_appareil'] == 'non_conforme' || empty($rapport['conduits_appareil'])) { $result = 'non'; } if ($rapport['ensemble_accessible'] == 'non_conforme' || empty($rapport['ensemble_accessible'])) { $result = 'non'; } if ($rapport['longueur_raccordement'] == 'non_conforme' || empty($rapport['longueur_raccordement'])) { $result = 'non'; } if ($rapport['section_mesure'] == 'non_conforme' || empty($rapport['section_mesure'])) { $result = 'non'; } if ($rapport['structure_antivibratoire'] == 'non_conforme' || empty($rapport['structure_antivibratoire'])) { $result = 'non'; } if ($rapport['dispositif_ventilation'] == 'non_conforme' || empty($rapport['dispositif_ventilation'])) { $result = 'non'; } if ($rapport['dispositif_circuit'] == 'non_conforme' || empty($rapport['dispositif_circuit'])) { $result = 'non'; } if ($rapport['raccordement_terre'] == 'non_conforme' || empty($rapport['raccordement_terre'])) { $result = 'non'; } if ($rapport['protection_contre'] == 'non_conforme' || empty($rapport['protection_contre'])) { $result = 'non'; } if ($rapport['caisson_ventilation'] == 'non_conforme' || empty($rapport['caisson_ventilation'])) { $result = 'non'; } if ($rapport['circuit_alimentant'] == 'non_conforme' || empty($rapport['circuit_alimentant'])) { $result = 'non'; } if ($rapport['condensats_siphon'] == 'non_conforme' || empty($rapport['condensats_siphon'])) { $result = 'non'; } if ($rapport['rejet_habitat'] == 'non_conforme' || empty($rapport['rejet_habitat'])) { $result = 'non'; } if ($rapport['rejet_ouvrant'] == 'non_conforme' || empty($rapport['rejet_ouvrant'])) { $result = 'non'; } if ($rapport['rejet_tuile'] == 'non_conforme' || empty($rapport['rejet_tuile'])) { $result = 'non'; } @endphp @if ($result == 'oui') @else @endif Satisfaisant @if ($result == 'non') @else @endif Non Satisfaisant
POINTS DE CONTROLE Satisfaisant Non
Satisfaisant
Sans
Objet
Non
Vérifiable
GENERALITES
Le système de ventilation simple flux est en état de fonctionnement @if ($rapport['ventilation_fonctionnement'] == 'conforme') X @endif @if ($rapport['ventilation_fonctionnement'] == 'non_conforme') X @endif
BOUCHES DE SOUFFLAGE ET AMENÉES D'AIR
Les amenées d'air neuf ou les bouches de soufflage sont présentes dans toutes les pièces de vie (séjour, chambre et bureau) et dans aucune pièce de service (cuisine, salle d'eau et WC) @if ($rapport['bouches_soufflage'] == 'conforme') X @endif @if ($rapport['bouches_soufflage'] == 'non_conforme') X @endif
Les amenées d’air sont installées en partie haute des menuiseries extérieures @if ($rapport['partie_menuiseries'] == 'conforme') X @endif @if ($rapport['partie_menuiseries'] == 'non_conforme') X @endif
Les références commerciales des composants du système de ventilation hygroréglable installé font partie de celles citées dans le même Avis Technique en cours de validité du système @if ($rapport['commerciales_ventilation'] == 'conforme') X @endif @if ($rapport['commerciales_ventilation'] == 'non_conforme') X @endif
Les amenées d’air sont orientées vers le haut @if ($rapport['air_haut'] == 'conforme') X @endif @if ($rapport['air_haut'] == 'non_conforme') X @endif
Les amenées d’air sont installées à une distance de moins de 30 cm du plafond @if ($rapport['air_distance'] == 'conforme') X @endif @if ($rapport['air_distance'] == 'non_conforme') X @endif
BOUCHES D’EXTRACTION
Les bouches d’extraction sont présentes dans toutes les pièces de de service (cuisine, salle d'eau et WC) et dans aucune pièce de vie (séjour, chambre et bureau) @if ($rapport['bouches_service'] == 'conforme') X @endif @if ($rapport['bouches_service'] == 'non_conforme') X @endif
Chaque bouche est correctement raccordée au réseau (étanchéité) @if ($rapport['bouches_correctement'] == 'conforme') X @endif @if ($rapport['bouches_correctement'] == 'non_conforme') X @endif
Les bouches d’extraction sont distantes d’au moins 20 cm d'angles de parois (mur ou plafond) @if ($rapport['bouches_distantes'] == 'conforme') X @endif @if ($rapport['bouches_distantes'] == 'non_conforme') X @endif
Les bouches d’extraction sont installées à au moins 180 cm du sol @if ($rapport['bouches_sol'] == 'conforme') X @endif @if ($rapport['bouches_sol'] == 'non_conforme') X @endif
@endif {{-- version 7 --}} @if ($rapport['version'] == 7) @include('pdf.templates_pdf.rapports.page_heading')
Satisfaisant Non
Satisfaisant
Sans
Objet
Non
Vérifiable
RÉSEAU D’EXTRACTION ET DE SOUFFLAGE
Les portes intérieures sont détalonnées d’au moins 1 cm par rapport au sol fini (2 cm en cas de cuisine avec un seul accès) ou disposent d’une grille de transit d'une section d'environ 150 cm² @if ($rapport['portes_sol'] == 'conforme') X @endif @if ($rapport['portes_sol'] == 'non_conforme') X @endif
En combles (ou tout autre volume non chauffé), la surface extérieure des conduits de ventilation est intégralement recouverte par un isolant, sans discontinuité (notamment pour les traversées de plancher). @if ($rapport['combles_volume'] == 'conforme') X @endif @if ($rapport['combles_volume'] == 'non_conforme') X @endif @if ($rapport['combles_volume'] == 'non_verifiable') X @endif @if ($rapport['combles_volume'] == 'sans_objet') X @endif
Les conduits souples sont non-percés, non-écrasés et non-étranglés @if ($rapport['conduits_souples_non'] == 'conforme') X @endif @if ($rapport['conduits_souples_non'] == 'non_conforme') X @endif @if ($rapport['conduits_souples_non'] == 'non_verifiable') X @endif
Les diamètres des conduits ne sont pas inférieurs au diamètre de sortie de l’appareil (caisson d'extraction) @if ($rapport['conduits_appareil'] == 'conforme') X @endif @if ($rapport['conduits_appareil'] == 'non_conforme') X @endif @if ($rapport['conduits_appareil'] == 'non_verifiable') X @endif
L'ensemble du réseau est accessible pour les opérations de maintenance (bouches de soufflage, bouches d'extraction, réseau de conduits, unité de ventilation, trappe d'accès et filtre) @if ($rapport['ensemble_accessible'] == 'conforme') X @endif @if ($rapport['ensemble_accessible'] == 'non_conforme') X @endif @if ($rapport['ensemble_accessible'] == 'non_verifiable') X @endif
La longueur de raccordement entre le piquage du caisson d'extraction et la bouche d'extraction est de 6 m au maximum @if ($rapport['longueur_raccordement'] == 'conforme') X @endif @if ($rapport['longueur_raccordement'] == 'non_conforme') X @endif @if ($rapport['longueur_raccordement'] == 'non_verifiable') X @endif
Chaque section de conduit souple mesure 3 m au maximum et comporte 2 coudes au maximum par bouches desservies @if ($rapport['section_mesure'] == 'conforme') X @endif @if ($rapport['section_mesure'] == 'non_conforme') X @endif @if ($rapport['section_mesure'] == 'non_verifiable') X @endif
@endif {{-- version 7 --}} @if ($rapport['version'] == 7) @include('pdf.templates_pdf.rapports.page_heading')
Satisfaisant Non
Satisfaisant
Non
Vérifiable
Sans
Objet
CAISSON DE VENTILATION
L’unité est fixée mais désolidarisée de la structure du bâtiment avec le matériau ou la fixation antivibratoire adéquate afin de limiter la propagation des vibrations @if ($rapport['structure_antivibratoire'] == 'conforme') X @endif @if ($rapport['structure_antivibratoire'] == 'non_conforme') X @endif @if ($rapport['structure_antivibratoire'] == 'non_verifiable') X @endif
Aucun dispositif mécanique individuel (hotte notamment) n’est raccordé sur le réseau de ventilation @if ($rapport['dispositif_ventilation'] == 'conforme') X @endif @if ($rapport['dispositif_ventilation'] == 'non_conforme') X @endif
Présence d'un dispositif différentiel résiduel 30 mA en amont du circuit d’alimentation électrique du caisson de ventilation @if ($rapport['dispositif_circuit'] == 'conforme') X @endif @if ($rapport['dispositif_circuit'] == 'non_conforme') X @endif
Présence d’un raccordement à la terre @if ($rapport['raccordement_terre'] == 'conforme') X @endif @if ($rapport['raccordement_terre'] == 'non_conforme') X @endif
Présence d’une protection contre les surintensités (2A) @if ($rapport['protection_contre'] == 'conforme') X @endif @if ($rapport['protection_contre'] == 'non_conforme') X @endif
Le caisson de ventilation est alimenté par un circuit spécialisée de section adaptée à la protection contre les surintensités @if ($rapport['caisson_ventilation'] == 'conforme') X @endif @if ($rapport['caisson_ventilation'] == 'non_conforme') X @endif
Le circuit électrique spécialisé alimentant le caisson de ventilation ne comporte aucun autre dispositif de coupure que celui présent dans le tableau électrique @if ($rapport['circuit_alimentant'] == 'conforme') X @endif @if ($rapport['circuit_alimentant'] == 'non_conforme') X @endif
Les condensats sont raccordés au réseau des eaux usées/pluviales du bâtiment via un siphon @if ($rapport['condensats_siphon'] == 'conforme') X @endif @if ($rapport['condensats_siphon'] == 'non_conforme') X @endif @if ($rapport['condensats_siphon'] == 'non_verifiable') X @endif
REJET D’AIR VICIÉ EN TOITURE
Le rejet d'air vicié est raccordé à l’extérieur de l'habitat (pas dans les combles) @if ($rapport['rejet_habitat'] == 'conforme') X @endif @if ($rapport['rejet_habitat'] == 'non_conforme') X @endif
Le rejet d'air vicié est éloigné d'au moins 60 cm de toute amenée d’air et de 40 cm de tout ouvrant @if ($rapport['rejet_ouvrant'] == 'conforme') X @endif @if ($rapport['rejet_ouvrant'] == 'non_conforme') X @endif
Le rejet d'air vicié en toiture ne se fait pas via une tuile à douille avec lanterne ou une chatière en diamètres de raccordement inférieur à 160 mm @if ($rapport['rejet_tuile'] == 'conforme') X @endif @if ($rapport['rejet_tuile'] == 'non_conforme') X @endif
@endif {{-- fin version 7 --}}