Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Controllers
  3. Windows GUI/Controller for MySensors

Windows GUI/Controller for MySensors

Scheduled Pinned Locked Moved Controllers
myscontrollermysbootloader
486 Posts 101 Posters 454.1k Views 73 Watching
  • 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.
  • D Offline
    D Offline
    daulagari
    Hero Member
    wrote on last edited by
    #30

    I have AutoFW disabled.

    The funny thing is that things do not work at all if I do not get the "File not open" error.
    No, rebooting the gateway does not make the "Gateway startup complete" message re-appear.

    Did watch the serial port using interceptty and see data is passed so it seems like Wine is not passing it.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      daulagari
      Hero Member
      wrote on last edited by
      #31

      Did do some more experimenting using a sort of Ethernet gateway (actual the relayed Serial gateway data) and see that MYSController.exe can connect but once it prints the first data it gives the "File not open." error and no further data is printed.

      So it does not look like a serial port issue but something else.

      Did not know Lazarus but it looks pretty good!

      T 1 Reply Last reply
      0
      • D daulagari

        Did do some more experimenting using a sort of Ethernet gateway (actual the relayed Serial gateway data) and see that MYSController.exe can connect but once it prints the first data it gives the "File not open." error and no further data is printed.

        So it does not look like a serial port issue but something else.

        Did not know Lazarus but it looks pretty good!

        T Offline
        T Offline
        tekka
        Admin
        wrote on last edited by tekka
        #32

        @daulagari
        ok, I could reproduce the error which seems to appear in connection with scrambled data from the gateway (during the gateway startup). If you press the dis- and connect-button a few times once the error appears, all pending messages will be processed and the controller should resume.

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tekka
          Admin
          wrote on last edited by
          #33

          New version available with bug fixes 0.1.2.256:

          • "File not open" error fixed
          • Display errors fixed
          • Mac users: use wine to run program, no remapping of serial ports necessary - use e.g. /dev/ttyUSB0 in config window

          To update hit the update button or download here.


          A S 2 Replies Last reply
          2
          • H Offline
            H Offline
            hek
            Admin
            wrote on last edited by
            #34

            Great, I'll add a link from the main site to your project.

            1 Reply Last reply
            0
            • D Offline
              D Offline
              daulagari
              Hero Member
              wrote on last edited by
              #35

              @tekka : Thanks, things work now fine! :+1:

              1 Reply Last reply
              0
              • ch3b7C Offline
                ch3b7C Offline
                ch3b7
                wrote on last edited by
                #36

                Any source code?

                T 1 Reply Last reply
                0
                • T tekka

                  New version available with bug fixes 0.1.2.256:

                  • "File not open" error fixed
                  • Display errors fixed
                  • Mac users: use wine to run program, no remapping of serial ports necessary - use e.g. /dev/ttyUSB0 in config window

                  To update hit the update button or download here.


                  A Offline
                  A Offline
                  AWI
                  Hero Member
                  wrote on last edited by
                  #37

                  @tekka Hi, Chrome is blocking the download of the Windows GUI/Controller zip archive for being "harmfull". any clue?

                  T 1 Reply Last reply
                  0
                  • A AWI

                    @tekka Hi, Chrome is blocking the download of the Windows GUI/Controller zip archive for being "harmfull". any clue?

                    T Offline
                    T Offline
                    tekka
                    Admin
                    wrote on last edited by tekka
                    #38

                    @AWI My guess is because of the upx-packed executable (MYSController.exe) in the archive being recognized as false positive.

                    1 Reply Last reply
                    0
                    • ch3b7C ch3b7

                      Any source code?

                      T Offline
                      T Offline
                      tekka
                      Admin
                      wrote on last edited by
                      #39

                      @ch3b7 said:

                      Any source code?

                      Yes, I will provide the source code in the nearest future.

                      1 Reply Last reply
                      0
                      • D Offline
                        D Offline
                        doblanch
                        wrote on last edited by doblanch
                        #40

                        Hello team, thanks for the great job. This tool is very useful.
                        however, I don't understand how the tool can snif. I guess, that I have to connect an arduino in serial ( I use the tool in a VM)... but with which sketch ? a gateway sketch...I think I missed something, but if somebody can elaborate a little bit. thanks

                        1 Reply Last reply
                        0
                        • ch3b7C Offline
                          ch3b7C Offline
                          ch3b7
                          wrote on last edited by
                          #41

                          You need upload the serialgateway sketch to the arduino connected with the nrf24 the n connect the usb to pc and select the correct com port in the program

                          1 Reply Last reply
                          0
                          • M Offline
                            M Offline
                            mvader
                            wrote on last edited by
                            #42

                            " It works in connection with the modified optiboot/OTA bootloader mentioned in a previous post. "

                            can someone link to that post? I couldn't find it
                            Thanks

                            T 1 Reply Last reply
                            0
                            • ch3b7C Offline
                              ch3b7C Offline
                              ch3b7
                              wrote on last edited by
                              #43

                              You add ethernet support? Im add ethernet support in my program in .net its work good.

                              1 Reply Last reply
                              0
                              • M mvader

                                " It works in connection with the modified optiboot/OTA bootloader mentioned in a previous post. "

                                can someone link to that post? I couldn't find it
                                Thanks

                                T Offline
                                T Offline
                                tekka
                                Admin
                                wrote on last edited by
                                #44

                                @mvader this is the MYSBootloader from the library.

                                M 1 Reply Last reply
                                0
                                • T tekka

                                  @mvader this is the MYSBootloader from the library.

                                  M Offline
                                  M Offline
                                  mvader
                                  wrote on last edited by
                                  #45

                                  @tekka said:

                                  @mvader this is the MYSBootloader from the library.

                                  okay thanks!

                                  1 Reply Last reply
                                  0
                                  • HeinzH Offline
                                    HeinzH Offline
                                    Heinz
                                    Hero Member
                                    wrote on last edited by
                                    #46

                                    @tekka cool software! btw the sorting of the child sensors in the tree could be optimized.
                                    Right now the nodes are sorted like string instead of numbers:

                                    0 - ...
                                    1 - ...
                                    10 -
                                    11 -
                                    ...
                                    2 -
                                    21-
                                    ...

                                    T 1 Reply Last reply
                                    0
                                    • T tekka

                                      New version available with bug fixes 0.1.2.256:

                                      • "File not open" error fixed
                                      • Display errors fixed
                                      • Mac users: use wine to run program, no remapping of serial ports necessary - use e.g. /dev/ttyUSB0 in config window

                                      To update hit the update button or download here.


                                      S Offline
                                      S Offline
                                      samppa
                                      wrote on last edited by
                                      #47

                                      @tekka said:


                                      To update hit the update button or download here.


                                      Chrome blocks the download since it is "malicious".

                                      T 1 Reply Last reply
                                      0
                                      • S samppa

                                        @tekka said:


                                        To update hit the update button or download here.


                                        Chrome blocks the download since it is "malicious".

                                        T Offline
                                        T Offline
                                        tekka
                                        Admin
                                        wrote on last edited by
                                        #48

                                        @samppa read my previous post::

                                        @AWI My guess is because of the upx-packed executable (MYSController.exe) in the archive being recognized as false positive.

                                        I didn't face a warning with IE or Firefox, but indeed, Chrome reports it.

                                        1 Reply Last reply
                                        0
                                        • HeinzH Heinz

                                          @tekka cool software! btw the sorting of the child sensors in the tree could be optimized.
                                          Right now the nodes are sorted like string instead of numbers:

                                          0 - ...
                                          1 - ...
                                          10 -
                                          11 -
                                          ...
                                          2 -
                                          21-
                                          ...

                                          T Offline
                                          T Offline
                                          tekka
                                          Admin
                                          wrote on last edited by
                                          #49

                                          @Heinz thanks. I will add the number sorting in the next build.

                                          1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          30

                                          Online

                                          12.0k

                                          Users

                                          11.2k

                                          Topics

                                          113.4k

                                          Posts


                                          Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • MySensors
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular