• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. SimnetSA

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    SimnetSA

    @SimnetSA

    0
    Reputation
    647
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    SimnetSA Unfollow Follow

    Latest posts made by SimnetSA

    • RE: HTTP Publisher / snapshotSendPeriod not saved

      Ok i understand.
      I thought that the Publisher send one requet per point but it send a lot a point on one request. We have change the php script to catch all values and now it's ok. Thanks !

      posted in Mango feedback
      S
      SimnetSA
    • RE: HTTP Publisher / snapshotSendPeriod not saved

      Hello

      I have a little issue more with the HTTP Publisher.
      We have log the GET request on a web test server, and we have this scenario :

      1. First value that Mango send : All OK.
      2. Second and next values that Mango send : The GET parameter is concatenated to the previous value...

      Example :

      Parameter for http publisher is : test
      URL for the http publisher : http://10.1.1.1/test.php

      First send -> http://10.1.1.1/test.php?test=10
      Second and next sends : http://10.1.1.1/test.php?test=10&test=10&test=10 .....

      The web server is catching the first value of the GET string and we never have an update for this points.

      Thanks

      posted in Mango feedback
      S
      SimnetSA
    • RE: HTTP Publisher / snapshotSendPeriod not saved

      Hello

      Now we can save the settings.

      But we have a little issue. The snapshot interval settings seems to have no impact on my system.

      Here the current settings. Is something wrong ?

      0_1481747423435_snapshot-1.PNG

      0_1481747435707_snapshot-2.PNG

      posted in Mango feedback
      S
      SimnetSA
    • RE: HTTP Publisher / snapshotSendPeriod not saved

      Yes. Upgrade in progress. Thanks a lot

      posted in Mango feedback
      S
      SimnetSA
    • RE: HTTP Publisher / snapshotSendPeriod not saved

      @phildunlap Hello
      Thanks for the quick answer.
      Normally i can see the 2.84 release when i go on the Modules pages and click on "Check Upgrades" ? I'm in 2.8.2 but i have the message that all modules are up to date.

      Regards

      posted in Mango feedback
      S
      SimnetSA
    • HTTP Publisher / snapshotSendPeriod not saved

      Hello,

      We have a little issue with the HTTP Publisher. We need to send some datas to an API but the snapshot settings are not saved correctly. We enable "Send regular snapshot" setting, save the publisher but when we come back on the page, the checkbox is disabled.

      Thanks for your support.

      Regards

      posted in Mango feedback
      S
      SimnetSA
    • REST API access custom software

      Hi all,

      We are developping an application for a client to fetch some datas on a custom dashboard. We use the REST API to get the data values but we are facing an error:

      <html><\n><head><\n><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><\n><title>Error 406 Not Acceptable</title><\n></head><\n><body><h2>HTTP ERROR 406</h2><\n><p>Problem accessing /rest/v1/login/admin. Reason:<\n><pre> Not Acceptable</pre></p><hr><i><small>Powered by Jetty://</small></i><hr/><\n><\n></body><\n></html><\n>

      we tested to change the headers / application/json , ...

      We tried with the swagger and all OK / if we're not logged in we receive a 401 error..

      Is the header the problem or do we need to add the distant ip addresses? In which file?

      Thanks in advance for your answer

      Best regards

      posted in Development general discussion
      S
      SimnetSA