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. MyController.org - 0.0.3-alpha1 released

MyController.org - 0.0.3-alpha1 released

Scheduled Pinned Locked Moved MyController.org
newmycontroller.orgcontrollerrelease
12 Posts 6 Posters 4.2k Views 5 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.
  • hoegaarden_bierH Offline
    hoegaarden_bierH Offline
    hoegaarden_bier
    wrote on last edited by
    #3

    Very nice work!!!!!!!!!

    I found this controller yesterday ( used Openhab before),
    downloaded it last night (before you released it a few hours later),
    compiled it and it worked almost out of the box on my Raspberry Pi,...

    I am loving it already....
    So easy to use with the mysensors,... only had to install the RF24 module on my raspberry pi and the Mycontroller hooked right into it,....

    Great work,... definitely will be using this and helping out where I can!!!

    Wim

    1 Reply Last reply
    2
    • Horváth TiborH Offline
      Horváth TiborH Offline
      Horváth Tibor
      wrote on last edited by
      #4

      Hi!

      Everything is working fine, but how can i add firmware files? In the Add firmware section i have no type and version. How can i add this?

      Thanks

      J 1 Reply Last reply
      0
      • Horváth TiborH Horváth Tibor

        Hi!

        Everything is working fine, but how can i add firmware files? In the Add firmware section i have no type and version. How can i add this?

        Thanks

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

        @Horváth-Tibor
        0_1457129608977_firmware.png

        on firmware page click on Types to add new type
        and click on Versions to add new version.

        1 Reply Last reply
        1
        • Horváth TiborH Offline
          Horváth TiborH Offline
          Horváth Tibor
          wrote on last edited by
          #6

          oooh really :stuck_out_tongue_winking_eye:

          thanks :thumbsup:

          1 Reply Last reply
          1
          • tripyT Offline
            tripyT Offline
            tripy
            wrote on last edited by
            #7

            Hello Jkandasa,

            First, thank you very much for all the work you have put in your controller, it's a nice product and simple to have working.
            I just have tried this last version, but I cannot get the dashboard to display a graph of sensor, like the details of the previous action board was doing.
            To be more precise, I cannot get it to display a linear graph without having to wait for several minutes.

            I can see all the numerical values from my sensors, but on the linear graph I only have a rotating "please wait" circle.
            They stay that way, I think, until (I think) every sensors have updated their values.
            I say that, but it's a feeling, not a certainty.
            The thing is, if the dashboard is displayed correctly, navigating to any other screen and getting back to the dashboard populates it again with the waiting symbols, for a few minutes.

            Is this something known?

            J 1 Reply Last reply
            0
            • tripyT tripy

              Hello Jkandasa,

              First, thank you very much for all the work you have put in your controller, it's a nice product and simple to have working.
              I just have tried this last version, but I cannot get the dashboard to display a graph of sensor, like the details of the previous action board was doing.
              To be more precise, I cannot get it to display a linear graph without having to wait for several minutes.

              I can see all the numerical values from my sensors, but on the linear graph I only have a rotating "please wait" circle.
              They stay that way, I think, until (I think) every sensors have updated their values.
              I say that, but it's a feeling, not a certainty.
              The thing is, if the dashboard is displayed correctly, navigating to any other screen and getting back to the dashboard populates it again with the waiting symbols, for a few minutes.

              Is this something known?

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

              @tripy Thank you for using MyController.org

              No, It is not a known issue. I need some details to understand more,

              • Is your sensor has data(linear graph)?
              • What type of sensor and variable type?
              • Did you upgrade MyController.org from 0.0.3-alpha1-SNAPSHOT version?
              • Can you send the details of following? Open your MyController dashboard page in chrome browser, press CTRL+SHIFT+I , Once chrome developer screen opened, navigate to Networks wait few seconds(based on refresh time for graph, default: 30 seconds). You will see request something like https://host-ip:8443/mc/rest/metrics/metricsData?timestampFrom=1457120861793&variableId=1&withMinMax=false. Click that and navigate to Response. Can you post that data?

              Thank you!

              tripyT 1 Reply Last reply
              0
              • J jkandasa

                @tripy Thank you for using MyController.org

                No, It is not a known issue. I need some details to understand more,

                • Is your sensor has data(linear graph)?
                • What type of sensor and variable type?
                • Did you upgrade MyController.org from 0.0.3-alpha1-SNAPSHOT version?
                • Can you send the details of following? Open your MyController dashboard page in chrome browser, press CTRL+SHIFT+I , Once chrome developer screen opened, navigate to Networks wait few seconds(based on refresh time for graph, default: 30 seconds). You will see request something like https://host-ip:8443/mc/rest/metrics/metricsData?timestampFrom=1457120861793&variableId=1&withMinMax=false. Click that and navigate to Response. Can you post that data?

                Thank you!

                tripyT Offline
                tripyT Offline
                tripy
                wrote on last edited by tripy
                #9

                @jkandasa In order:

                • Yes, they are linear
                • 3 nodes. 2 nodes have 3 sensors (humidity, temperature and luminosity). 1 node just have humidity and temperature.
                  They implement respectively V_HUM, V_TEMP and V_LIGHT_LEVEL
                  They all basically are the DHT sensor, and I've added a LDR to report a relative luminosity in rooms.
                • I didn't upgraded. I run the 0.2 version on 1 machine, and have tried on another the 0.3
                  I downloaded the 0.3 that is available on the site. The file name is mycontroller-standalone-0.0.3-alpha1-bundle.tar.gz
                  So no, it's not the snapshot and it was a clean install.
                  They both use a MQTT broquer to get data (Latest version of mosquitto).
                  I did not use the built in MQTT broker from the 0.3 version
                • I'm running on Linux, and usually run Firefox. I tried to access mycontroller with Chromium with the same results.
                  This is the dashboard initially:
                  0_1457220243058_mcontroller initial dashboard.png
                  The strange thing is that I don't see a "metricsData" request in the initial display of the page.
                  All the bootstrapping happens in a few ms, and then nothing for the next 6 minutes.
                  0_1457220162934_mycontroller network trace after 6 minutes.png
                  And then, suddenly at the 7th minute, several metricsData request are coming through:
                  0_1457220302017_mycontroller network trace 7 minutes.png

                My dashboard is then ok, until I reload the page or naviate to another screen.
                0_1457220353693_mycontroller after metricData.png

                Hoping that this is relevant to you:
                Java version:

                openjdk version "1.8.0_72-internal"
                OpenJDK Runtime Environment (build 1.8.0_72-internal-b15)
                OpenJDK 64-Bit Server VM (build 25.72-b15, mixed mode)
                

                I tried to run it on a similar system (the one running the 0.2 version) with the same symptoms.
                I hope it's enough data to help you.
                Thanks.

                1 Reply Last reply
                0
                • M Offline
                  M Offline
                  midopple
                  wrote on last edited by
                  #10

                  Hi,

                  Ich like the mycontroller very much, the GUI is easy to use and work fine.

                  One question: Is there a way to make an virtuell sensor with to crom Temperature aalculate the dewpoint fnd humidity with a formular.
                  Or is it easiar to implement it in the Sensor.

                  Thanks
                  Michael

                  J 1 Reply Last reply
                  0
                  • M midopple

                    Hi,

                    Ich like the mycontroller very much, the GUI is easy to use and work fine.

                    One question: Is there a way to make an virtuell sensor with to crom Temperature aalculate the dewpoint fnd humidity with a formular.
                    Or is it easiar to implement it in the Sensor.

                    Thanks
                    Michael

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

                    @midopple Thank you for your interest with MyController.org. For now we do not have any option to implement formula with MyController.org.

                    But in future we should the one.

                    https://github.com/mycontroller-org/mycontroller/issues/151

                    1 Reply Last reply
                    0
                    • tripyT Offline
                      tripyT Offline
                      tripy
                      wrote on last edited by
                      #12

                      Ok, I feel pretty dumb not to have thought of it before, but I've found the issue.

                      For the sake of anyone running in the same issue, if you are running an ad blocker, try to disable it first.
                      Looking at the request in Chromium, it said "ERR_BLOCKED_BY_CLIENT"
                      0_1457283238242_mycontroler request blocked.png
                      Turning off the ad blocker resulted in a dashboard as you would expect it.

                      Sorry for bothering you for something I should have thought of, and thank you for your support.

                      1 Reply Last reply
                      1
                      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