Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Controllers
  3. MyController.org
  4. beta testers required for MyController 0.0.3-alpha1 release

beta testers required for MyController 0.0.3-alpha1 release

Scheduled Pinned Locked Moved MyController.org
mycontroller.org
55 Posts 10 Posters 13.5k Views 9 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J jkandasa

    @hoegaarden_bier said:

    I noticed that when graphing data in dashboard (mixed sensors graph) for sensors that send data at different intervals (eg 1=5min;2=1min) that the graph and the interactive guide line is showing something what I think is the epoch time and the marker dots do not align (only at start of graph).
    Turning off the checkbox ( Use intractive guide line) resolves the issue.

    Yes, It's known issue with nvd3 chart plugin. For that only I gave an option to disable interactive guide

    J Offline
    J Offline
    jkandasa
    Plugin Developer
    wrote on last edited by
    #46

    @hoegaarden_bier Thank you for your support!!

    1 Reply Last reply
    1
    • hoegaarden_bierH Offline
      hoegaarden_bierH Offline
      hoegaarden_bier
      wrote on last edited by
      #47

      When trying to uploading a Firmware , I create a version + type , then try to upload a firmware file (eg. BLINK.ino sketch ), I get an error

      2016-03-01 21:43:32,002 ERROR [Acme.Utils.ThreadPool(8)-PooledThread: Acme.Serve.Serve$ServeConnection@5f12cf] [org.mycontroller.standalone.api.jaxrs.exception.mappers.ApplicationExceptionMapper:41] ApplicationException,
      org.jboss.resteasy.spi.ApplicationException: java.lang.StringIndexOutOfBoundsException: String index out of range: 1
      	at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:152) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:295) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:249) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:236) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:395) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:202) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:221) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at org.jboss.resteasy.plugins.server.tjws.TJWSServletDispatcher.service(TJWSServletDispatcher.java:40) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at Acme.Serve.Serve$ServeConnection.runServlet(Serve.java:2328) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at Acme.Serve.Serve$ServeConnection.parseRequest(Serve.java:2282) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at Acme.Serve.Serve$ServeConnection.run(Serve.java:2054) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at Acme.Utils$ThreadPool$PooledThread.run(Utils.java:1402) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at java.lang.Thread.run(Thread.java:744) [na:1.8.0]
      Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 1
      	at java.lang.String.substring(String.java:1950) ~[na:1.8.0]
      	at org.mycontroller.standalone.mysensors.firmware.FirmwareUtils.getFirmware(FirmwareUtils.java:75) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at org.mycontroller.standalone.mysensors.firmware.FirmwareUtils.updateFirmwareFromHexString(FirmwareUtils.java:50) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at org.mycontroller.standalone.mysensors.firmware.FirmwareUtils.createFirmware(FirmwareUtils.java:161) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at org.mycontroller.standalone.api.jaxrs.FirmwareHandler.createFirmware(FirmwareHandler.java:211) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0]
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0]
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0]
      	at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0]
      	at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:139) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
      	... 15 common frames omitted
      

      This is the way it should work not?

      J 1 Reply Last reply
      0
      • hoegaarden_bierH hoegaarden_bier

        When trying to uploading a Firmware , I create a version + type , then try to upload a firmware file (eg. BLINK.ino sketch ), I get an error

        2016-03-01 21:43:32,002 ERROR [Acme.Utils.ThreadPool(8)-PooledThread: Acme.Serve.Serve$ServeConnection@5f12cf] [org.mycontroller.standalone.api.jaxrs.exception.mappers.ApplicationExceptionMapper:41] ApplicationException,
        org.jboss.resteasy.spi.ApplicationException: java.lang.StringIndexOutOfBoundsException: String index out of range: 1
        	at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:152) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:295) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:249) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:236) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:395) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:202) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:221) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at org.jboss.resteasy.plugins.server.tjws.TJWSServletDispatcher.service(TJWSServletDispatcher.java:40) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at Acme.Serve.Serve$ServeConnection.runServlet(Serve.java:2328) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at Acme.Serve.Serve$ServeConnection.parseRequest(Serve.java:2282) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at Acme.Serve.Serve$ServeConnection.run(Serve.java:2054) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at Acme.Utils$ThreadPool$PooledThread.run(Utils.java:1402) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at java.lang.Thread.run(Thread.java:744) [na:1.8.0]
        Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 1
        	at java.lang.String.substring(String.java:1950) ~[na:1.8.0]
        	at org.mycontroller.standalone.mysensors.firmware.FirmwareUtils.getFirmware(FirmwareUtils.java:75) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at org.mycontroller.standalone.mysensors.firmware.FirmwareUtils.updateFirmwareFromHexString(FirmwareUtils.java:50) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at org.mycontroller.standalone.mysensors.firmware.FirmwareUtils.createFirmware(FirmwareUtils.java:161) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at org.mycontroller.standalone.api.jaxrs.FirmwareHandler.createFirmware(FirmwareHandler.java:211) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0]
        	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0]
        	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0]
        	at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0]
        	at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:139) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
        	... 15 common frames omitted
        

        This is the way it should work not?

        J Offline
        J Offline
        jkandasa
        Plugin Developer
        wrote on last edited by jkandasa
        #48

        @hoegaarden_bier said:

        When trying to uploading a Firmware , I create a version + type , then try to upload a firmware file (eg. BLINK.ino sketch ), I get an error

        This is the way it should work not?

        You should upload .hex file.

        hoegaarden_bierH 1 Reply Last reply
        0
        • J jkandasa

          @hoegaarden_bier said:

          When trying to uploading a Firmware , I create a version + type , then try to upload a firmware file (eg. BLINK.ino sketch ), I get an error

          This is the way it should work not?

          You should upload .hex file.

          hoegaarden_bierH Offline
          hoegaarden_bierH Offline
          hoegaarden_bier
          wrote on last edited by
          #49

          @jkandasa
          Thx, that works :)

          1 Reply Last reply
          0
          • hoegaarden_bierH Offline
            hoegaarden_bierH Offline
            hoegaarden_bier
            wrote on last edited by
            #50

            Question,...
            What makes the status of a NODE (under node details) go down?

            J 1 Reply Last reply
            0
            • hoegaarden_bierH hoegaarden_bier

              Question,...
              What makes the status of a NODE (under node details) go down?

              J Offline
              J Offline
              jkandasa
              Plugin Developer
              wrote on last edited by jkandasa
              #51

              @hoegaarden_bier

              Have a look at https://github.com/mycontroller-org/mycontroller/issues/27

              https://github.com/mysensors/Arduino/blob/f9d23c9c697ebc57d935aa4de6f47c3381a0810a/libraries/MySensors/core/MySensorCore.cpp#L241

              node status will be checked based on I_HEARTBEAT_RESPONSE for every 30 minutes by default. If we do not receive with in 30 minutes, will mark that node as down. MyControllor will send _HEARBEAT request to all nodes every 30 minutes once. you can change this 30 minutes as your wish. located at Settings-->System --> Node alive check interval typo :) I will fix it (Noded alive check interval)

              1 Reply Last reply
              0
              • hoegaarden_bierH Offline
                hoegaarden_bierH Offline
                hoegaarden_bier
                wrote on last edited by
                #52

                Hey,
                I'll be adding my defects on github as well :)
                Thx for the quick responses, you must be close to my timezone or work very late/early;

                J 1 Reply Last reply
                0
                • hoegaarden_bierH hoegaarden_bier

                  Hey,
                  I'll be adding my defects on github as well :)
                  Thx for the quick responses, you must be close to my timezone or work very late/early;

                  J Offline
                  J Offline
                  jkandasa
                  Plugin Developer
                  wrote on last edited by
                  #53

                  @hoegaarden_bier said:

                  Hey,
                  I'll be adding my defects on github as well :)
                  Thx for the quick responses, you must be close to my timezone or work very late/early;

                  https://github.com/mycontroller-org/mycontroller/issues/146 this should not be a bug, it's deleted all the resources log. Will fill with new information once it receives.

                  1 Reply Last reply
                  0
                  • hoegaarden_bierH Offline
                    hoegaarden_bierH Offline
                    hoegaarden_bier
                    wrote on last edited by
                    #54

                    Question:

                    When my sensor node does a 'requestTime', what time (epoch) does it send back?
                    Is this UTC, localtime????

                    J 1 Reply Last reply
                    0
                    • hoegaarden_bierH hoegaarden_bier

                      Question:

                      When my sensor node does a 'requestTime', what time (epoch) does it send back?
                      Is this UTC, localtime????

                      J Offline
                      J Offline
                      jkandasa
                      Plugin Developer
                      wrote on last edited by
                      #55

                      @hoegaarden_bier said:

                      Question:

                      When my sensor node does a 'requestTime', what time (epoch) does it send back?
                      Is this UTC, localtime????

                      will send local server time with local timezone.

                      https://github.com/mycontroller-org/mycontroller/blob/development/src/main/java/org/mycontroller/standalone/mysensors/MySensorsMessageEngine.java#L211

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      24

                      Online

                      11.7k

                      Users

                      11.2k

                      Topics

                      113.1k

                      Posts


                      Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • MySensors
                      • OpenHardware.io
                      • Categories
                      • Recent
                      • Tags
                      • Popular