• Newbee Q - Which Server Setup Option is Best?

    General Discussion
    2
    0 Votes
    2 Posts
    352 Views
    jkandasaJ
    @wint0178 I am trying to respond your queries to my best. You may have better approach then my response too. I assume that, you are using MySensors hardware in your setup. As you have your gateways in different locations, you can connect all your gateways with MQTT connection (I would recommend secure MQTT). You have to run a MyController server for 24x7, so you can go with RPI, it will save lot of your electricity and space. Ultimately, I need to give data access to the communities themselves through the dashboard and SMS or email notifications. I would also like to have remote access to the data, but this is slightly less critical. With MyController you can configure Email and web-hook(you may use it for SMS), For now there is no role based access in MyController v2. In MyController all the metric data will be in influx database. So you may share the details with Grafana dashboard too. I think it has read only dashboard.
  • Unknown serial gateway port name (Windows 10)

    Troubleshooting
    6
    0 Votes
    6 Posts
    1k Views
    jkandasaJ
    @wint0178 Yes, 2.0.0 launched very recently
  • MyController 2.0.0 released

    Announcements
    1
    3 Votes
    1 Posts
    834 Views
    No one has replied
  • Installation error for ver 2.0

    Moved Troubleshooting
    2
    0 Votes
    2 Posts
    375 Views
    jkandasaJ
    @NielBierman My guess you have downloaded wrong arch executable. if your OS is x86_64 download mycontroller-server-*-linux-amd64.tar.gz To know OS arch run the command: uname -m
  • MyController V2.0 no metrics on the Dashboard

    Troubleshooting
    6
    0 Votes
    6 Posts
    573 Views
    jkandasaJ
    @vidpix welcome to MyController if you use labels as filter append labels. as prefix of the key. samples: labels.ms_node_id, labels.ms_sensor_id in the filter key you can choose anything. you can easily understand if you see yaml view of a field.
  • Grafana install

    General Discussion
    15
    0 Votes
    15 Posts
    1k Views
    J
    MyController can be installed anywhere, it is pure carbon, the hardest material
  • MQTT Gateway USB

    General Discussion
    4
    0 Votes
    4 Posts
    506 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
  • Ghost Value

    General Discussion
    7
    0 Votes
    7 Posts
    526 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 "); }
  • MyController V2, breaking change

    Announcements
    4
    0 Votes
    4 Posts
    471 Views
    jkandasaJ
    changes in start script introduced from this commit everything updated in the script mcctl.sh if you use manual binary execution, you should replace -config with --config
  • systemctl et MyController

    General Discussion
    8
    0 Votes
    8 Posts
    561 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

    General Discussion
    10
    0 Votes
    10 Posts
    736 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 <----
  • Send Telegram bot message

    Operations
    10
    0 Votes
    10 Posts
    2k Views
    F
    @jkandasa I finally had the chance to test the SNAPSHOT and it works ! Now I have just to remember how to send the sensor states. Thanks a lot !
  • mycontroller.yaml config

    General Discussion
    9
    0 Votes
    9 Posts
    576 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

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

    General Discussion
    6
    0 Votes
    6 Posts
    645 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

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

    General Discussion
    3
    1 Votes
    3 Posts
    409 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

    General Discussion
    17
    0 Votes
    17 Posts
    1k 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

    General Discussion
    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
  • Scratch Analytics enabled

    Troubleshooting
    29
    0 Votes
    29 Posts
    5k 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