• Categories
  • Recent
  • Tags
  • Popular
  • Register
  • Login
  • Categories
  • Recent
  • Tags
  • Popular
  • Register
  • Login

MyController 1.1.0.Final version released

Scheduled Pinned Locked Moved Announcements
release
11 Posts 3 Posters 2.3k Views 2 Watching
Loading More Posts
  • 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 Offline
    jkandasa
    last edited by jkandasa 28 Dec 2017, 03:10

    • Download page
    • Release notes
    • Kindly report issues on GitHub issues page
    • If you have question post it on this forum
    1 Reply Last reply Reply Quote 1
    • T Offline
      Tag MOD
      last edited by 28 Dec 2017, 11:33

      Great work 👍
      Happy new year!! 🎆

      1 Reply Last reply Reply Quote 1
      • W Offline
        wanvo
        last edited by 28 Dec 2017, 13:12

        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.

        J T 2 Replies Last reply 29 Dec 2017, 03:36 Reply Quote 0
        • J Offline
          jkandasa @wanvo
          last edited by 29 Dec 2017, 03:36

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

          1 Reply Last reply Reply Quote 0
          • T Offline
            Tag MOD @wanvo
            last edited by 29 Dec 2017, 05:22

            @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?

            1 Reply Last reply Reply Quote 0
            • W Offline
              wanvo
              last edited by wanvo 29 Dec 2017, 14:08

              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 1 Reply Last reply 29 Dec 2017, 15:45 Reply Quote 0
              • T Offline
                Tag MOD @wanvo
                last edited by Tag 29 Dec 2017, 15:45

                @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 1 Reply Last reply 29 Dec 2017, 17:11 Reply Quote 0
                • W Offline
                  wanvo @Tag
                  last edited by wanvo 29 Dec 2017, 17:11

                  @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 1 Reply Last reply 29 Dec 2017, 19:27 Reply Quote 0
                  • T Offline
                    Tag MOD @wanvo
                    last edited by 29 Dec 2017, 19:27

                    @wanvo

                    Wow, all that on an OrangePI zero?! 🙂
                    Any luck with the startup scripts?

                    W 1 Reply Last reply 29 Dec 2017, 21:10 Reply Quote 0
                    • W Offline
                      wanvo @Tag
                      last edited by 29 Dec 2017, 21:10

                      @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 1 Reply Last reply 30 Dec 2017, 07:15 Reply Quote 0
                      • T Offline
                        Tag MOD @wanvo
                        last edited by 30 Dec 2017, 07:15

                        @wanvo
                        Okay, good! 👍

                        1 Reply Last reply Reply Quote 0
                        6 out of 11
                        • First post
                          6/11
                          Last post

                        0

                        Online

                        586

                        Users

                        529

                        Topics

                        3.4k

                        Posts
                        Copyright © 2015-2025 MyController.org | Contributors | Localization