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

miscellaneous question

Scheduled Pinned Locked Moved General Discussion
50 Posts 3 Posters 11.1k Views 1 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 @JeeLet
    last edited by 29 Jul 2022, 14:49

    @JeeLet I am unable to reproduce the issue
    my setup

    $ tree mycontroller
    mycontroller
    ├── LICENSE.txt
    ├── logs
    │   └── mycontroller.log
    ├── mcctl.sh
    ├── mc_home
    │   ├── certs
    │   │   └── https_ssl
    │   │       ├── mc_generated.crt
    │   │       └── mc_generated.key
    │   ├── data
    │   │   └── storage
    │   │       └── memory_db
    │   │           └── yaml
    │   │               ├── dashboard__1.yaml
    │   │               ├── settings__1.yaml
    │   │               └── user__1.yaml
    │   ├── insecure_share
    │   │   └── test.txt
    │   ├── logs
    │   └── secure_share
    │       └── image
    │           └── architecture.png
    ├── mycontroller-server
    ├── mycontroller.yaml
    

    file size:

    $ ls -lh mycontroller/mc_home/secure_share/image/architecture.png 
    -rw-rw-r--. 1 root root 153K Jul 29 20:13 mycontroller/mc_home/secure_share/image/architecture.png
    

    widget:

    639e9596-204c-4d42-8f09-1c704c0b6830-image.png

    id: 500d9d31-9dad-47fe-a696-0999ebd31215
    title: Panel Title
    showTitle: true
    scrollbarDisabled: false
    static: false
    type: widget_image_panel
    layout:
      w: 52
      h: 113
      x: 0
      'y': 0
    config:
      field: {}
      imageLocation: /secure_share/image/architecture.png
      refreshInterval: 0
      rotation: '0'
      sourceType: disk
    
    1 Reply Last reply Reply Quote 0
    • J Offline
      JeeLet
      last edited by 29 Jul 2022, 15:15

      ...@odroidc2:/opt/apps$ tree mycontroller
      mycontroller
      ├── executable
      │   ├── LICENSE.txt
      │   ├── logs
      │   │   └── mycontroller.log
      │   ├── mcctl.sh
      │   ├── mc_home
      │   │   ├── certs
      │   │   │   └── https_ssl
      │   │   │       ├── mc_generated.crt
      │   │   │       └── mc_generated.key
      │   │   ├── data
      │   │   │   ├── firmware
      │   │   │   └── storage
      │   │   │       └── memory_db
      │   │   │           └── yaml
      │   │   │               ├── dashboard__1.yaml
      │   │   │               ├── data_repository__1.yaml
      │   │   │               ├── field__1.yaml
      │   │   │               ├── gateway__1.yaml
      │   │   │               ├── handler__1.yaml
      │   │   │               ├── node__1.yaml
      │   │   │               ├── schedule__1.yaml
      │   │   │               ├── settings__1.yaml
      │   │   │               ├── source__1.yaml
      │   │   │               └── user__1.yaml
      │   │   ├── logs
      │   │   │   └── gateway_logs
      │   │   │       ├── gw_Gw485.log
      │   │   │       ├── gw_Gw485.log.20220722_195619
      │   │   │       └── gw_GwCan.log
      │   │   └── tmp
      │   ├── mycontroller-server
      │   ├── mycontroller.yaml
      │   ├── README.txt
      │   ....
      .......
      │               ├── RedHatTextVFModified-updated.2aa8547f.woff2
      │               └── RedHatTextVF-updated-ItalicModified.9abd7afa.woff2
      ├── mc_home
      │   ├── insecure_share
      │   └── secure_share
      │       └── image
      │           ├── architecture_mini.png
      │           ├── architecture.png
      │           ├── BB.gif
      │           ├── sablineige.jpg
      │           ├── sablineigem.png
      │           ├── sablineige.png
      │           └── server-setup.png
      └── mycontroller-server-master-linux-arm64.tar.gz.1
      
      ls -lh mycontroller/mc_home/secure_share/image/architecture.png
      -rw-rw-r-- 1 root root 153K juil. 29 14:53 mycontroller/mc_home/secure_share/image/architecture.png
      
      
      J 1 Reply Last reply 29 Jul 2022, 15:37 Reply Quote 0
      • J Offline
        JeeLet
        last edited by JeeLet 29 Jul 2022, 15:23

        Well, that's okay, we'll just put it aside.
        We'll see later.

        I will probably do a new installation. 🙂
        I'm testing tomorrow a webcam and mjpg-streamer
        https://www.sigmdel.ca/michel/ha/rpi/guide_rpios_03_en.html#video-streamer

        merci jkandasa

        1 Reply Last reply Reply Quote 0
        • J Offline
          jkandasa @JeeLet
          last edited by jkandasa 29 Jul 2022, 15:37

          @JeeLet I think I found the issue in your setup
          move the mycontroller/mc_home into mycontroller/executable/mc_home

          your files should be under mycontroller/executable/mc_home/secure_share or mycontroller/executable/mc_home/insecure_share

          1 Reply Last reply Reply Quote 0
          • J Offline
            JeeLet
            last edited by JeeLet 29 Jul 2022, 15:55

            widget_image_panel.jpg

            I would say only one thing
            BRAVO

            a question: what software do you use for the graphic "architecture.png" ??

            J 1 Reply Last reply 29 Jul 2022, 17:14 Reply Quote 0
            • J Offline
              JeeLet
              last edited by 29 Jul 2022, 16:19

              so this part is not good ???
              Re : Armbian - MyC V2 - install

              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
              
              J 1 Reply Last reply 29 Jul 2022, 17:13 Reply Quote 0
              • J Offline
                jkandasa @JeeLet
                last edited by 29 Jul 2022, 17:13

                @JeeLet said in miscellaneous question:

                so this part is not good ???

                Yes, should be as follows,

                sudo mkdir -p /opt/apps/mycontroller/executable/mc_home/secure_share
                sudo mkdir -p /opt/apps/mycontroller/executable/mc_home/insecure_share
                

                To avoid all the confusions, I would say, You can keep everything inside mycontroller directory. Not in mycontroller/executable

                1 Reply Last reply Reply Quote 0
                • J Offline
                  jkandasa @JeeLet
                  last edited by 29 Jul 2022, 17:14

                  @JeeLet said in miscellaneous question:

                  a question: what software do you use for the graphic "architecture.png" ??

                  I use google doc and insert "drawing" download as png

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    JeeLet
                    last edited by JeeLet 30 Jul 2022, 12:01

                    a test with LibreOffice Draw 🎢

                    Loo Draw

                    1 Reply Last reply Reply Quote 1
                    • J Offline
                      JeeLet
                      last edited by 10 Aug 2022, 12:36

                      for a clearer view of the state, a mental comfort.
                      on which scale we are ?

                      yes one more thing can be possible 🙂

                      pdf vue

                      🦍

                      J 1 Reply Last reply 11 Aug 2022, 09:02 Reply Quote 0
                      • J Offline
                        jkandasa @JeeLet
                        last edited by 11 Aug 2022, 09:02

                        @JeeLet I will check the possibilities on the chart. to track this I have added GH issue: https://github.com/mycontroller-org/console-web/issues/15

                        1 Reply Last reply Reply Quote 0
                        • J Offline
                          JeeLet
                          last edited by JeeLet 14 Aug 2022, 10:05

                          on the drawing I forgot to put also the
                          start/end the mini/maxi 0/50

                          🍺

                          1 Reply Last reply Reply Quote 1
                          • First post
                            Last post

                          0

                          Online

                          628

                          Users

                          532

                          Topics

                          3.4k

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