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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #12

    On the "Sensors and variables mapping" page.

    The page number controller dosent work, you are only able to see the first page.

    Excellent work
    Goran

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jkandasa
      Plugin Developer
      wrote on last edited by
      #13

      @Werwolfx @goranrad Thank you very much to spend time to test MyController.org.

      I will fix the issues reported here as soon as.

      @Werwolfx

      After change the default admin password, mycontroller not logoff me and i not work in the interface.
      after logoff and logon myself from new password i can use again

      I have added fix for this. Once we changed the password will redirect to login page automatically.

      in Resources-Sensors not sorting for Node EUI. May be you add sorting to click on header table names ?

      as per our current design Node EUI not supported for sorting on this page. we may implement it later. we are not going to give sorting option of each tab. in this case it looks bit odd if we put it on table header and nice widget already available with patternfly for sorting. So we are using it separately. in the recent build Node EUI was removed from sorting options.

      not found RAW message send =( may be you add to dashboard button, in button configuration set raw message, if user press to the button, message send to node. is good functional for release to custom message nodes and one of more steps to mycontroller can smart home system
      May be add a REST API for send RAW message to other NODEs

      Yes, I removed, was assuming no one is using it. Sure, I will add it again.

      where I can post comments / suggestions to use this beta version?

      for now we do not have page to give feedback or comments. But for issues kindly use https://github.com/mycontroller-org/mycontroller/issues

      1 Reply Last reply
      0
      • T Offline
        T Offline
        Tag
        wrote on last edited by
        #14

        Can i test release 0.0.3 please? :smiley:

        WOW!! this is really cool stuff!!!
        Got a serial gateway with 2 wireless sensors running,
        Sensor 1:
        -Humidity
        -Temperature (DHT22)
        -Lightlevel (DHT22)

        Sensor 2:
        -Temperature (BMP085)
        -Airpressure (BMP085)
        -Outside temperature (with NTC)

        Keep up the good work!!!!

        1 Reply Last reply
        0
        • R Offline
          R Offline
          robosensor
          wrote on last edited by
          #15

          Sorry, seems like I broken demo site by entering " ` " in temperature field of sensor :worried:

          Now getVariables returns 500 error with message:

          errorMessage:"java.lang.NumberFormatException: For input string: "`""
          
          J 1 Reply Last reply
          0
          • R robosensor

            Sorry, seems like I broken demo site by entering " ` " in temperature field of sensor :worried:

            Now getVariables returns 500 error with message:

            errorMessage:"java.lang.NumberFormatException: For input string: "`""
            
            J Offline
            J Offline
            jkandasa
            Plugin Developer
            wrote on last edited by
            #16

            @robosensor said:

            Sorry, seems like I broken demo site by entering " ` " in temperature field of sensor :worried:

            Now getVariables returns 500 error with message:

            errorMessage:"java.lang.NumberFormatException: For input string: "`""
            

            It is not a problem. Thank you to made this. We have to fix this one also :smile:

            Thanks again!

            1 Reply Last reply
            0
            • J Offline
              J Offline
              jkandasa
              Plugin Developer
              wrote on last edited by
              #17

              @jkandasa said:

              @robosensor said:

              Sorry, seems like I broken demo site by entering " ` " in temperature field of sensor :worried:

              Now getVariables returns 500 error with message:

              errorMessage:"java.lang.NumberFormatException: For input string: "`""
              

              It is not a problem. Thank you to made this. We have to fix this one also :smile:

              Thanks again!

              Fixed. Yet to implement number validation in front end

              1 Reply Last reply
              1
              • R Offline
                R Offline
                robosensor
                wrote on last edited by robosensor
                #18

                Please also escape all information that demo user enters :) Just an example: I entered html in forecast sensor data in dashboard and this html is rendered in resources/logs section: http://demo.mycontroller.org/#/resources/logs/

                The same thing in node names in groups: http://demo.mycontroller.org/#/resources/groups/map/list/1

                J 1 Reply Last reply
                1
                • R robosensor

                  Please also escape all information that demo user enters :) Just an example: I entered html in forecast sensor data in dashboard and this html is rendered in resources/logs section: http://demo.mycontroller.org/#/resources/logs/

                  The same thing in node names in groups: http://demo.mycontroller.org/#/resources/groups/map/list/1

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

                  @robosensor said:

                  Please also escape all information that demo user enters :) Just an example: I entered html in forecast sensor data in dashboard and this html is rendered in resources/logs section: http://demo.mycontroller.org/#/resources/logs/

                  The same thing in node names in groups: http://demo.mycontroller.org/#/resources/groups/map/list/1

                  Thank you! I will fix issues!

                  1 Reply Last reply
                  0
                  • T Offline
                    T Offline
                    Tag
                    wrote on last edited by
                    #20

                    gui is looking great!,
                    have been playing with the software and found the following:

                    in resources/nodes, all my nodes (mysensors 15,x) are shown as "down" while they are sending data...is this a setup issue?

                    and for the weather forcast only N/A is shown and not the value from the sensor.....

                    rest looks great! really like the dashboard feature!

                    J 1 Reply Last reply
                    0
                    • T Tag

                      gui is looking great!,
                      have been playing with the software and found the following:

                      in resources/nodes, all my nodes (mysensors 15,x) are shown as "down" while they are sending data...is this a setup issue?

                      and for the weather forcast only N/A is shown and not the value from the sensor.....

                      rest looks great! really like the dashboard feature!

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

                      @Tag said:

                      gui is looking great!,

                      Thank you for the report and allocated time to test MyController.

                      have been playing with the software and found the following:

                      in resources/nodes, all my nodes (mysensors 15,x) are shown as "down" while they are sending data...is this a setup issue?

                      MyConttroller was looking I_HEARTBEAT_RESPONSE. From your question I understand that we should make up when we receive any message from node. I will work on it.

                      and for the weather forcast only N/A is shown and not the value from the sensor.....

                      These are all the weather station mapping icons from https://erikflowers.github.io/weather-icons/

                              {
                                id:"sunny",
                                value:"day-sunny",
                              },{
                                id:"cloudy",
                                value:"day-cloudy",
                              },{
                                id:"thunderstorm",
                                value:"day-thunderstorm",
                              },{
                                id:"stable",
                                value:"na",
                              },{
                                id:"unstable",
                                value:"na",
                              },{
                                id:"na",
                                value:"na",
                              }
                      

                      Source:https://github.com/mycontroller-org/mycontroller/blob/development/src/main/package/www/services/common_services.js#L286

                      we have to update this mapping based on our community members feedback.

                      rest looks great! really like the dashboard feature!

                      Thank you!

                      T 1 Reply Last reply
                      0
                      • A Offline
                        A Offline
                        anarro
                        wrote on last edited by
                        #22

                        Hi,

                        +1 I want to beta test, (and if you want.. colaborate to translate at lenguage Spanish..)

                        Good job!

                        J 1 Reply Last reply
                        0
                        • A anarro

                          Hi,

                          +1 I want to beta test, (and if you want.. colaborate to translate at lenguage Spanish..)

                          Good job!

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

                          @anarro said:

                          Hi,

                          +1 I want to beta test, (and if you want.. colaborate to translate at lenguage Spanish..)

                          Good job!

                          Thank you! Spanish already available. Kindly send request to https://www.transifex.com/mycontrollerorg/gui-angularjs/language/es_AR/

                          1 Reply Last reply
                          0
                          • J jkandasa

                            @Tag said:

                            gui is looking great!,

                            Thank you for the report and allocated time to test MyController.

                            have been playing with the software and found the following:

                            in resources/nodes, all my nodes (mysensors 15,x) are shown as "down" while they are sending data...is this a setup issue?

                            MyConttroller was looking I_HEARTBEAT_RESPONSE. From your question I understand that we should make up when we receive any message from node. I will work on it.

                            and for the weather forcast only N/A is shown and not the value from the sensor.....

                            These are all the weather station mapping icons from https://erikflowers.github.io/weather-icons/

                                    {
                                      id:"sunny",
                                      value:"day-sunny",
                                    },{
                                      id:"cloudy",
                                      value:"day-cloudy",
                                    },{
                                      id:"thunderstorm",
                                      value:"day-thunderstorm",
                                    },{
                                      id:"stable",
                                      value:"na",
                                    },{
                                      id:"unstable",
                                      value:"na",
                                    },{
                                      id:"na",
                                      value:"na",
                                    }
                            

                            Source:https://github.com/mycontroller-org/mycontroller/blob/development/src/main/package/www/services/common_services.js#L286

                            we have to update this mapping based on our community members feedback.

                            rest looks great! really like the dashboard feature!

                            Thank you!

                            T Offline
                            T Offline
                            Tag
                            wrote on last edited by
                            #24

                            @jkandasa said:

                            sed on our community member

                            Just tested the common services script, works like a charm, best thing is, forecast is Sunny!! :)

                            1 Reply Last reply
                            1
                            • J Offline
                              J Offline
                              jkandasa
                              Plugin Developer
                              wrote on last edited by
                              #25

                              Hello every one thank you for your support and feedback on beta test. In another couple of days I'm going to release 0.0.3-alpha1 to public. Kindly report your issues, if you face any. I will try to fix it before release.

                              Also update your locale. https://www.transifex.com/mycontrollerorg/multi-locale/dashboard/

                              Demo server updated till commit #523. demo.mycontroller.org

                              1 Reply Last reply
                              1
                              • A Offline
                                A Offline
                                anarro
                                wrote on last edited by anarro
                                #26

                                Hi,

                                After update (and stop/start) I show this:

                                0_1456229791674_MyController_Captura1.JPG

                                Pd.
                                I copied all files and folders..

                                sorry, excuse my ignorance..

                                Thanks!
                                Antoni.

                                J 1 Reply Last reply
                                0
                                • A anarro

                                  Hi,

                                  After update (and stop/start) I show this:

                                  0_1456229791674_MyController_Captura1.JPG

                                  Pd.
                                  I copied all files and folders..

                                  sorry, excuse my ignorance..

                                  Thanks!
                                  Antoni.

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

                                  @anarro said:

                                  Hi,

                                  After update (and stop/start) I show this:

                                  Pd.
                                  I copied all files and folders..

                                  sorry, excuse my ignorance..

                                  Thanks!
                                  Antoni.

                                  you have to extract bindle zip file. call mycontroller/bin/start.sh . If you were using old version of MyController.org server. stop it first.
                                  Refresh your browser.(clear cache).

                                  A 1 Reply Last reply
                                  0
                                  • J jkandasa

                                    @anarro said:

                                    Hi,

                                    After update (and stop/start) I show this:

                                    Pd.
                                    I copied all files and folders..

                                    sorry, excuse my ignorance..

                                    Thanks!
                                    Antoni.

                                    you have to extract bindle zip file. call mycontroller/bin/start.sh . If you were using old version of MyController.org server. stop it first.
                                    Refresh your browser.(clear cache).

                                    A Offline
                                    A Offline
                                    anarro
                                    wrote on last edited by anarro
                                    #28

                                    @jkandasa, I deleted the cache and work fine!!, now let's testing..

                                    Pd.
                                    For the next release, how do we do the updates?... first we need save the file "./conf/mycontroller.property", and data base file (which)?

                                    thanks you!!
                                    Antoni.

                                    J 1 Reply Last reply
                                    1
                                    • A anarro

                                      @jkandasa, I deleted the cache and work fine!!, now let's testing..

                                      Pd.
                                      For the next release, how do we do the updates?... first we need save the file "./conf/mycontroller.property", and data base file (which)?

                                      thanks you!!
                                      Antoni.

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

                                      @anarro said:

                                      @jkandasa, I deleted the cache and work fine!!, now let's testing..

                                      Pd.
                                      For the next release, how do we do the updates?... first we need save the file "./conf/mycontroller.property", and data base file (which)?

                                      thanks you!!
                                      Antoni.

                                      Note: MyController.org going to support upgrade and restore from 0.0.3-alpha1 version.
                                      You can take a backup via GUI and keep safe backup file. Extract new release on different location, point out backup up file and do restore. that's it.

                                      A 1 Reply Last reply
                                      0
                                      • J jkandasa

                                        @anarro said:

                                        @jkandasa, I deleted the cache and work fine!!, now let's testing..

                                        Pd.
                                        For the next release, how do we do the updates?... first we need save the file "./conf/mycontroller.property", and data base file (which)?

                                        thanks you!!
                                        Antoni.

                                        Note: MyController.org going to support upgrade and restore from 0.0.3-alpha1 version.
                                        You can take a backup via GUI and keep safe backup file. Extract new release on different location, point out backup up file and do restore. that's it.

                                        A Offline
                                        A Offline
                                        anarro
                                        wrote on last edited by anarro
                                        #30

                                        @jkandasa, This version is awesome !!, his work is spectacular.

                                        Antoni.

                                        1 Reply Last reply
                                        0
                                        • A Offline
                                          A Offline
                                          anarro
                                          wrote on last edited by
                                          #31

                                          Hi,

                                          When I click on "Backup" option its show this:
                                          0_1456266660262_MyControl_capture3.jpg

                                          Thank you,
                                          Antoni.

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


                                          20

                                          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