<?xml version="1.0" encoding="utf-8" ?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:tt="http://teletype.in/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"><title>SensMax manuals</title><author><name>SensMax manuals</name></author><id>https://teletype.in/atom/sensmax_manuals</id><link rel="self" type="application/atom+xml" href="https://teletype.in/atom/sensmax_manuals?offset=0"></link><link rel="alternate" type="text/html" href="https://manuals.sensmax.eu/?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=sensmax_manuals"></link><link rel="next" type="application/rss+xml" href="https://teletype.in/atom/sensmax_manuals?offset=10"></link><link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></link><updated>2026-04-10T20:33:41.595Z</updated><entry><id>sensmax_manuals:bXSNDfwZC</id><link rel="alternate" type="text/html" href="https://manuals.sensmax.eu/bXSNDfwZC?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=sensmax_manuals"></link><title>Scaling and Reset functions for the LiveReport</title><published>2020-07-20T17:02:39.672Z</published><updated>2020-07-20T17:38:29.984Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://teletype.in/files/4b/14/4b14930b-9da1-4bfb-bb15-c055e2238a84.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://teletype.in/files/be/58/be58a7dc-57cc-4c31-b366-084d4b3d8b40.png&quot;&gt;These functions are working for reports which were shared via link.</summary><content type="html">
  &lt;p&gt;These functions are working for reports which were shared via link.&lt;/p&gt;
  &lt;p&gt;The Reset function allows to reset readings to any desired value. The Reset function will not affect to collected data, but affects only to current report.&lt;/p&gt;
  &lt;p&gt;The Scaling function allows to adjust size of digits and message for the LiveReport.&lt;/p&gt;
  &lt;p&gt;&lt;/p&gt;
  &lt;p&gt;Using of these function is easy.&lt;/p&gt;
  &lt;h3&gt;STEP 1: click&lt;/h3&gt;
  &lt;figure class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/be/58/be58a7dc-57cc-4c31-b366-084d4b3d8b40.png&quot; width=&quot;1372&quot; /&gt;
  &lt;/figure&gt;
  &lt;h3&gt;STEP 2: adjust&lt;/h3&gt;
  &lt;figure class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/af/0c/af0c78be-4083-42ef-af42-d7d24b780bf6.png&quot; width=&quot;1365&quot; /&gt;
  &lt;/figure&gt;
  &lt;p&gt;Video manual here:&lt;/p&gt;
  &lt;figure class=&quot;m_column&quot;&gt;
    &lt;iframe src=&quot;https://www.youtube.com/embed/b3pfq8Zj8Bk?autoplay=0&amp;loop=0&amp;mute=0&quot;&gt;&lt;/iframe&gt;
  &lt;/figure&gt;

</content></entry><entry><id>sensmax_manuals:GuSJs7fYw</id><link rel="alternate" type="text/html" href="https://manuals.sensmax.eu/GuSJs7fYw?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=sensmax_manuals"></link><title>SensMax API methods for getting data from SensMax real-time reports</title><published>2020-07-13T15:24:50.103Z</published><updated>2020-07-13T15:24:50.103Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://teletype.in/files/e7/b6/e7b64adf-4504-4dc0-81ff-4a76ffd49fb3.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://teletype.in/files/41/9b/419b75d0-4e23-49a1-b32f-59af37098207.png&quot;&gt;This document describe API methods which allows to get data from LiveReport and GO-STOP reports from my.sensmax.eu</summary><content type="html">
  &lt;p&gt;This document describe API methods which allows to get data from LiveReport and GO-STOP reports from my.sensmax.eu&lt;/p&gt;
  &lt;h2&gt;API key&lt;/h2&gt;
  &lt;p&gt;To get the API key, please go to your profile settings, and press the Get API key link. &lt;br /&gt;You will need to enter your password again.&lt;/p&gt;
  &lt;p&gt;The example of http request header:&lt;/p&gt;
  &lt;pre&gt;GET /api/v2/sensors HTTP/1.1
HOST: my.sensmax.eu
apikey: e4a137c95a756b2110c6485050db57b027454571d3c3a5dafb4d36e1f51746ef&lt;/pre&gt;
  &lt;p&gt;&lt;/p&gt;
  &lt;h2&gt;Getting report results&lt;/h2&gt;
  &lt;p&gt;Request:&lt;/p&gt;
  &lt;p&gt;GET https://my.sensmax.eu/api/v2/report/&amp;lt;report_id&amp;gt;&lt;/p&gt;
  &lt;p&gt;Where &amp;lt;report_id&amp;gt; you can get after create report &lt;u&gt;from share form&lt;/u&gt;, or in url to report.&lt;/p&gt;
  &lt;figure class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/41/9b/419b75d0-4e23-49a1-b32f-59af37098207.png&quot; width=&quot;654&quot; /&gt;
  &lt;/figure&gt;
  &lt;p&gt;The answer is JSON that contains the following structure:&lt;/p&gt;
  &lt;pre&gt;{
  &amp;quot;id&amp;quot;: 4242, // sensor group id (used in reset request)
  &amp;quot;name&amp;quot;: «My Shop&amp;quot;, // sensor group name
  &amp;quot;date&amp;quot;: &amp;quot;2020-06-09 18:14 +04:00&amp;quot;, // datetime when last data update
  &amp;quot;currentTime&amp;quot;: &amp;quot;2020-06-09 18:14 +04:00&amp;quot;, // current datetime with timezone setting on profile user
  &amp;quot;inside&amp;quot;: 0, // current value of visitors inside
  &amp;quot;max&amp;quot;: 7, // limit visitors inside
  &amp;quot;almostFullPreset&amp;quot;: 5, // limit almost full visitors inside
  &amp;quot;offline&amp;quot;: false, // turn on true when any sensors in group is offline
  &amp;quot;color&amp;quot;: &amp;quot;green&amp;quot;, // color for text
  &amp;quot;message&amp;quot;: &amp;quot;Welcome!&amp;quot;, // message for current value visitors inside
  &amp;quot;messageWhenLimitReached&amp;quot;: &amp;quot;The shop is full&amp;quot;,
  &amp;quot;messageWhenAlmostFullReached&amp;quot;: &amp;quot;The shop is almost full&amp;quot;,
  &amp;quot;messageWhenFree&amp;quot;: &amp;quot;Welcome!&amp;quot;
  }&lt;/pre&gt;
  &lt;p&gt;&lt;/p&gt;
  &lt;h2&gt;Reset current value of visitors inside&lt;/h2&gt;
  &lt;p&gt;Request:&lt;/p&gt;
  &lt;pre&gt;POST https://my.sensmax.eu/api/v2/report/&amp;lt;report_id&amp;gt;/settings/sensor-groups/&amp;lt;sensor_group_id&amp;gt;/reset&lt;/pre&gt;
  &lt;p&gt;With body:&lt;/p&gt;
  &lt;pre&gt;{
  &amp;quot;visitors_on_reset&amp;quot;:1
}&lt;/pre&gt;
  &lt;p&gt;Where &amp;lt;report_id&amp;gt; you can get after create report from share form, and &amp;lt;sensor_group_id&amp;gt; you can get from answer to request before.&lt;/p&gt;
  &lt;p&gt;The answer is JSON that contains the following structure:&lt;/p&gt;
  &lt;pre&gt;{
  &amp;quot;time&amp;quot;: &amp;quot;2020-06-09 15:48 +04:00&amp;quot;,
  &amp;quot;success&amp;quot;: true,
  &amp;quot;visitorsonreset&amp;quot;: 1
 }&lt;/pre&gt;

</content></entry><entry><id>sensmax_manuals:SaF3glq9B</id><link rel="alternate" type="text/html" href="https://manuals.sensmax.eu/SaF3glq9B?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=sensmax_manuals"></link><title>Live Report and GO-STOP fast setup</title><published>2020-05-18T10:54:26.606Z</published><updated>2020-05-18T10:58:45.921Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://teletype.in/files/92/11/921146ea-40e5-4365-81c4-791755897f35.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://teletype.in/files/c7/43/c7430019-f220-4436-b6fe-28d65f42efd9.gif&quot;&gt;This application note will show you in 5 steps how to make easy setup of newest reports from SensMax.</summary><content type="html">
  &lt;p&gt;This application note will show you in 5 steps how to make easy setup of newest reports from SensMax.&lt;/p&gt;
  &lt;p&gt;First of all, please make sure that you are using &lt;a href=&quot;http://my.sensmax.eu/freepremiumtable&quot; target=&quot;_blank&quot;&gt;Premium &lt;/a&gt;subscription on &lt;a href=&quot;https://my.sensmax.eu/login&quot; target=&quot;_blank&quot;&gt;my.sensmax.eu&lt;/a&gt;, because only Premium allows to use the immediate data delivery function. &lt;/p&gt;
  &lt;h3&gt;STEP 1: setup the hardware for immediate delivery&lt;/h3&gt;
  &lt;p&gt;The immediate data delivery option provides data delivery from the sensor triggering till web report during 2-3 seconds.&lt;/p&gt;
  &lt;p&gt;To enable immediade data delivery, please go to &lt;strong&gt;Devices&lt;/strong&gt;, tap on desired data collector in &lt;strong&gt;My devices&lt;/strong&gt; list and select the&lt;strong&gt; Immediate Delivery&lt;/strong&gt; under &lt;strong&gt;Mode&lt;/strong&gt; list:&lt;/p&gt;
  &lt;figure class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/c7/43/c7430019-f220-4436-b6fe-28d65f42efd9.gif&quot; width=&quot;710&quot; /&gt;
  &lt;/figure&gt;
  &lt;h3&gt;STEP 2: create user group&lt;/h3&gt;
  &lt;p&gt;The Live Report and GO-STOP reports both are working with user group only.&lt;br /&gt;The user group allows to setup various parameters. You can setup limits and messages which will be shown when corresponding limit reached. &lt;br /&gt;Also, user group allows to combine data from many sensors in single report.&lt;/p&gt;
  &lt;p&gt;In the &lt;strong&gt;Device &lt;/strong&gt;tab, add a new group. Also enter name of new group and other settings:&lt;/p&gt;
  &lt;figure class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/34/67/3467c634-d0c5-4241-ab2f-44cf63126b11.gif&quot; width=&quot;700&quot; /&gt;
  &lt;/figure&gt;
  &lt;h3&gt;STEP 3: adding sensors to user group&lt;/h3&gt;
  &lt;p&gt;Now need to add sensors in created group.  The desired sensors from ALL DEVICES group should be copied to user group.&lt;br /&gt;Please note, each direction of the sensor (IN and OUT) should be copied separately. &lt;br /&gt;Just  drag and drop desired sensors to created group:&lt;/p&gt;
  &lt;figure class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/1b/b4/1bb49080-afe5-4df8-954d-35bc6d873e38.gif&quot; width=&quot;514&quot; /&gt;
  &lt;/figure&gt;
  &lt;h3&gt;STEP 4: create report&lt;/h3&gt;
  &lt;p&gt;Now everything ready to create the report.&lt;br /&gt;Go to the &lt;strong&gt;Create report&lt;/strong&gt; tab, select the created group (or few groups) from the list of devices. It is important to select whole group, but not few from sensors included.&lt;/p&gt;
  &lt;p&gt;When group selected, please choose the report you need (&lt;strong&gt;Live Report &lt;/strong&gt;or&lt;strong&gt; GO-STOP Report&lt;/strong&gt;) and press &lt;strong&gt;Save and show&lt;/strong&gt; button:&lt;/p&gt;
  &lt;figure class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/e0/89/e0897228-cb03-41a9-b0e4-8e69137ba188.gif&quot; width=&quot;686&quot; /&gt;
  &lt;/figure&gt;
  &lt;h3&gt;STEP 5: share report via link&lt;/h3&gt;
  &lt;p&gt;The SensMax system provides the amazing feature to share any report via link.&lt;br /&gt;This link can be used with any smart device which have Internet browser.&lt;br /&gt;For example, you can show the report on Smart TV or Android Tablet or iPad etc.&lt;br /&gt;Any person who have link can watch the report even without registration on my.sensmax.eu web site.&lt;/p&gt;
  &lt;p&gt;To share report by link, please press the &lt;strong&gt;Share report&lt;/strong&gt; button and enable the &lt;strong&gt;Open access by link&lt;/strong&gt; option:&lt;/p&gt;
  &lt;figure class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/53/ef/53ef0739-0942-4a53-b78e-0681411c6e22.gif&quot; width=&quot;686&quot; /&gt;
  &lt;/figure&gt;

</content></entry><entry><id>sensmax_manuals:-XWHl-7mq</id><link rel="alternate" type="text/html" href="https://manuals.sensmax.eu/-XWHl-7mq?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=sensmax_manuals"></link><title>GO-STOP Report</title><published>2020-04-27T13:05:35.571Z</published><updated>2020-04-27T13:05:35.571Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://teletype.in/files/89/69/89696608-e981-491d-a1e0-9dc298ef317e.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://teletype.in/files/20/89/2089fdb4-8409-40d8-9516-4fc6b2216d8a.png&quot;&gt;The GO-STOP report was especially designed to help control of occupancy due the COVID-19 situation.
 
This report can be used together with any SensMax hardware with TIMESTAMP protocol support (have &quot;TS&quot; in product name).</summary><content type="html">
  &lt;p&gt;The GO-STOP report was especially designed to help control of occupancy due the COVID-19 situation.&lt;br /&gt; &lt;br /&gt;This report can be used together with any SensMax hardware with TIMESTAMP protocol support (have &amp;quot;TS&amp;quot; in product name).&lt;/p&gt;
  &lt;figure class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/20/89/2089fdb4-8409-40d8-9516-4fc6b2216d8a.png&quot; width=&quot;1462&quot; /&gt;
  &lt;/figure&gt;
  &lt;p&gt;User can setup different parameters for different premises:&lt;/p&gt;
  &lt;p&gt;·         Total space – how many visitors allowed inside premises.&lt;/p&gt;
  &lt;p&gt;·         Almost full preset - notify when the premises almost full. &lt;/p&gt;
  &lt;p&gt;·         Corresponding messages which will be shown when each of presets was reached.&lt;/p&gt;
  &lt;p&gt;·         Reset time – the time when report do automatic reset.&lt;/p&gt;
  &lt;p&gt;The report can be shared by link. &lt;br /&gt;Anyone who have link can see the report (without registration on my.sensmax.eu).&lt;br /&gt;Please try this demo link: &lt;a href=&quot;https://my.sensmax.eu/r/251211&quot; target=&quot;_blank&quot;&gt;https://my.sensmax.eu/r/251211&lt;/a&gt;&lt;/p&gt;
  &lt;p&gt;The report especially intended to control people flow on site.   &lt;br /&gt;Just put Smart TV (or other smart device with screen) near the entrance of your shop, input this link in internet browser and show full-screen report.&lt;/p&gt;
  &lt;h2&gt;Example screenshots&lt;/h2&gt;
  &lt;figure class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/2f/28/2f287760-1c6d-4c9e-9e05-4c758b18d32f.png&quot; width=&quot;1346&quot; /&gt;
  &lt;/figure&gt;
  &lt;figure class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/9f/21/9f2174a6-4876-4d84-9ff0-b8bc8df2e880.png&quot; width=&quot;1346&quot; /&gt;
  &lt;/figure&gt;
  &lt;figure class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/c6/74/c674aed3-366f-4aa9-98ba-122fbbdd8452.png&quot; width=&quot;1347&quot; /&gt;
  &lt;/figure&gt;

</content></entry><entry><id>sensmax_manuals:4bZnJOUg9</id><link rel="alternate" type="text/html" href="https://manuals.sensmax.eu/4bZnJOUg9?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=sensmax_manuals"></link><title>Live Report</title><published>2020-04-27T10:52:10.981Z</published><updated>2020-04-27T12:47:13.139Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://teletype.in/files/10/55/1055f5f7-255a-40f5-a9aa-e1b29abcd4f1.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://teletype.in/files/10/be/10be6e55-0034-49b2-b2b2-fe7e7fbe2258.png&quot;&gt;The Live Report shows how many visitors inside premise for now ONLINE.
This report was especially designed to help control of occupancy due the COVID-19 situation.</summary><content type="html">
  &lt;p&gt;The Live Report shows how many visitors inside premise for now ONLINE.&lt;br /&gt;This report was especially designed to help control of occupancy due the COVID-19 situation.&lt;/p&gt;
  &lt;p&gt;&lt;br /&gt;This report can be used together with any SensMax hardware with TIMESTAMP protocol support (have &amp;quot;TS&amp;quot; in product name).&lt;/p&gt;
  &lt;p&gt;The report is highly configurable. You can setup different parameters for different premises:&lt;/p&gt;
  &lt;p&gt;·         Total space – how many visitors allowed inside premises.&lt;/p&gt;
  &lt;p&gt;·         Almost full preset - notify when the premises almost full. &lt;/p&gt;
  &lt;p&gt;·         Corresponding messages which will be shown when each of presets was reached.&lt;/p&gt;
  &lt;p&gt;·         Reset time – the time when report do automatic reset.&lt;br /&gt;In additional, the report can be &lt;u&gt;shared by link&lt;/u&gt;. &lt;br /&gt;Anyone who have link can see the report (without registration on my.sensmax.eu).&lt;br /&gt;Please try this demo link: &lt;a href=&quot;http://my.sensmax.eu/r/250465&quot; target=&quot;_blank&quot;&gt;https://my.sensmax.eu/r/250465&lt;/a&gt;&lt;/p&gt;
  &lt;blockquote&gt;&lt;strong&gt;&lt;em&gt;The good idea to input this link in internet browser of Smart TV &lt;br /&gt;and show full-screen report near the entrance of your shop.&lt;/em&gt;&lt;/strong&gt;&lt;/blockquote&gt;
  &lt;h2&gt;Example screenshots&lt;/h2&gt;
  &lt;figure class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/10/be/10be6e55-0034-49b2-b2b2-fe7e7fbe2258.png&quot; width=&quot;1371&quot; /&gt;
  &lt;/figure&gt;
  &lt;figure class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/a5/e0/a5e0fa4d-8c2b-4a33-a766-a841dfeb1ad9.png&quot; width=&quot;1372&quot; /&gt;
  &lt;/figure&gt;
  &lt;figure class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/15/ce/15ce966e-7cd5-4471-aa99-615bdf380774.png&quot; width=&quot;1373&quot; /&gt;
  &lt;/figure&gt;
  &lt;p&gt;&lt;/p&gt;
  &lt;h2&gt;Video review&lt;/h2&gt;
  &lt;figure class=&quot;m_column&quot;&gt;
    &lt;iframe src=&quot;https://www.youtube.com/embed/ylOHGvuWVBA?autoplay=0&amp;loop=0&amp;mute=0&quot;&gt;&lt;/iframe&gt;
  &lt;/figure&gt;

</content></entry><entry><id>sensmax_manuals:Ru71qzCgt</id><link rel="alternate" type="text/html" href="https://manuals.sensmax.eu/Ru71qzCgt?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=sensmax_manuals"></link><title>Occupancy report</title><published>2020-04-27T08:43:03.426Z</published><updated>2020-04-27T08:43:03.426Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://teletype.in/files/ae/c6/aec688ea-19bf-4284-9266-0b068f9269e8.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://teletype.in/files/c3/b8/c3b8dc1a-a7ba-4c77-972b-f645967e2c9e.png&quot;&gt;The Occupancy report allows you to get information about the number of visitors and available space in the room in real time. For example, using this report you can control the number of visitors inside the room when there are restrictions on the number of free places in the room. </summary><content type="html">
  &lt;p&gt;The Occupancy report allows you to get information about the number of visitors and available space in the room in real time. For example, using this report you can control the number of visitors inside the room when there are restrictions on the number of free places in the room. &lt;/p&gt;
  &lt;p&gt;Occupancy report shows the number of people in the room and determines the occupancy with respect to a predetermined parameter - the &amp;quot;Total space&amp;quot; constant. The report works with bidirectional sensors SensMax D3 LR/SLR TS and displays the number of people in the counting zone.&lt;/p&gt;
  &lt;p&gt;&lt;strong&gt;Map view:&lt;/strong&gt;&lt;/p&gt;
  &lt;p&gt;The Map view shows all locations on map by different colors. The colors are dependent from current Available space value.&lt;/p&gt;
  &lt;figure class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/c3/b8/c3b8dc1a-a7ba-4c77-972b-f645967e2c9e.png&quot; width=&quot;1043&quot; /&gt;
  &lt;/figure&gt;
  &lt;p&gt;&lt;strong&gt;Chart view: &lt;/strong&gt;&lt;/p&gt;
  &lt;p&gt;The numbers on the chart in the Occupancy report shows the Available space at the specified time.&lt;br /&gt;Available space is calculated by the formula:&lt;br /&gt;&lt;strong&gt;Available space = Total space - Visitors inside&lt;/strong&gt;&lt;/p&gt;
  &lt;figure class=&quot;m_column&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/36/cf/36cf6835-6cca-445f-a2fe-2adfec8e240c.png&quot; width=&quot;1068&quot; /&gt;
  &lt;/figure&gt;

</content></entry><entry><id>sensmax_manuals:SkBiwo5HH</id><link rel="alternate" type="text/html" href="https://manuals.sensmax.eu/SkBiwo5HH?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=sensmax_manuals"></link><title>NPS Timeline report</title><published>2019-09-02T14:30:53.285Z</published><updated>2019-09-02T14:30:53.285Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://teletype.in/files/d4/d4be99fd-99ba-4011-b4a6-46643c7f49c5.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://teletype.in/files/60/60da1300-c431-48ff-9753-985c4c132c1b.png&quot;&gt;The report shows the Net Promoters Score in a timeline </summary><content type="html">
  &lt;p&gt;The report shows the Net Promoters Score in a timeline &lt;/p&gt;
  &lt;p&gt;The NPS shows how likely a respondent would recommend your company services or products to his friends or colleagues.&lt;/p&gt;
  &lt;p&gt;The NPS index calculated by formula NPS = Promoters (%) - Detractors (%).&lt;/p&gt;
  &lt;p&gt;The NPS value is presents as a number in range -100…+100. A positive value is considered as good NPS.&lt;/p&gt;
  &lt;p&gt;In the timeline the NPS is shown as an icon that represents a certain score range.&lt;/p&gt;
  &lt;p&gt;&lt;/p&gt;
  &lt;h2&gt;Chart view:&lt;/h2&gt;
  &lt;figure class=&quot;m_custom&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/60/60da1300-c431-48ff-9753-985c4c132c1b.png&quot; width=&quot;1079&quot; /&gt;
  &lt;/figure&gt;
  &lt;h2&gt;Table view:&lt;/h2&gt;
  &lt;figure class=&quot;m_custom&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/1f/1fe5d77c-774b-410a-b88e-2fa8366d5b8d.png&quot; width=&quot;1090&quot; /&gt;
  &lt;/figure&gt;

</content></entry><entry><id>sensmax_manuals:r17Nywcrr</id><link rel="alternate" type="text/html" href="https://manuals.sensmax.eu/r17Nywcrr?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=sensmax_manuals"></link><title>Loyalty button e-mail notification</title><published>2019-09-02T09:21:46.749Z</published><updated>2019-09-02T14:32:59.689Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://teletype.in/files/ab/aba91d61-18e8-4025-aa27-3efddd5077e4.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://teletype.in/files/23/232323f1-3a76-443e-a45d-4ccb9463a192.png&quot;&gt;If this function is enabled you will receive a notification to your e-mail when a feedback button is pressed a defined number of time.</summary><content type="html">
  &lt;p&gt;If this function is enabled you will receive a notification to your e-mail when a feedback button is pressed a defined number of time.&lt;/p&gt;
  &lt;p&gt;To enable the notifications, please follow these steps:&lt;/p&gt;
  &lt;figure class=&quot;m_custom&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/23/232323f1-3a76-443e-a45d-4ccb9463a192.png&quot; width=&quot;1190.6386861313867&quot; /&gt;
  &lt;/figure&gt;
  &lt;ol&gt;
    &lt;li&gt;Go to “Create report” page&lt;/li&gt;
    &lt;li&gt;Select your Loyalty Button device&lt;/li&gt;
    &lt;li&gt;Select one of the report types for the Loyalty Buttons&lt;/li&gt;
    &lt;li&gt;Press “Add e-mail notification”&lt;/li&gt;
    &lt;li&gt;Press “Edit” button&lt;/li&gt;
    &lt;li&gt;Configure the notification&lt;/li&gt;
    &lt;li&gt;Press “Save and show”&lt;/li&gt;
  &lt;/ol&gt;
  &lt;p&gt;&lt;/p&gt;
  &lt;h2&gt;Here is the notification example:&lt;/h2&gt;
  &lt;figure class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/5d/5d6d72bb-2cc0-41c8-a0c4-f7e2b2575a97.jpeg&quot; width=&quot;776&quot; /&gt;
  &lt;/figure&gt;

</content></entry><entry><id>sensmax_manuals:S1_FfAjpV</id><link rel="alternate" type="text/html" href="https://manuals.sensmax.eu/S1_FfAjpV?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=sensmax_manuals"></link><title>Immediate Data Delivery</title><published>2019-05-29T09:35:59.833Z</published><updated>2019-05-29T11:05:59.752Z</updated><summary type="html">&lt;img src=&quot;https://teletype.in/files/2d/2d5d8b92-ce8c-4499-a10b-a5c87b41149a.png&quot;&gt;If this function enabled data will be delivered during 10 seconds or faster.</summary><content type="html">
  &lt;p&gt;If this function enabled data will be delivered during 10 seconds or faster.&lt;/p&gt;
  &lt;p&gt;&lt;em&gt;NOTE: this function supported by SensMax TIMESTAMP devices only. All other devices will send data to server according default Power Profile.&lt;/em&gt;&lt;/p&gt;
  &lt;p&gt;To enable the Immediate Data Delivery option, please go to the &lt;strong&gt;Devices&lt;/strong&gt;, then tap to desired data collector in &lt;strong&gt;My devices&lt;/strong&gt; list and select the &lt;strong&gt;Immediate Delivery&lt;/strong&gt; &lt;strong&gt;Mode&lt;/strong&gt;.&lt;/p&gt;
  &lt;figure class=&quot;m_custom&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/2d/2d5d8b92-ce8c-4499-a10b-a5c87b41149a.png&quot; width=&quot;1878&quot; /&gt;
  &lt;/figure&gt;

</content></entry><entry><id>sensmax_manuals:B1kqApjTN</id><link rel="alternate" type="text/html" href="https://manuals.sensmax.eu/B1kqApjTN?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=sensmax_manuals"></link><title>Sound When Crossing</title><published>2019-05-29T09:19:02.582Z</published><updated>2019-05-29T09:41:26.288Z</updated><summary type="html">&lt;img src=&quot;https://teletype.in/files/08/08661e6a-f4ed-4ac7-b15b-2637775dbf28.png&quot;&gt;This option can be enabled for each data collector. When enabled, all sensors which are connected to corresponding data collector make sound when any visitor come in or come out.</summary><content type="html">
  &lt;p&gt;This option can be enabled for each data collector. When enabled, all sensors which are connected to corresponding data collector make sound when any visitor come in or come out.&lt;/p&gt;
  &lt;p&gt;&lt;em&gt;NOTE: if option enabled this can discharge sensor battery faster.&lt;/em&gt;&lt;/p&gt;
  &lt;p&gt;&lt;strong&gt;Demonstration video:&lt;/strong&gt;&lt;/p&gt;
  &lt;figure&gt;
    &lt;iframe src=&quot;https://www.youtube.com/embed/zIkx7w6-Wis&quot;&gt;&lt;/iframe&gt;
  &lt;/figure&gt;
  &lt;p&gt;To enable the &lt;strong&gt;Sound When Crossing &lt;/strong&gt;option, please go to &lt;strong&gt;Devices&lt;/strong&gt;, tap on desired data collector in &lt;strong&gt;My devices&lt;/strong&gt; list and enable option in right window.&lt;/p&gt;
  &lt;figure class=&quot;m_custom&quot;&gt;
    &lt;img src=&quot;https://teletype.in/files/08/08661e6a-f4ed-4ac7-b15b-2637775dbf28.png&quot; width=&quot;1623&quot; /&gt;
  &lt;/figure&gt;

</content></entry></feed>