• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. JeeLet
    3. Posts
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 54
    • Best 4
    • Controversial 0
    • Groups 0

    Posts made by JeeLet

    • RE: vokoscreen

      a question

      you can do a reset of the Arduino with MyC. ??

      reboot a Node when a watchdog is lost ???

      posted in General Discussion
      J
      JeeLet
    • RE: vokoscreen

      thanks for the "wait"
      but I didn't keep everything, I'll leave you some 🙂

      the result now is good

      • After Reset of the Node (Arduino) the values/States go well to OFF as on the Node (not put in memory)

      a copy of some part of the sketch

      jkandasa and Thanks
      (tomorrow I'm away from my computer until Sunday)

      PCF8574_4di4do_MyS.ino

      posted in General Discussion
      J
      JeeLet
    • RE: vokoscreen

      Hello

      The returns of the day 🙂

      1st part of the video : Arduino reset

      • put ON the 4 relays (1 2 3 4 )
      • arduino reset
      • MyC does not return all the values, some remain OFF.
        and sometimes it's the relay 2 and 3 that are reset to ON.
        But maybe not MyC, the MyS sketch may be involved? MySketch

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

      video

      posted in General Discussion
      J
      JeeLet
    • RE: vokoscreen

      the evening video ... good evening
      Yes really nice, less violent for the view

      Video Gui Color

      Image jpeg

      Ps: I redid a total installation of MyController, so I know what I'm starting with.

      posted in General Discussion
      J
      JeeLet
    • RE: Scratch Analytics enabled

      Hello jkandasa

      I realize that I give you a lot of work, I will try to reduce my requests.
      But MyController has a big potential, the choice that you made to assemble different elements and the type of structure that forms MyC is great.

      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 ? 🙂 )

      Thanks again

      ps: message notification finally works
      (it was my provider )

      posted in Troubleshooting
      J
      JeeLet
    • RE: Scratch Analytics enabled

      I expressed myself badly, I wanted to say the updates 🙂

      but I found it on https://github.com/mycontroller-org

      there is a text, a line that gives the info
      example : "Updated 3 days ago"

      for lack of number I would have a date 🙂

      good day to you jkandasa

      posted in Troubleshooting
      J
      JeeLet
    • RE: Scratch Analytics enabled

      No, still no automatic notification.
      I'll change my mailbox to see, maybe it's my provider.

      question:
      Is there a place on the forum where you can find the list of Mycontroller versions?

      Number and date of arrival

      posted in Troubleshooting
      J
      JeeLet
    • RE: Scratch Analytics enabled

      Hello

      • my automatic notification of the forum has trouble, I change my settings to see ;(

      yes the taking into account of the themes is important, the packaging of the product is important.
      But my request is more for a visual comfort, I spend important hours on MyController 🙂

      Thanks

      posted in Troubleshooting
      J
      JeeLet
    • RE: Scratch Analytics enabled

      yes to delete yaml files in
      it's good, MyC is all clean 🙂

      for influxDB nothing to delete ?

      a question of cosmetic:
      how to fade the background of the main page of MyC
      the white color starts to hurt my eyes.
      and I can't see the widgets frame
      a value in a css file to modify ?

      posted in Troubleshooting
      J
      JeeLet
    • RE: Scratch Analytics enabled

      yes, thank you

      I start again on a new version/base of MyC.

      I delete the mycontroller directory in /opt/apps/

      there is nothing hidden elsewhere ???

      I leave with a blank database ?? is that it ?

      posted in Troubleshooting
      J
      JeeLet
    • RE: Scratch Analytics enabled

      it's good I could finally delete the old entries (Resources)

      I had to reconnect a usb gateway for the action to take effect.

      morality: delete the entries of the resources before disconnecting the gateway.

      posted in Troubleshooting
      J
      JeeLet
    • RE: Scratch Analytics enabled

      https://v1.casimages.com/v/2022/04/27//ydIJNb-MyC-Danger-alertTypeError-2022-04-27.mkv

      physically nothing is connected to my controller anymore

      posted in Troubleshooting
      J
      JeeLet
    • RE: Scratch Analytics enabled

      not sure if this is the right place to post, but still create a new thread it might be a lot
      tell me what to do
      ???? ;(

      Hello jkandasa
      Finally a nice scratch of MyController, Finally it was time.

      Explanation:
      after playing with adding and removing new gateway and node
      (usb1 usb2 usb3 ...ectc)

      a blocking of MyC happened
      Image:https://nsm09.casimages.com/img/2022/04/27//22042702002423870817878495.png
      the solution to get back in control is to quit the browser and reopen a new one.

      But now it is impossible to delete the elements that existed
      ( GW Node Fields ...)

      the total restart of the system does not give anything
      how to make MyS find the Reason 🙂

      posted in Troubleshooting
      J
      JeeLet
    • RE: Manipulation and Various Returns

      Thank you

      bravo for the explanation, you are a school teacher? 🙂

      not yet tested but cella must be impeccable, I finish a part of my CAN bus for the Gateway
      ( yes still part in all the directions)

      bybye

      posted in General Discussion
      J
      JeeLet
    • RE: Manipulation and Various Returns

      hello jkandasa

      ah right, it's the browser caching for the settings.
      as I regularly empty my cache (history and cookies) it's normal.

      for the schedules, as an example.
      Relay to ON in the morning 8am and OFF at 10am
      then ON 2pm and OFF 4pm.
      from Monday to Thursday, for an Arduino with MySensors

      posted in General Discussion
      J
      JeeLet
    • Manipulation and Various Returns

      a return on manipulations, improvements can be ?

      hello
      in Field Details
      metric values - Duration / Interval / Function - are not kept
      they come back to their base value 😞
      it's a bit boring, how to preserve them ?

      other questions : Add a Schedule

      I'm going to test the schedule part of the programmed commands,
      to test with a relay on an Arduino Node.

      how to fill in the fields of Add to Schedule

      thank you very much

      yes I am back 🙂

      posted in General Discussion
      J
      JeeLet
    • RE: Field Label SensorID and spaghetti

      yes yes I saw my mistake after posting 😞

      Setup ()
      send(msg.set(CHILD_ID_RELAY_1?false:true), true);
      or
      send(msg.set(digitalRead(PIN_RELAY_1)==HIGH ? 1 : 0));

      the 2 possibilities work

      at reboot of the Arduino it is functional .
      the status of my relay changes well 🙂
      thanks
      sorry for the inconvenience

      posted in General Discussion
      J
      JeeLet
    • RE: Field Label SensorID and spaghetti

      hello jkandasa

      The Relay Controls with MyC work well.
      switch ON/OFF button perfect 🙂

      I have added to my sketch the function to turn off the relays when the arduino is restarted.
      "digitalWrite(PIN_RELAY_1, RELAY_OFF);"

      and add also

      "send(msg.set(CHILD_ID_RELAY_1==HIGH ? 1 : 0), true);"
      to return the information to MyController

      But in my widget the status remains ON, while the Relay is OFF

      it's an error in my sketch and I have misconfigured my widget ?

      Thanks

      posted in General Discussion
      J
      JeeLet
    • vokoscreen

      (I don't know where to put this info )

      In the Dashboard widget editing mode.
      You can place or modify several widgets, but if you click on a curve of the graphs by mistake, you will lose the operations performed.
      the work has to be started again.

      Can we deactivate the function that sends us hard "Field Details"?

      a video texte du lien

      Ouch, this is getting bigger 🙂
      next time you'll have sound 😉

      posted in General Discussion
      J
      JeeLet
    • RE: Field Label SensorID and spaghetti

      my last words may be confusing

      the picture idea texte du lien

      a button that takes several color states
      (an idea of how difficult it is, it's up to you, and there are surely more important things to do)

      yes as you are in Widgets it is the right time to do it?

      posted in General Discussion
      J
      JeeLet