Armbian - MyC V2 - install
-
hello Jkandasa
account created on Transifex, waiting for approval!
I'm going to test MyController version 1.5 on an odroid C2
I continue my exploration
here is a link for information that you may know http://learntohackit.com/intro/
-
account created on Transifex, waiting for approval!
I do not see a request. can you please send your transifex user id via chat?
I'm going to test MyController version 1.5 on an odroid C2
If you are new to MyController, I would recommend you start from MyController v2
in v 1.x you do not see new features, will be addressed only critical issues in v1.x.here is a link for information that you may know http://learntohackit.com/intro/
It is a new. I do not know that. Is that page maintained by you?
-
"Your account is already activated."
I have my account on Transifex with my name JeeLet
I've renewed my membership to the mycontrollerorg V2 group
but this time the French is not in the list for the choice of the Language ??
so I took Russian, it's fashionable.and for the link of learntohackit, no it's not me
only for information to pick -
for the reason of the test of the version 1.5
-
the pdf documentation is more detailed
-
more functionality, for example, the MyController time does not appear version V2
( maybe a mistake from my part
I tested to test with Azul (java)
https://docs.azul.com/core/zulu-openjdk/install/debian#install-from-azul-apt-repositorysudo ./start.sh
/usr/bin/java
java version: 11.0.14.1
Mycontroller.org server required java version 1.7 or laterso I continue on version 2
-
-
@jeelet said in Armbian - MyC V2 - install:
but this time the French is not in the list for the choice of the Language ??
now, you are in French and Russian
-
@jeelet said in Armbian - MyC V2 - install:
more functionality, for example, the MyController time does not appear version V2
thanks, I will add those in V2
-
a screenshot of the V2 version compared with the 1.5 version (a view given by the pdf, I did not install the v1.5)
and yes I have received the authorization for Transifex.
-
@jeelet said in Armbian - MyC V2 - install:
a screenshot of the V2 version compared with the 1.5 version (a view given by the pdf, I did not install the v1.5)
MyController v2 completely redesigned. Backend/ frontend changed completely.
We may not map the options 1:1, however we can achieve similar features in v2.Approx Mapping:
v1 v2 Sensor Source Sensor Variable Field Variable Data repository Rule Task Timer Schedule Operation Handler Supported Providers as on Mar 2022:
v1 v2 MySensors MySensors PhilipsHue PhilipsHue MyController (native) System Monitoring RFLink Tasmota Weather Underground ESPHome Generic in v2, most of the graphs goes in to
Chart Panel
andUtilization Panel
widgets
for nowbullet graph
,heatmap chart
,MyController time
,Sunrise and Sunset time
not available in v2.and yes I have received the authorization for Transifex.
+1
-
to avoid further errors.
which directory / command for the installation ?
yes this sentence translated in french is wrong " Pas dans mycontroller/executable"
thankscreate a directories to keep MyController server data and executable - arm64
- sudo mkdir -p /opt/apps/mycontroller/mc_home
- sudo mkdir -p /opt/apps/mycontroller/executablecreate directories to keep image files to show it MyController dashboard
- sudo mkdir -p /opt/apps/mycontroller/mc_home/secure_share
- sudo mkdir -p /opt/apps/mycontroller/mc_home/insecure_sharedownload the bundle and extract on executable directory
- cd /opt/apps/mycontrollerwhat is the error ???
-
@JeeLet said in Armbian - MyC V2 - install:
what is the error ???
I would say to keep the things simple, use as follows,
# create a directories to keep MyController server data and executable sudo mkdir -p /opt/apps/mycontroller/mc_home # download the bundle and extract on mycontroller directory sudo wget https://github.com/mycontroller-org/server/releases/download/master/mycontroller-server-master-linux-arm.tar.gz sudo tar xzf mycontroller-server-master-linux-arm.tar.gz --strip-components=1 --directory /opt/apps/mycontroller # create directories to keep image files to show it MyController dashboard sudo mkdir -p /opt/apps/mycontroller/mc_home/secure_share sudo mkdir -p /opt/apps/mycontroller/mc_home/insecure_share
-
thank you jkandasa
the installation procedure is updated
-
Thanks @JeeLet !
-
I redo a clean installation.
by following the modification of the tuto .there is an error message for the installation of influxdb
wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). E: This command can only be used by root.
Fix โWaning: apt-key is deprecated. Manage keyring files in trusted.gpg.d insteadโ
"Even if this is a warning message, you can continue to use apt-key, but it will be removed in the next releases. So it will be a good idea to start using the new way."
"Solution:
..... new way of adding GPG keys to the system and avoiding the above warning.
The following command will download a remote GPG key, encrypt it and save it..... "see how we can solve the problem.
and maybe upgrade to version 2 of influxdata?