• Categories
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. JeeLet
    3. Topics
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 16
    • Posts 136
    • Best 20
    • Controversial 0
    • Groups 0

    Topics created by JeeLet

    • J

      MQTT Gateway USB

      General Discussion
      • • • JeeLet
      4
      0
      Votes
      4
      Posts
      52
      Views

      jkandasaJ

      @JeeLet some special cases you need 2mqtt. For example you want to share your USB GW for MyC and other software (via mqtt). If you are using your USB GW only with MyC. 2mqtt is not required.

      2mqtt creates a mqtt communication to your USB GW

    • J

      Ghost Value

      General Discussion
      • • • JeeLet
      7
      0
      Votes
      7
      Posts
      50
      Views

      J

      .... happy holidays to you Jkandasa

      I'm rethinking my vision / use of the Mys protocol

      as I have chosen a Usb gateway and mostly a communication bus in rs485 (RF is for specific cases)

      MyC <---usb---> Gateway Mega2560/Gui-Oled <----RS485---> Nodes1 2 3 <---- RF ---> NodeX

      the controller in a closet the gateway on the desk (usb 3 meters) the nodes everywhere in the house (in the technical parts)

      and as the "real" Node to Node doesn't work (yes a gateway is mandatory for routing)

      I'll see how I'm going to do a state management.
      I'm testing a feedback on the OLED display of the gateway.

      an example of the sketch on the gateway of a remote node

      //------ node 36 Link distant ------ const byte LINKY_NODE_ID = 36 ; // node linky const byte CHILD_ID_PAPP = 1 ; // ID papp uint16_t valPAPP ; // variable valeur PAPP //-------- linky papp ------------------ if (message.sender == LINKY_NODE_ID && message.sensor==CHILD_ID_PAPP && message.type == V_VA ) { // val PAPP valPAPP = message.getInt(); Serial.print("val PAPP. : "); Serial.println(valPAPP); } //------------ OLED valeur PAPP -------------------------- void valPaPP() { oled.set2X(); oled.setCursor(37,2); oled.print(valPAPP); oled.print("va "); }
    • J

      Grafana install

      General Discussion
      • • • JeeLet
      15
      0
      Votes
      15
      Posts
      174
      Views

      J

      MyController can be installed anywhere, it is pure carbon, the hardest material šŸ™‚

    • J

      systemctl et MyController

      General Discussion
      • • • JeeLet
      8
      0
      Votes
      8
      Posts
      108
      Views

      J

      it's maximum super good šŸ‘

      after cleaning the old one

      "sudo systemctl revert mycontroller.service"

      and a copy of the example you gave me (thanks)

      "sudo systemctl enable mycontroller.service"

      a reboot, functional server connection šŸ˜Ž

      ... well I continue with MyController, other things to see.

      Thanks a lot, lots of sunshine for you
      🤸

    • J

      Webcam and MyController

      General Discussion
      • • • JeeLet
      10
      0
      Votes
      10
      Posts
      145
      Views

      J

      back after tests with Hassio.

      Yes MyController in central core of my MySensors network, Motioneye for the Cam, Grafana (soon to be installed šŸ™‚ ) for value tracking.

      A solid choice šŸ™‚

      ----> Video <----

    • J

      LibreOfficeDraw and MyC

      General Discussion
      • • • JeeLet
      3
      1
      Votes
      3
      Posts
      98
      Views

      J

      finally find for a creation and clean up of the oxt files

      the latest version arduinoMYC.oxt
      still some symbols to add and errors to see

      why this work ??? ... for a rescue wheel and fun šŸ™‚

    • J

      miscellaneous question

      General Discussion
      • • • JeeLet
      50
      0
      Votes
      50
      Posts
      415
      Views

      J

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

      šŸŗ

    • J

      Setpoint for a Temperature

      General Discussion
      • • • JeeLet
      17
      0
      Votes
      17
      Posts
      246
      Views

      J

      hello jkandasa

      "...but why do you want to send the configuration payload from the MyController calendar?" for each Node to be autonomous, the principle of distributed intelligence, no centralization, the MyC Controller can be turned off or the link cut (and also to test MyC šŸ™‚ )

      "otherwise you can use your arduino sketch program" ... Yes
      MyC sends a time setting for the drift of the Arduino and also the management of time slots.
      (afterwards the Gateways will have a RTC clock)

      Thanks

      Parameters to handler select Resource By Quick ID and add your payload.
    • J

      Manipulation and Various Returns

      General Discussion
      • • • JeeLet
      6
      0
      Votes
      6
      Posts
      138
      Views

      jkandasaJ

      @jeelet no problem, take your time and let me know
      No I am not a school teacher šŸ™‚

    • J

      vokoscreen

      General Discussion
      • • • JeeLet
      10
      0
      Votes
      10
      Posts
      204
      Views

      jkandasaJ

      @JeeLet said in vokoscreen:

      2nd part of the video : non functional sorting column for the Nodes

      This issue has been fixed

    • J

      Backup Config

      General Discussion
      • • • JeeLet
      6
      0
      Votes
      6
      Posts
      199
      Views

      J

      ..... back on my computer šŸ™‚

      hello skywatch jkandasa

      thank you for this clear explanation guys

      . the backup of infuxdb

      the one recopy with the tree command

      @odroidc2:/var/lib$ tree influxdb influxdb ā”œā”€ā”€ data │   ā”œā”€ā”€ _internal [error opening dir] │   └── mycontroller [error opening dir] ā”œā”€ā”€ influxd.pid ā”œā”€ā”€ meta │   └── meta.db └── wal [error opening dir] @odroidc2:/var/lib/influxdb/data$ sudo tree mycontroller mycontroller ā”œā”€ā”€ autogen │   └── 2 │   ā”œā”€ā”€ 000000001-000000001.tsm │   └── fields.idx └── _series ā”œā”€ā”€ 00 │   └── 0000 ā”œā”€ā”€ 01 │   └── 0000 ā”œā”€ā”€ 02 │   └── 0000 ā”œā”€ā”€ 03 │   └── 0000 ā”œā”€ā”€ 04 │   └── 0000 ā”œā”€ā”€ 05 │   └── 0000 ā”œā”€ā”€ 06 │   └── 0000 └── 07 └── 0000

      the directory /var/lib/influxdb/data/mycontroller/
      and thus to save šŸ˜‰

    • J

      Scratch Analytics enabled

      Troubleshooting
      • • • JeeLet
      29
      0
      Votes
      29
      Posts
      344
      Views

      jkandasaJ

      @jeelet

      I realize that I give you a lot of work, I will try to reduce my requests.

      until it is a valid request, no worries
      I can work only on the request, when I get enough free time.

      So Bravo for the launching of the themes step, I test in the day, I will make a report this evening or tomorrow (a video ? šŸ™‚ )

      do it when you have free time

      ps: message notification finally works

      good to know

    • J

      Field Label SensorID and spaghetti

      General Discussion
      • • • JeeLet
      19
      0
      Votes
      19
      Posts
      191
      Views

      jkandasaJ

      @jeelet no problem, good to know that it works for you

    • J

      Chronograf

      General Discussion
      • • • JeeLet
      2
      0
      Votes
      2
      Posts
      80
      Views

      jkandasaJ

      @jeelet MyController v2 uses influxdb as metric database.
      You can use influxdb supported tools externally.

    • J

      Dual Sensor

      General Discussion
      • • • JeeLet
      8
      0
      Votes
      8
      Posts
      138
      Views

      J

      can't figure out how to make my backup
      (I still made a full backup : mv mycontroller mycontroller_old)

      so I redid a MyController Installation

      the result šŸ™‚

      I reconnected and reconfigured the Arduino-Usb Gateway and everything went up automatically without doing anything in MyC, a pleasure.

      for the dual Sensor "mixed resources in Table" yes it's perfect
      ( a return in images later )

    • J

      Armbian - MyC V2 - install

      General Discussion
      • • • JeeLet
      37
      0
      Votes
      37
      Posts
      591
      Views

      J

      myC_2.x and influxDB1.8
      OdroidC2 and Armbian 23.02.2 Focal with Linux 6.1.11-meson64

      info helper/helper.go:29 welcome to MyController server :) info helper/helper.go:33 version information {"versionInfo": "{version:2.0.0-devel, buildDate:2023-03-24T15:27:53+00:00, gitCommit:7e4cd9f569fbf1b0894465bcdc023fe98704aad6, goVersion:go1.20.2, compiler:gc, platform:linux, arch:arm64, h> info backup/restore.go:170 executing import job {"sourceDir": "mc_home/data/storage/memory_db/yaml", "fileType": "yaml"} info helper/server_defaults.go:30 error on fetching system settings, assuming it is fresh install and populating default details. if not, report this issue {"error": "no documents in result"} error api.settings_api settings/update_geo_location.go:69 error on getting geo location, updating location details with default values and disabling auto update {"error": "Get \"https://ipinfo.io/json\": dial tcp: lookup ipinfo.io > info api.settings_api settings/update_geo_location.go:85 location data to be updated {"location": {"autoUpdate":false,"locationName":"Namakkal","latitude":11.2222469,"longitude":78.1650174}} info helper/server_defaults.go:104 there is no user available in the storage database. creating default user 'admin' info helper/server.go:401 checking for upgrade {"lastUpgradePatch": "2.0.0-1"} info route_handler http_router/handler.go:111 secure share directory included {"directory": "mc_home/secure_share", "handlerPath": "/secure_share"} info route_handler http_router/handler.go:116 insecure share directory included {"directory": "mc_home/insecure_share", "handlerPath": "/insecure_share"} info gateway_service gateway/listener.go:22 gateway service filter config {"filter": {"Disabled":false,"MatchAll":false,"Types":[],"IDs":[],"Labels":{"location":"server"}}} info handler_service handler/service_listener.go:86 handler service filter config {"filter": {"Disabled":false,"MatchAll":false,"Types":[],"IDs":[],"Labels":{"location":"server"}}} info system_jobs_service system_jobs/job_telemetry.go:41 telemetry data reporter job scheduled {"cron": "0 48 3 * * *"} info system_jobs_service system_jobs/job_telemetry.go:45

      bybye