Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    ExecOnMcode

    Scheduled Pinned Locked Moved
    Plugins for DWC and DSF
    11
    76
    5.2k
    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.
    • Falcounetundefined
      Falcounet @CrazyCreator
      last edited by

      @CrazyCreator I believe it will work the same but it is up to you. For the plugin itself, it won't make a difference.

      CrazyCreatorundefined 1 Reply Last reply Reply Quote 0
      • CrazyCreatorundefined
        CrazyCreator @Falcounet
        last edited by

        @Falcounet
        After your step 3 i have to make

        sudo apt upgrade?

        http://www.crazycreatorcube.com

        Falcounetundefined 1 Reply Last reply Reply Quote 0
        • Falcounetundefined
          Falcounet @CrazyCreator
          last edited by

          @CrazyCreator Actually I didn't added that but yes, upgrading system packages would be a good thing

          CrazyCreatorundefined 1 Reply Last reply Reply Quote 0
          • CrazyCreatorundefined
            CrazyCreator @Falcounet
            last edited by

            @Falcounet
            install is running now ... i have to wait

            http://www.crazycreatorcube.com

            CrazyCreatorundefined 1 Reply Last reply Reply Quote 0
            • CrazyCreatorundefined
              CrazyCreator @CrazyCreator
              last edited by CrazyCreator

              @Falcounet
              Yeahhhh ... First Step is complete

              Bildschirm­foto 2022-12-02 um 23.55.13.png

              Second Step 🙂

              Now i need the synthax for sending this:

              http://192.168.1.45/relay/0?turn=off and/or http://192.168.1.45/relay/0?turn=on

              http://www.crazycreatorcube.com

              CrazyCreatorundefined 1 Reply Last reply Reply Quote 0
              • CrazyCreatorundefined
                CrazyCreator @CrazyCreator
                last edited by

                @Falcounet
                You have a hint for me?

                http://www.crazycreatorcube.com

                Falcounetundefined 1 Reply Last reply Reply Quote 0
                • Falcounetundefined
                  Falcounet @CrazyCreator
                  last edited by

                  @CrazyCreator I think what you need is BtnCmd plugin but i'm not sure what you need exactly

                  CrazyCreatorundefined 1 Reply Last reply Reply Quote 0
                  • CrazyCreatorundefined
                    CrazyCreator @Falcounet
                    last edited by CrazyCreator

                    @Falcounet
                    I would like to send an http command to my network when the printer has finished printing.
                    The command I wrote here turns off the smart socket and thus the printer.

                    I think is anything with curl or so ...

                    @BtnCmd: What is this and what can is do for me?

                    http://www.crazycreatorcube.com

                    Falcounetundefined 1 Reply Last reply Reply Quote 0
                    • Falcounetundefined
                      Falcounet @CrazyCreator
                      last edited by

                      @CrazyCreator You can try adding a M1203 command doing curl http://192.168.1.45/relay/0?turn=off and then adding M1203 to your end-gcode.

                      CrazyCreatorundefined 1 Reply Last reply Reply Quote 0
                      • CrazyCreatorundefined
                        CrazyCreator @Falcounet
                        last edited by

                        @Falcounet said in ExecOnMcode v0.1:

                        curl http://192.168.1.45/relay/0?turn=off

                        Bildschirm­foto 2022-12-05 um 22.51.18.png

                        http://www.crazycreatorcube.com

                        Falcounetundefined 1 Reply Last reply Reply Quote 0
                        • Falcounetundefined
                          Falcounet @CrazyCreator
                          last edited by Falcounet

                          @CrazyCreator The error comes from the relay you are trying to drive. I would suggest you to open a thread for your issue as it is not directly related to this plugin. Thanks
                          To add a bit more details, I think you have either to be identified or to allow an IP address from your network to send this command.

                          CrazyCreatorundefined 1 Reply Last reply Reply Quote 0
                          • CrazyCreatorundefined
                            CrazyCreator @Falcounet
                            last edited by

                            @Falcounet
                            maybe the switch need a password or so ... but in the old execonmcode script the same switch worked, without errors. i will see, maybe everyone have a idea what i can try.

                            thanks

                            http://www.crazycreatorcube.com

                            Falcounetundefined 1 Reply Last reply Reply Quote 0
                            • Falcounetundefined
                              Falcounet @CrazyCreator
                              last edited by

                              @CrazyCreator As said, open a thread and give a bit more informations about your setup (what kind of relay, etc ...)
                              The 401 HTTP Error comes from this device so if it was working with the old execonmcode, I believe it is either because the config has changed, you were using another url or so.

                              CrazyCreatorundefined 2 Replies Last reply Reply Quote 0
                              • CrazyCreatorundefined
                                CrazyCreator @Falcounet
                                last edited by CrazyCreator

                                @Falcounet
                                thanks for the hints ... i try tomorrow any thinks and then make a new thread.
                                Or maybe BtnCmd can help me

                                http://www.crazycreatorcube.com

                                1 Reply Last reply Reply Quote 0
                                • stuartofmtundefined stuartofmt referenced this topic
                                • CrazyCreatorundefined
                                  CrazyCreator @Falcounet
                                  last edited by

                                  @Falcounet
                                  It works now 🙂

                                  Solution for others reading here:
                                  The shelly 1 switch had a password-protected web interface. So it didn't work.
                                  Without a password I now get a warning in ioBroker, but it works for now 😉

                                  http://www.crazycreatorcube.com

                                  1 Reply Last reply Reply Quote 0
                                  • Falcounetundefined
                                    Falcounet
                                    last edited by

                                    ExecOnMcode V0.2 is released.
                                    No plugin improvements has been added on that version.
                                    Only change is the module imports to use dsf-python v3.4.5
                                    See https://forum.duet3d.com/topic/30761/dsf-python-3-4-5-released for more details

                                    CrazyCreatorundefined Garth_42undefined 2 Replies Last reply Reply Quote 1
                                    • CrazyCreatorundefined
                                      CrazyCreator @Falcounet
                                      last edited by CrazyCreator

                                      @Falcounet
                                      Just installed the v0.2 over the v0.1 ... worked without any problems.
                                      Which is impractical, my created commands are gone now 😉

                                      http://www.crazycreatorcube.com

                                      Falcounetundefined 1 Reply Last reply Reply Quote 0
                                      • Falcounetundefined
                                        Falcounet @CrazyCreator
                                        last edited by Falcounet

                                        @CrazyCreator I think there is something wrong with the plugin reloading after upgrade.
                                        I just tried and the config file is still there in sd/sys/ExecOnMcode/ExecOnMcode.json after plugin upgrade.
                                        The plugin was in "desactivated" mode. A stop and a start on the plugin fixed it.

                                        CrazyCreatorundefined 1 Reply Last reply Reply Quote 0
                                        • CrazyCreatorundefined
                                          CrazyCreator @Falcounet
                                          last edited by

                                          @Falcounet strange but right

                                          http://www.crazycreatorcube.com

                                          1 Reply Last reply Reply Quote 0
                                          • CrazyCreatorundefined
                                            CrazyCreator
                                            last edited by

                                            @Falcounet
                                            I think you must make a little update in your plugin 😉

                                            Bildschirm­foto 2022-12-24 um 10.45.45.png

                                            http://www.crazycreatorcube.com

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA