• header.categories
    • header.recent
    • header.tags
    • header.popular
    • register
    • login

    MyController 1.1.0.Final version released

    scheduled pinned locked moved Announcements
    release
    11 posts 3 posters 2.9k views 2 watching
    loading-more-posts
    • oldest-to-newest
    • newest-to-oldest
    • most-votes
    reply
    • reply-as-topic
    guest-login-reply
    deleted-message
    • T offline
      Tag MOD
      global:last-edited-by,

      Great work šŸ‘
      Happy new year!! šŸŽ†

      one-reply-to-this-post last-reply-time reply quote 1
      • W offline
        wanvo
        global:last-edited-by,

        After installing version 1.1.0, the output of the command changed

        sudo service mycontroller status
        

        now it looks like this

        ā— mycontroller.service - LSB: Start daemon at boot time
           Loaded: loaded (/etc/init.d/mycontroller; bad; vendor preset: enabled)
           Active: inactive (dead) since Thu 2017-12-28 15:58:00 MSK; 8min ago
             Docs: man:systemd-sysv-generator(8)
          Process: 2092 ExecStop=/etc/init.d/mycontroller stop (code=exited, status=0/SUCCESS)
          Process: 687 ExecStart=/etc/init.d/mycontroller start (code=exited, status=0/SUCCESS)
        
        Dec 28 15:52:56 orangepizero systemd[1]: Starting LSB: Start daemon at boot time...
        Dec 28 15:52:56 orangepizero mycontroller[687]: Starting Mycontroller
        Dec 28 15:52:56 orangepizero mycontroller[687]: /usr/bin/java
        Dec 28 15:52:59 orangepizero mycontroller[687]: java version: 1.8.0_152
        Dec 28 15:52:59 orangepizero mycontroller[687]: Start issued for Mycontroller
        Dec 28 15:52:59 orangepizero systemd[1]: Started LSB: Start daemon at boot time.
        Dec 28 15:58:00 orangepizero systemd[1]: Stopping LSB: Start daemon at boot time...
        Dec 28 15:58:00 orangepizero mycontroller[2092]: Stopping Mycontroller
        Dec 28 15:58:00 orangepizero mycontroller[2092]: Termination issued for Mycontroller.org server!
        Dec 28 15:58:00 orangepizero systemd[1]: Stopped LSB: Start daemon at boot time.
        

        I do not know if it's okay or not.

        jkandasaJ T topic:replies-to-this-post, 2 last-reply-time reply quote 0
        • jkandasaJ offline
          jkandasa @wanvo
          global:last-edited-by,

          @wanvo I guess MyController is not running on your machine, as per this command status

          one-reply-to-this-post last-reply-time reply quote 0
          • T offline
            Tag MOD @wanvo
            global:last-edited-by,

            @wanvo

            What is your current setup?
            Mycontroller is a frontend to mysensors, what kind of gateway are you using?
            Where did you install mycontroller?

            Can you share some more information?

            one-reply-to-this-post last-reply-time reply quote 0
            • W offline
              wanvo
              global:last-edited-by, wanvo

              Mycontriller installed on Orange Pi Zero 512M. GateWay ESP8266-MQTT for sensors "MySensors" I have so far disabled. Currently connected and working two nodes for networks "MyController" on ESP8266. As an external server is connected local InfluxDB.
              I'm just looking at new programs for me.But in my opinion the beginner all works fine.
              Output of the command "sudo service mycontroller status" now this

              pi@orangepizero:~$ sudo service mycontroller status
              [sudo] password for pi:
              ā— mycontroller.service - LSB: Start daemon at boot time
                 Loaded: loaded (/etc/init.d/mycontroller; bad; vendor preset: enabled)
                 Active: active (running) since Fri 2017-12-29 00:05:54 MSK; 17h ago
                   Docs: man:systemd-sysv-generator(8)
                 CGroup: /system.slice/mycontroller.service
                         └─1220 java -Xms32m -Xmx256m -Dlogback.configurationFile=../conf/logb
              
              Warning: Journal has been rotated since unit was started. Log output is incomple
              lines 1-8/8 (END)
              

              I will try to reinstall all programs on a clean Linux system and look at the output again.

              T one-reply-to-this-post last-reply-time reply quote 0
              • T offline
                Tag MOD @wanvo
                global:last-edited-by, Tag

                @wanvo

                Think you startup scripts might have an issue, can you check this link
                See if this will fix your problem.

                I am using the scrips from the above link and this is my output:

                root@orangepizero:~# service mycontroller status
                ā— mycontroller.service - LSB: Start daemon at boot time
                   Loaded: loaded (/etc/init.d/mycontroller)
                   Active: active (exited) since Wed 2017-12-06 05:46:13 CET; 3 weeks 2 days ago
                

                I also use the OrangepiZero, not sure what OS you are using, I am using Armbian jesse šŸ‘

                W one-reply-to-this-post last-reply-time reply quote 0
                • W offline
                  wanvo @Tag
                  global:last-edited-by, wanvo

                  @tag said in MyController 1.1.0.Final version released:

                  I also use the OrangepiZero, not sure what OS you are using, I am using Armbian jesse

                  I am using Armbian Ubuntu Xential next.
                  On this OS, I normally have built-in WiFi. With OS Armbian Jessie I had a long connection to the ESP8266 to the built-in WiFi.
                  This situation on OS Jessie with WiFi began to appear after installing NodeRed, MyController and TICKstack. Therefore, I switched to OS Armbian Ubuntu with a new kernel "mainline"

                  T one-reply-to-this-post last-reply-time reply quote 0
                  • T offline
                    Tag MOD @wanvo
                    global:last-edited-by,

                    @wanvo

                    Wow, all that on an OrangePI zero?! šŸ™‚
                    Any luck with the startup scripts?

                    W one-reply-to-this-post last-reply-time reply quote 0
                    • W offline
                      wanvo @Tag
                      global:last-edited-by,

                      @tag

                      I think the output of the "sudo service mycontroller status" command is some bug of the version "developer"of my OS .MyController and other programs work fine. It will be necessary to connect pieces of 10 nodes that transmit data several times per second and arrange a stress test for the entire system.Then it becomes clear, will handle OrangePiZero with the task of processing data in real conditions.

                      T one-reply-to-this-post last-reply-time reply quote 0
                      • T offline
                        Tag MOD @wanvo
                        global:last-edited-by,

                        @wanvo
                        Okay, good! šŸ‘

                        one-reply-to-this-post last-reply-time reply quote 0
                        • first-post
                          last-post

                        0

                        online

                        644

                        users

                        532

                        topics

                        3.4k

                        posts
                        Copyright Ā© 2015-2025 MyController.org | Contributors | Localization