MyController 1.1.0.Final version released
-
Great work
Happy new year!! -
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.
-
@wanvo I guess MyController is not running on your machine, as per this command status
-
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?
-
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 thispi@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.
-
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
-
@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" -
Wow, all that on an OrangePI zero?!
Any luck with the startup scripts? -
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.
-
@wanvo
Okay, good!