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

vokoscreen

Scheduled Pinned Locked Moved General Discussion
10 Posts 2 Posters 1.4k 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
    JeeLet
    last edited by JeeLet 7 Apr 2022, 20:23

    (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"?

    video

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

    J 1 Reply Last reply 8 Apr 2022, 01:28 Reply Quote 0
    • J Offline
      jkandasa @JeeLet
      last edited by 8 Apr 2022, 01:28

      @jeelet Thanks to report this issue.
      I have fixed this issue and now on edit mode, navigation will not work.

      1 Reply Last reply Reply Quote 0
      • J Offline
        JeeLet
        last edited by JeeLet 5 Jun 2022, 23:07 6 May 2022, 17:08

        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.

        J 1 Reply Last reply 7 May 2022, 04:02 Reply Quote 1
        • J Offline
          jkandasa @JeeLet
          last edited by 7 May 2022, 04:02

          @jeelet Thanks for the quick action on this 🙂

          1 Reply Last reply Reply Quote 0
          • J Offline
            JeeLet
            last edited by JeeLet 5 Dec 2022, 14:47 12 May 2022, 09:11

            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

            J 2 Replies Last reply 12 May 2022, 11:52 Reply Quote 0
            • J Offline
              jkandasa @JeeLet
              last edited by jkandasa 5 Dec 2022, 17:25 12 May 2022, 11:52

              @JeeLet said in vokoscreen:

              MyC does not return all the values, some remain OFF.

              use wait(200); between each request, will be useful when you do bulk requests
              example:

              sendSketchInfo("PCF8574 x4in/out - node40", "2.0");  /*info version sketch à la passerelle*/
              wait(200);
              
              /*Mysenors Enregistre Child sur la Gw*/
              present(CHILD_ID_B0, S_DOOR, "boton0");      /*Boton*/ 
              wait(200);
              present(CHILD_ID_B1, S_DOOR, "boton1"); 
              wait(200);
              present(CHILD_ID_B2, S_DOOR, "boton2"); 
              wait(200);
              present(CHILD_ID_B3, S_DOOR, "boton3"); 
              wait(200);
              present(CHILD_ID_R4, S_BINARY, "relay4");    /*Relay*/
              wait(200);
              present(CHILD_ID_R5, S_BINARY, "relay5");
              wait(200);
              present(CHILD_ID_R6, S_BINARY, "relay6");
              wait(200);
              present(CHILD_ID_R7, S_BINARY, "relay7");
              wait(200);
                
              /* requetes/demandes à un noeud ou GW une variable*/
                
              request(CHILD_ID_R4, V_STATUS);   /*Relay*/
              wait(200);
              request(CHILD_ID_R5, V_STATUS); 
              wait(200);
              request(CHILD_ID_R6, V_STATUS); 
              wait(200);
              request(CHILD_ID_R7, V_STATUS); 
              wait(200);
              

              I think there is no need to request button values

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

              I will look into this, thanks!

              1 Reply Last reply Reply Quote 0
              • J Offline
                JeeLet
                last edited by JeeLet 5 Dec 2022, 21:16 12 May 2022, 14:58

                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

                1 Reply Last reply Reply Quote 0
                • J Offline
                  JeeLet
                  last edited by 12 May 2022, 16:25

                  a question

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

                  reboot a Node when a watchdog is lost ???

                  J 1 Reply Last reply 12 May 2022, 16:55 Reply Quote 0
                  • J Offline
                    jkandasa @JeeLet
                    last edited by jkandasa 5 Dec 2022, 22:26 12 May 2022, 16:55

                    @JeeLet said in vokoscreen:

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

                    It should work with MySensorsBootloaderRF24, but not tested yet.
                    https://github.com/mycontroller-org/server/blob/bfee1705ff1d682269521c1d9b84c96bc5bd88a9/plugin/gateway/provider/mysensors_v2/actions.go#L44~L56

                    reboot a Node when a watchdog is lost ???

                    it is implemented in MySensors. you have to enable that fuse in your MCU. otherwise MCU will hang.
                    https://github.com/mysensors/MySensors/blob/2e00bf6a10f76d6aaa1999e12313237bc3edabd3/hal/architecture/AVR/MyHwAVR.h#L72

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

                    Enjoy 🙂

                    1 Reply Last reply Reply Quote 0
                    • J Offline
                      jkandasa @JeeLet
                      last edited by 17 May 2022, 05:55

                      @JeeLet said in vokoscreen:

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

                      This issue has been fixed

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

                      0

                      Online

                      618

                      Users

                      531

                      Topics

                      3.4k

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