• Ghost Value

    7
    0 Votes
    7 Posts
    303 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 "); }
  • systemctl et MyController

    8
    0 Votes
    8 Posts
    378 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
  • Webcam and MyController

    10
    0 Votes
    10 Posts
    484 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 <----
  • mycontroller.yaml config

    9
    0 Votes
    9 Posts
    358 Views
    Y
    I expressed myself badly, I have the secret in my config file. I voluntarily deleted it by copying my file on this forum. Sorry
  • miscellaneous question

    50
    0 Votes
    50 Posts
    3k Views
    J
    on the drawing I forgot to put also the start/end the mini/maxi 0/50
  • Backup Config

    6
    0 Votes
    6 Posts
    467 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
  • Create widget: value a node

    7
    0 Votes
    7 Posts
    234 Views
    jkandasaJ
    @Yourry looks like you have problem with your influxdb configuration or setup.
  • LibreOfficeDraw and MyC

    3
    1 Votes
    3 Posts
    300 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
  • Setpoint for a Temperature

    17
    0 Votes
    17 Posts
    761 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.
  • vokoscreen

    10
    0 Votes
    10 Posts
    1k Views
    jkandasaJ
    @JeeLet said in vokoscreen: 2nd part of the video : non functional sorting column for the Nodes This issue has been fixed
  • Manipulation and Various Returns

    6
    0 Votes
    6 Posts
    342 Views
    jkandasaJ
    @jeelet no problem, take your time and let me know No I am not a school teacher
  • Field Label SensorID and spaghetti

    19
    0 Votes
    19 Posts
    593 Views
    jkandasaJ
    @jeelet no problem, good to know that it works for you
  • Dual Sensor

    8
    0 Votes
    8 Posts
    399 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 )
  • Chronograf

    2
    0 Votes
    2 Posts
    219 Views
    jkandasaJ
    @jeelet MyController v2 uses influxdb as metric database. You can use influxdb supported tools externally.
  • ms_smart_sleeping_node MycontrollerV2

    6
    0 Votes
    6 Posts
    335 Views
    jkandasaJ
    Hi @derekangl I have added code to manage sleeping node in v2. But I have not tested. Can you please verify the status and let me know? Code changes: https://github.com/mycontroller-org/server/commit/ffe7ab56ab2cacf086180d83cb79fb67ba97c911 There is label will be added in to the sleeping node. sleep_node = true, if it is not added, you have to add this label manually
  • Merry Christmas and Happy New Year !!!

    2
    2 Votes
    2 Posts
    250 Views
    AvamanderA
    Happy holidays to everyone
  • 1 Votes
    9 Posts
    530 Views
    skywatchS
    @avamander Thanks my friend! OK Mr. MyController prog, How about SOURCE and ATTRIBUTE ?
  • Some more ideas for MyC 2.0

    Moved
    2
    0 Votes
    2 Posts
    646 Views
    jkandasaJ
    @skywatch You're gonna hate me, I know! Definitely no Thanks for your ideas. I do not know I can implement all of them. But it I will try to implement.

2

Online

564

Users

525

Topics

3.4k

Posts