> ## Documentation Index
> Fetch the complete documentation index at: https://doc.sensolus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Platformabonnementen en add-ons

> Gedetailleerde vergelijking van platformabonnementen en beschrijving van add-ons

export const HeaderBadge = ({type, checkDms = false}) => {
  function addGroupBadge(h1Id) {
    const h1Element = document.getElementById(h1Id);
    if (!h1Element) {
      console.error(`Element with ID "${h1Id}" not found`);
      return;
    }
    if (h1Element.querySelector('.header-badge')) {
      console.warn('Header badge already exists on this element');
      return;
    }
    const badge = document.createElement('span');
    badge.className = 'header-badge';
    var badgeText;
    var badgeColor;
    switch (type) {
      case 'public':
        badgeText = 'Public';
        badgeColor = '#858585ff';
        break;
      case 'end-user':
        badgeText = 'End-User';
        badgeColor = '#0071a1';
        break;
      case 'multi-org':
        badgeText = 'Multi-Org';
        badgeColor = '#0071a1';
        break;
      case 'partner':
        badgeText = 'Partner';
        badgeColor = '#0071a1';
        break;
      case 'partner-pricing-eu':
        badgeText = 'Partner-EU';
        badgeColor = '#0071a1';
        break;
      case 'partner-pricing-us':
        badgeText = 'Partner-US';
        badgeColor = '#0071a1';
        break;
      case 'partner-pricing-world':
        badgeText = 'Partner-World';
        badgeColor = '#0071a1';
        break;
      case 'sensolus-internal':
        badgeText = 'Sensolus only';
        badgeColor = '#ffa858';
        break;
      default:
        badgeText = type;
        badgeColor = '#ffa858';
    }
    badge.textContent = badgeText;
    badge.style.cssText = `
        background-color: ${badgeColor};
        color: white;
        padding: 0.3em 0.8em 0.3em 0.8em;
        border-radius: 6px;
        font-size: 0.4em;
        margin-left: 20px;
        vertical-align: middle;
    `;
    h1Element.appendChild(badge);
  }
  function checkDocumentationServerAccess(type) {
    fetch('https://cloud.sensolus.com/documentation/user', {
      method: 'GET',
      headers: {
        'Accept': 'application/json'
      },
      credentials: 'include'
    }).then(response => {
      if (!response.ok) {
        console.error('Could not fetch documentation server user:', response);
      }
      return response.json();
    }).then(user => {
      const compatibleGroups = {
        "NORMAL": ["end-user", "public"],
        "PUBLIC": ["public"],
        "PARTNER": ["partner", "public", "end-user", "multi-org"],
        "MULTI_ORG": ["multi-org", "public", "end-user"],
        "SYSTEM": ["public", "end-user", "multi-org", "partner", "sensolus-internal"]
      };
      const allowedGroups = compatibleGroups[user.orgType] || [];
      const compatiblePriceListGroups = {
        "EU": ["partner-pricing-eu"],
        "US": ["partner-pricing-us"],
        "WORLD": ["partner-pricing-eu", "partner-pricing-us", "partner-pricing-world"]
      };
      allowedGroups.push(...compatiblePriceListGroups[user.orgType === "SYSTEM" ? "WORLD" : user.priceList] || []);
      if (!allowedGroups.includes(type)) {
        if (user.orgType === 'PUBLIC') {
          window.location.href = '/login?redirect=' + encodeURIComponent(window.location.pathname);
        } else {
          window.location.href = '/logout';
        }
      }
      addGroupBadge("page-title");
    }).catch(error => {
      console.error('Could not fetch documentation server user:', error);
      addGroupBadge("page-title");
    });
  }
  useEffect(() => {
    console.info("adding badge");
    addGroupBadge("page-title");
  });
  useEffect(() => {
    console.info("checking server access for type" + type);
    if (type && type !== 'public' && checkDms) {
      checkDocumentationServerAccess(type);
    }
  }, [type]);
  return <></>;
};

<HeaderBadge type={'public'} checkDms={false} />

{/* DO NOT CHANGE FILENAME OR STRUCTURE: Webpage links to this doc page! */}

## Sensolus productabonnementen

Afhankelijk van uw Sensolus-platformabonnement krijgt u meer of minder asset-functies wanneer u zich aanmeldt bij het platform. De Sensolus-oplossing is beschikbaar in 3 abonnementen: Essential, Professional & Analytics.

<Frame caption="Platformabonnementen">
  <img src="https://mintcdn.com/sensolus/YS3qyMdHjAdnZZ6T/docs/spec_sheets/images/assets_platformplans.png?fit=max&auto=format&n=YS3qyMdHjAdnZZ6T&q=85&s=0b59c5c29d7e817c50ea543fa23d21d1" width="1246" height="411" data-path="docs/spec_sheets/images/assets_platformplans.png" />
</Frame>

Het **Essential**-abonnement richt zich op het kennen van de laatst gemelde locatie, historische locaties en ritten van elke asset in de vloot. Het **Professional**-abonnement voegt de mogelijkheid toe voor geozone-bezoekanalyse, voorraadbeheer en conditiebewaking met externe sensoren. Het **Analytics**-abonnement gaat een stuk verder door de gebruikspatronen van die assets te analyseren en KPI's te leveren waarmee men het gebruik, de capaciteit en de verdeling van die assets onmiddellijk kan optimaliseren. Alle platformpakketten bieden API's om de functionaliteit die ze bieden te integreren in externe systemen.

## Gedetailleerde abonnementsinformatie

Een overzicht van de services en functies die zijn inbegrepen in de verschillende abonnementen wordt weergegeven in de onderstaande tabel.

| Functie                                                                       | Essential  | Professional | Analytics  |
| ----------------------------------------------------------------------------- | ---------- | ------------ | ---------- |
| **LOCATIE**                                                                   |            |              |            |
| Asset map                                                                     | x          | x            | x          |
| Historische locaties & ritten                                                 | x          | x            | x          |
| Animatie van historische locatiegegevens                                      |            |              | x          |
| Geo beacons localisatie                                                       | x          | x            | x          |
| Privé-wifi-locatiebepaling                                                    | x          | x            | x          |
| Adresopzoeking                                                                | x          | x            | x          |
| Kilometerstand (kortste-padschatting)                                         |            |              | x          |
| Aangepaste kaartoverlays                                                      |            | x            | x          |
| Plattegronden                                                                 |            | x            | x          |
| **GEOZONE**                                                                   |            |              |            |
| Geozone aanmaken                                                              | x          | x            | x          |
| Geozones importeren/exporteren in bulk via Excel/csv                          |            | x            | x          |
| Melding geozone binnen/buiten                                                 | x          | x            | x          |
| Melding geozone te lang/kort binnen/buiten                                    |            | x            | x          |
| Geozone-overzicht – lijstweergave                                             | x          | x            | x          |
| Geozone-overzicht – dashboard - liveweergave                                  |            | x            | x          |
| Geozone-statistieken - dashboard - voorraadverloop & stromen tussen geozones  |            |              | x          |
| Enkele geozone - dashboard - liveweergave                                     |            | x            | x          |
| Enkele geozone - dashboard - voorraadverloop/verblijftijden/in-out en stromen |            |              | x          |
| Geozone-bezoeken                                                              |            | x            | x          |
| **PROCESSTROOMSERVICE**                                                       |            |              |            |
| Stroom aanmaken                                                               |            |              | x          |
| Stroomdashboard                                                               |            |              | x          |
| **ACTIVITEITSSERVICE**                                                        |            |              |            |
| Asset-activiteitsdashboard                                                    | x          | x            | x          |
| **BENUTTIGINGSSERVICE**                                                       |            |              |            |
| Definitie van benuttigings-KPI                                                |            |              | x          |
| Asset-benuttigings-KPI-dashboard                                              |            |              | x          |
| Vloot-benuttigings-KPI-dashboard                                              |            |              | x          |
| **ONDERHOUDSSERVICE**                                                         |            |              |            |
| Onderhoudsprogrammamaker                                                      |            |              | x          |
| Asset-onderhoudsdashboard                                                     |            |              | x          |
| Vloot-onderhoudsdashboard                                                     |            |              | x          |
| **OMGEVINGSSENSORSERVICE**                                                    |            |              |            |
| Actuele en historische sensorgegevens                                         |            | x            | x          |
| Ingebouwde temperatuursensor                                                  |            | x            | x          |
| Externe BLE-sensoren                                                          |            | x            | x          |
| Oriëntatiestatus/gebeurtenissen van asset                                     |            | x            | x          |
| **MOBIELE APP**                                                               |            |              |            |
| Native Android telefoon/tablet-applicatie                                     | x          | x            | x          |
| Native iOS telefoon/tablet-applicatie                                         | x          | x            | x          |
| Assetlijst & kaart                                                            | x          | x            | x          |
| Asset-ritten en locaties                                                      | x          | x            | x          |
| Begeleiding naar een asset                                                    | x          | x            | x          |
| Nabijgelegen assets detecteren via BLE                                        | x          | x            | x          |
| Assetlocatie inchecken                                                        | x          | x            | x          |
| **AANGEPASTE BEDRIJFSGEGEVENS**                                               |            |              |            |
| Externe assetgegevens injecteren                                              |            | x            | x          |
| **ONTWIKKELAARS-API'S**                                                       |            |              |            |
| Pull API                                                                      | x          | x            | x          |
| Push API                                                                      | x          | x            | x          |
| MQTT-ondersteuning                                                            |            | x            | x          |
| **GENERIEKE PLATFORMSERVICE - MELDINGEN**                                     |            |              |            |
| Configurator voor meldingsregels                                              | x          | x            | x          |
| Lijst met actieve meldingen                                                   | x          | x            | x          |
| Dashboard met actieve meldingen                                               |            | x            | x          |
| Lijst met historische meldingen                                               | x          | x            | x          |
| Dashboard met historische meldingen                                           |            | x            | x          |
| Aangepast onderwerp voor e-mailmelding                                        |            | x            | x          |
| Meldingen bevestigen en becommentariëren                                      |            | x            | x          |
| REST push-melding voor meldingen                                              |            | x            | x          |
| **GENERIEKE PLATFORMSERVICE – GEGEVENSEXPORT EN RAPPORTAGE**                  |            |              |            |
| Rapportmaker                                                                  |            | x            | x          |
| Geplande rapporten                                                            |            | x            | x          |
| Aangepaste rapportsjablonen                                                   |            |              | x          |
| Extern aangemakte rapporten injecteren                                        |            |              | x          |
| **GENERIEKE PLATFORMSERVICE - DASHBOARDING**                                  |            |              |            |
| Aangepaste dashboards                                                         | x          | x            | x          |
| Power BI-dashboards                                                           |            |              | x          |
| Ingesloten IFRAME-dashboards                                                  |            |              | x          |
| **GENERIEKE PLATFORMSERVICE – TRACKER CONFIGURATIE**                          |            |              |            |
| Visualisatie van tracker-instellingen                                         | x          | x            | x          |
| Visualisatie van apparaatgebruiksprofielen                                    | x          | x            | x          |
| Tracker-gebruiksprofielen pushen                                              | x          | x            | x          |
| **GENERIEKE PLATFORMSERVICE - COMMUNICATIE**                                  |            |              |            |
| Gegevensherstel (gepatenteerd)                                                | x          | x            | x          |
| Abonnementsinformatie                                                         | x          | x            | x          |
| **GENERIEKE PLATFORMSERVICE – ASSET ZOEKEN**                                  |            |              |            |
| Snel zoeken (bovenste balk)                                                   | x          | x            | x          |
| Geavanceerde assetzoekfilters                                                 | x          | x            | x          |
| Zoekfilters opslaan/laden                                                     |            | x            | x          |
| Zoekresultaten exporteren als rapport                                         |            | x            | x          |
| **GEBRUIKERSBEHEER**                                                          |            |              |            |
| Gebruikersbeheer                                                              | x          | x            | x          |
| Standaard gebruikersrollen (viewer, editor, admin)                            | x          | x            | x          |
| Aangepaste gebruikersrollen                                                   | x          | x            | x          |
| Auditlogboeken                                                                | x          | x            | x          |
| **GENERIEKE PLATFORMSERVICE – AANPASSING**                                    |            |              |            |
| Aangepaste startpagina                                                        |            | x            | x          |
| Aangepaste afbeelding- en pictogrambibliotheek                                | x          | x            | x          |
| **QUOTA**                                                                     |            |              |            |
| Bewaarperiode voor apparaatgegevens (bijv. locatie)                           | 12 maanden | 24 maanden   | 36 maanden |
| Maximum aantal geozones                                                       | 50         | 100          | 200        |
| Maximum aantal meldingsregels                                                 | 10         | 25           | 50         |
| Maximum aantal geplande rapporten                                             | 10         | 15           | 25         |

Neem contact op met Sensolus als uw vereisten niet overeenkomen met de bovenstaande quota.

## Sensolus product add-ons

Sensolus biedt 2 add-ons. Ze kunnen onafhankelijk van het gekozen productabonnement worden gebruikt en hebben een vaste terugkerende prijs, ongeacht het aantal assets dat u heeft.

<Frame caption="Sensolus add-ons">
  <img src="https://mintcdn.com/sensolus/YS3qyMdHjAdnZZ6T/docs/spec_sheets/images/assets_addons.png?fit=max&auto=format&n=YS3qyMdHjAdnZZ6T&q=85&s=1fa7badd7b12784c5842f579479236ca" width="767" height="158" data-path="docs/spec_sheets/images/assets_addons.png" />
</Frame>

De branding add-on stelt u in staat uw bedrijfsidentiteit toe te passen op het Sensolus-platform.

**Functies van de branding add-on**

| Functie                   | Beschikbaarheid |
| ------------------------- | --------------- |
| Branded aanmeldpagina     | x               |
| Branded applicatie        | x               |
| Branded e-mails           | x               |
| Aangepaste URL            | x               |
| Branded rapporten         | x               |
| Taalstrings overschrijven | x               |

De enterprise security add-on stelt u in staat authenticatie- en zichtbaarheidsregels te definiëren die zijn afgestemd op uw organisatie en processen.

**Functies van de enterprise security add-on**

| Functie               | Beschikbaarheid |
| --------------------- | --------------- |
| Single sign-on        | x               |
| Zichtbaarheidsgroepen | x               |
